diff options
| author | Jim Blandy | 1993-05-18 22:44:08 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-18 22:44:08 +0000 |
| commit | d685741312ab5d86fd2264f95debece045114ff7 (patch) | |
| tree | 11bddd603eba5e86cc7cd4a6180fe3486faaecde | |
| parent | d202f1f23054561ad6514b2848ebaf67afa4ed3f (diff) | |
| download | emacs-d685741312ab5d86fd2264f95debece045114ff7.tar.gz emacs-d685741312ab5d86fd2264f95debece045114ff7.zip | |
* config.h.in (STDC_HEADERS, TIME_WITH_SYS_TIME,
CRAY_STACKSEG_END, STACK_DIRECTION): Add #undef clauses for these,
since otherwise the autoconf tests in configure.in won't do us
much good.
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 735f60efebc..e479029a70f 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -87,6 +87,10 @@ and this notice must be preserved on all copies. */ | |||
| 87 | #undef HAVE_GETHOSTNAME | 87 | #undef HAVE_GETHOSTNAME |
| 88 | #undef HAVE_DUP2 | 88 | #undef HAVE_DUP2 |
| 89 | #undef TM_IN_SYS_TIME | 89 | #undef TM_IN_SYS_TIME |
| 90 | #undef STDC_HEADERS | ||
| 91 | #undef TIME_WITH_SYS_TIME | ||
| 92 | #undef CRAY_STACKSEG_END | ||
| 93 | #undef STACK_DIRECTION | ||
| 90 | #undef const | 94 | #undef const |
| 91 | 95 | ||
| 92 | /* If using GNU, then support inline function declarations. */ | 96 | /* If using GNU, then support inline function declarations. */ |