diff options
author | Jari Aalto <jari.aalto@cante.net> | 1997-09-22 20:22:27 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:51 +0000 |
commit | e8ce775db824de329b81293b4e5d8fbd65624528 (patch) | |
tree | 4b20c4dc766f5172b65ca1bc16ae1b6d48920fa1 /config.h.in | |
parent | d166f048818e10cf3799aa24a174fb22835f1acc (diff) | |
download | bash-e8ce775db824de329b81293b4e5d8fbd65624528.tar.gz |
Imported from ../bash-2.01.1.tar.gz.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 6a85ad78..cd1ef954 100644 --- a/config.h.in +++ b/config.h.in @@ -215,6 +215,9 @@ /* Define if `sys_siglist' is declared by <signal.h>. */ #undef SYS_SIGLIST_DECLARED +/* Define if `_sys_siglist' is declared by <signal.h> or <unistd.h>. */ +#undef UNDER_SYS_SIGLIST_DECLARED + /* Define to `int' if <sys/types.h> doesn't define. */ #undef uid_t @@ -515,4 +518,3 @@ #include "config.h.bot" #endif /* _CONFIG_H_ */ - |