aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1994-02-11 02:50:00 +0000
committerRoland McGrath <[email protected]>1994-02-11 02:50:00 +0000
commitd21dd7109c5d3ecb7b7ab00b02e27635726b602e (patch)
tree147650b0238b2c8147346e945ce065fcb9765963 /src
parent3cb8101157d70088bbc7e30fe1f270485b7da659 (diff)
Add #undef SYS_SIGLIST_DECLARED.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 9de4864b45..3052ef62fa 100644
--- a/src/config.in
+++ b/src/config.in
@@ -133,6 +133,9 @@ and this notice must be preserved on all copies. */
#undef HAVE_AIX_SMT_EXP
+/* Define if `sys_siglist' is declared by <signal.h>. */
+#undef SYS_SIGLIST_DECLARED
+
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__