Mercurial > emacs
changeset 3849:646af96bba7b
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 20 Jun 1993 20:18:32 +0000 |
parents | 73eb72de291d |
children | 1c084fa7c501 |
files | src/config.in |
diffstat | 1 files changed, 19 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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__