diff options
Diffstat (limited to 'src')
| -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__ |