Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: remove a couple of unused #defines



I noticed a couple of unused #defines. PASSWD_MAP had been used in the
NIS code that I removed in 49606. CACHE_USERNAMES was likely also
related to that NIS support but was unused even before that patch.

Oliver

diff --git a/configure.ac b/configure.ac
index b2721fa77..aca355ff4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2982,13 +2982,6 @@ AH_TOP([/***** begin user configuration section *****/
 /* Define this to be the location of your password file */
 #define PASSWD_FILE "/etc/passwd"
 
-/* Define this to be the name of your NIS/YP password *
- * map (if applicable)                                */
-#define PASSWD_MAP "passwd.byname"
-
-/* Define to 1 if you want user names to be cached */
-#define CACHE_USERNAMES 1
-
 /* Define this if you use "suspended" instead of "stopped" */
 #define USE_SUSPENDED 1
  




Messages sorted by: Reverse Date, Date, Thread, Author