diff options
| author | Karl Heuer | 1994-09-18 18:59:49 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-18 18:59:49 +0000 |
| commit | 2e36cabbeeadbf3bd50a4a530c8fc646536988f8 (patch) | |
| tree | 0354019b5260be1bf169204c0db3eb2bde09b7a6 | |
| parent | 4b34bd8180f242e8a9e43ec2dc56c080043cff3c (diff) | |
| download | emacs-2e36cabbeeadbf3bd50a4a530c8fc646536988f8.tar.gz emacs-2e36cabbeeadbf3bd50a4a530c8fc646536988f8.zip | |
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
| -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 1b7822f31dc..dcc3fe5a162 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -90,6 +90,7 @@ and this notice must be preserved on all copies. */ | |||
| 90 | 90 | ||
| 91 | /* Some things figured out by the configure script, grouped as they are in | 91 | /* Some things figured out by the configure script, grouped as they are in |
| 92 | configure.in. */ | 92 | configure.in. */ |
| 93 | #undef _ALL_SOURCE | ||
| 93 | #undef HAVE_SYS_TIMEB_H | 94 | #undef HAVE_SYS_TIMEB_H |
| 94 | #undef HAVE_SYS_TIME_H | 95 | #undef HAVE_SYS_TIME_H |
| 95 | #undef HAVE_UNISTD_H | 96 | #undef HAVE_UNISTD_H |
| @@ -151,6 +152,9 @@ and this notice must be preserved on all copies. */ | |||
| 151 | /* Define if `sys_siglist' is declared by <signal.h>. */ | 152 | /* Define if `sys_siglist' is declared by <signal.h>. */ |
| 152 | #undef SYS_SIGLIST_DECLARED | 153 | #undef SYS_SIGLIST_DECLARED |
| 153 | 154 | ||
| 155 | /* Define if `struct utimbuf' is declared by <utime.h>. */ | ||
| 156 | #undef HAVE_STRUCT_UTIMBUF | ||
| 157 | |||
| 154 | /* If using GNU, then support inline function declarations. */ | 158 | /* If using GNU, then support inline function declarations. */ |
| 155 | #ifdef __GNUC__ | 159 | #ifdef __GNUC__ |
| 156 | #define INLINE __inline__ | 160 | #define INLINE __inline__ |