mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-10 07:01:41 +02:00
53082: remove a couple of unused #defines
This commit is contained in:
parent
8dd271fdec
commit
3397653768
2 changed files with 2 additions and 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue