comparison src/config.in @ 8879:434d4feb23ea

(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 18:59:49 +0000
parents 1870d245f7da
children fe9678c48037
comparison
equal deleted inserted replaced
8878:066fab036ab5 8879:434d4feb23ea
88 that & in the full name stands for the login id. */ 88 that & in the full name stands for the login id. */
89 #undef AMPERSAND_FULL_NAME 89 #undef AMPERSAND_FULL_NAME
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
96 #undef STDC_HEADERS 97 #undef STDC_HEADERS
97 #undef TIME_WITH_SYS_TIME 98 #undef TIME_WITH_SYS_TIME
149 #undef HAVE_STRERROR 150 #undef HAVE_STRERROR
150 151
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__
157 #else 161 #else
158 #define INLINE 162 #define INLINE