diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 95c9993a75f..004e7620c1b 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -119,7 +119,6 @@ and this notice must be preserved on all copies. */ | |||
| 119 | #undef HAVE_LONG_FILE_NAMES | 119 | #undef HAVE_LONG_FILE_NAMES |
| 120 | 120 | ||
| 121 | #undef CRAY_STACKSEG_END | 121 | #undef CRAY_STACKSEG_END |
| 122 | #undef STACK_DIRECTION | ||
| 123 | 122 | ||
| 124 | #undef UNEXEC_SRC | 123 | #undef UNEXEC_SRC |
| 125 | 124 | ||
| @@ -250,6 +249,11 @@ typedef unsigned long EMACS_UINT; | |||
| 250 | "-I/..." or something similar. */ | 249 | "-I/..." or something similar. */ |
| 251 | #undef C_SWITCH_X_SITE | 250 | #undef C_SWITCH_X_SITE |
| 252 | 251 | ||
| 252 | /* Define STACK_DIRECTION here, but not if m/foo.h did. */ | ||
| 253 | #ifndef STACK_DIRECTION | ||
| 254 | #undef STACK_DIRECTION | ||
| 255 | #endif | ||
| 256 | |||
| 253 | /* Define the return type of signal handlers if the s-xxx file | 257 | /* Define the return type of signal handlers if the s-xxx file |
| 254 | did not already do so. */ | 258 | did not already do so. */ |
| 255 | #define RETSIGTYPE void | 259 | #define RETSIGTYPE void |