zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: remove a couple of unused #defines
@ 2024-09-13  0:48 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 2024-09-13  0:48 UTC (permalink / raw)
  To: Zsh workers

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
  


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-13  0:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-13  0:48 PATCH: remove a couple of unused #defines Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).