]> code.delx.au - gnu-emacs/commitdiff
Add #undef SYS_SIGLIST_DECLARED.
authorRoland McGrath <roland@gnu.org>
Fri, 11 Feb 1994 02:50:00 +0000 (02:50 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Feb 1994 02:50:00 +0000 (02:50 +0000)
src/config.in

index 9de4864b45f70a5d6601748614237bc6f3eb508c..3052ef62fa9ff42fd58e2dd2c212ec043e3d1cf3 100644 (file)
@@ -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__