summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-09-18 18:59:49 +0000
committerKarl Heuer <kwzh@gnu.org>1994-09-18 18:59:49 +0000
commita21dc12d8ef83d19fd49582a14f2d9769cb5c8bc (patch)
tree9a8210a633aee521865b76f28c7beb061e636f73 /src/config.in
parent2b2b987a8bcc91339b1e1cd8fd49a82145c60469 (diff)
downloademacs-a21dc12d8ef83d19fd49582a14f2d9769cb5c8bc.tar.gz
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in4
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. */
/* Some things figured out by the configure script, grouped as they are in
configure.in. */
+#undef _ALL_SOURCE
#undef HAVE_SYS_TIMEB_H
#undef HAVE_SYS_TIME_H
#undef HAVE_UNISTD_H
@@ -151,6 +152,9 @@ and this notice must be preserved on all copies. */
/* Define if `sys_siglist' is declared by <signal.h>. */
#undef SYS_SIGLIST_DECLARED
+/* Define if `struct utimbuf' is declared by <utime.h>. */
+#undef HAVE_STRUCT_UTIMBUF
+
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__