From d21dd7109c5d3ecb7b7ab00b02e27635726b602e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 11 Feb 1994 02:50:00 +0000 Subject: [PATCH] Add #undef SYS_SIGLIST_DECLARED. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index 9de4864b45f..3052ef62fa9 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 . */ +#undef SYS_SIGLIST_DECLARED + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__ -- 2.39.5