# HG changeset patch # User Karl Heuer # Date 779914789 0 # Node ID 434d4feb23ea66a114ab5d016fcf0ec907adc77c # Parent 066fab036ab50e02a8103afdb49b272567d4a24f (_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs. diff -r 066fab036ab5 -r 434d4feb23ea src/config.in --- a/src/config.in Sun Sep 18 18:57:22 1994 +0000 +++ b/src/config.in Sun Sep 18 18:59:49 1994 +0000 @@ -90,6 +90,7 @@ /* 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 @@ /* Define if `sys_siglist' is declared by . */ #undef SYS_SIGLIST_DECLARED +/* Define if `struct utimbuf' is declared by . */ +#undef HAVE_STRUCT_UTIMBUF + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__