From 0782b633b2078bbdd27e86f2b60724406f993459 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 18 May 2002 02:12:04 +0000 Subject: [PATCH] Delete defs for FINGER --- include/Makefile.in | 4 ---- include/ldap_config.h.in | 3 --- include/ldap_config.nt | 3 --- 3 files changed, 10 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index 9c59d6bb46..5d090b8418 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -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 $@ diff --git a/include/ldap_config.h.in b/include/ldap_config.h.in index a119fafee5..705466c861 100644 --- a/include/ldap_config.h.in +++ b/include/ldap_config.h.in @@ -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 diff --git a/include/ldap_config.nt b/include/ldap_config.nt index e2fbbb9c15..18646ac9e0 100644 --- a/include/ldap_config.nt +++ b/include/ldap_config.nt @@ -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 -- 2.39.5