From: Roland McGrath Date: Fri, 11 Feb 1994 02:50:00 +0000 (+0000) Subject: Add #undef SYS_SIGLIST_DECLARED. X-Git-Tag: emacs-19.34~9961 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d21dd7109c5d3ecb7b7ab00b02e27635726b602e;p=emacs.git Add #undef SYS_SIGLIST_DECLARED. --- 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__