diff options
| author | Roland McGrath | 1994-02-11 02:50:00 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-02-11 02:50:00 +0000 |
| commit | d21dd7109c5d3ecb7b7ab00b02e27635726b602e (patch) | |
| tree | 147650b0238b2c8147346e945ce065fcb9765963 /src | |
| parent | 3cb8101157d70088bbc7e30fe1f270485b7da659 (diff) | |
| download | emacs-d21dd7109c5d3ecb7b7ab00b02e27635726b602e.tar.gz emacs-d21dd7109c5d3ecb7b7ab00b02e27635726b602e.zip | |
Add #undef SYS_SIGLIST_DECLARED.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ | |||
| 133 | 133 | ||
| 134 | #undef HAVE_AIX_SMT_EXP | 134 | #undef HAVE_AIX_SMT_EXP |
| 135 | 135 | ||
| 136 | /* Define if `sys_siglist' is declared by <signal.h>. */ | ||
| 137 | #undef SYS_SIGLIST_DECLARED | ||
| 138 | |||
| 136 | /* If using GNU, then support inline function declarations. */ | 139 | /* If using GNU, then support inline function declarations. */ |
| 137 | #ifdef __GNUC__ | 140 | #ifdef __GNUC__ |
| 138 | #define INLINE __inline__ | 141 | #define INLINE __inline__ |