# HG changeset patch # User Jim Blandy # Date 740607512 0 # Node ID 646af96bba7b83045d5970384716424ab793fa5e # Parent 73eb72de291d64df31c69553047723378749a44a * config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconf to chew on. Re-arrange macros to reflect the ordering of the corresponding macros in configure.in, to facilitate this kind of checking. diff -r 73eb72de291d -r 646af96bba7b src/config.in --- a/src/config.in Sun Jun 20 08:49:42 1993 +0000 +++ b/src/config.in Sun Jun 20 20:18:32 1993 +0000 @@ -79,28 +79,39 @@ that & in the full name stands for the login id. */ #undef AMPERSAND_FULL_NAME -/* Some things figured out by the configure script. */ +/* Some things figured out by the configure script, grouped as they are in + configure.in. */ #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H +#undef STDC_HEADERS +#undef TIME_WITH_SYS_TIME + +#undef HAVE_LIBDNET + #undef HAVE_ALLOCA_H + #undef HAVE_GETTIMEOFDAY #undef HAVE_GETHOSTNAME #undef HAVE_DUP2 #undef HAVE_RENAME +#undef HAVE_CLOSEDIR + +#undef TM_IN_SYS_TIME #undef HAVE_TM_ZONE #undef HAVE_TZNAME -#undef TM_IN_SYS_TIME -#undef STDC_HEADERS -#undef TIME_WITH_SYS_TIME + +#undef const + +#undef HAVE_LONG_FILE_NAMES + #undef CRAY_STACKSEG_END #undef STACK_DIRECTION -#undef const + #undef UNEXEC_SRC -#undef HAVE_LIBDNET + +#undef HAVE_LIBXBSD #undef HAVE_XRMSETDATABASE #undef HAVE_RANDOM -#undef HAVE_LIBXBSD -#undef HAVE_CLOSEDIR /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__