mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Delete defs for FINGER
This commit is contained in:
parent
8f30c95a84
commit
0782b633b2
3 changed files with 0 additions and 10 deletions
|
|
@ -45,8 +45,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
|
|||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
editor=`cygpath -w $(EDITOR) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
finger=`cygpath -w $(FINGER) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
sendmail=`cygpath -w $(SENDMAIL) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
else \
|
||||
|
|
@ -57,7 +55,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
|
|||
libexecdir=$(libexecdir); \
|
||||
localstatedir=$(localstatedir); \
|
||||
editor=$(EDITOR); \
|
||||
finger=$(FINGER); \
|
||||
sendmail=$(SENDMAIL); \
|
||||
fi; \
|
||||
$(SED) \
|
||||
|
|
@ -68,7 +65,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
|
|||
-e "s;%LIBEXECDIR%;$$libexecdir;" \
|
||||
-e "s;%RUNDIR%;$$localstatedir;" \
|
||||
-e "s;%EDITOR%;$$editor;" \
|
||||
-e "s;%FINGER%;$$finger;" \
|
||||
-e "s;%SENDMAIL%;$$sendmail;" \
|
||||
$(LDAP_CONFIG) >> $@; \
|
||||
$(CHMOD) 444 $@
|
||||
|
|
|
|||
|
|
@ -64,9 +64,6 @@
|
|||
#ifndef LDAP_EDITOR
|
||||
#define LDAP_EDITOR "%EDITOR%"
|
||||
#endif
|
||||
#ifndef LDAP_FINGER
|
||||
#define LDAP_FINGER "%FINGER%"
|
||||
#endif
|
||||
#ifndef LDAP_SENDMAIL
|
||||
#define LDAP_SENDMAIL "%SENDMAIL%"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -56,9 +56,6 @@
|
|||
#ifndef LDAP_EDITOR
|
||||
#define LDAP_EDITOR "%EDITOR%"
|
||||
#endif
|
||||
#ifndef LDAP_FINGER
|
||||
#define LDAP_FINGER "%FINGER%"
|
||||
#endif
|
||||
#ifndef LDAP_SENDMAIL
|
||||
#define LDAP_SENDMAIL "%SENDMAIL%"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue