diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:27:07 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:27:07 +0200 |
commit | 33976537684eb5d1111a0aeb58cabeb3d3acf393 (patch) | |
tree | aba60d84febafe55fdf2c1770f094a7462aec657 | |
parent | 8dd271fdec526241ad3ed9c7f2641127a939893c (diff) | |
download | zsh-33976537684eb5d1111a0aeb58cabeb3d3acf393.tar.gz zsh-33976537684eb5d1111a0aeb58cabeb3d3acf393.zip |
53082: remove a couple of unused #defines
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 7 |
2 files changed, 2 insertions, 7 deletions
@@ -1,5 +1,7 @@ 2024-09-14 Oliver Kiddle <opk@zsh.org> + * 53082: configure.ac: remove a couple of unused #defines + * 53081: INSTALL, configure.ac, Src/init.c, Src/options.c, Src/signals.c, Src/zsh_system.h: remove old BeOS support code 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 |