]> git.sur5r.net Git - openldap/commitdiff
Delete defs for FINGER
authorHoward Chu <hyc@openldap.org>
Sat, 18 May 2002 02:12:04 +0000 (02:12 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 18 May 2002 02:12:04 +0000 (02:12 +0000)
include/Makefile.in
include/ldap_config.h.in
include/ldap_config.nt

index 9c59d6bb468dbf8b10d61bcf4f68c7aef9903146..5d090b841838291f964e2c6d6786c759b8da7ea5 100644 (file)
@@ -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 $@
index a119fafee5bba3f00005c7906c8c44f93fe99ed9..705466c8619c1bb9d5b40fc285198fb4b6090d07 100644 (file)
@@ -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
index e2fbbb9c15367b61f20c931c0a6405f3ef478a01..18646ac9e0b5c43a9e20bce806cb88447cf34ad2 100644 (file)
@@ -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