Mercurial > emacs
changeset 5890:3a543d9ccca5
Add #undef SYS_SIGLIST_DECLARED.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 11 Feb 1994 02:50:00 +0000 |
parents | 06bbb0e856d7 |
children | ffe51baf2728 |
files | src/config.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Fri Feb 11 01:34:16 1994 +0000 +++ b/src/config.in Fri Feb 11 02:50:00 1994 +0000 @@ -133,6 +133,9 @@ #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__