aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-20 20:18:32 +0000
committerJim Blandy1993-06-20 20:18:32 +0000
commitb38f9ff3195345c77f70037d7f6c990c6c3d409b (patch)
tree708326263548f1957131801d6c9af3b3cd107c79 /src
parented8d30ae815616cd8edae3eb44488d281e57bd3f (diff)
downloademacs-b38f9ff3195345c77f70037d7f6c990c6c3d409b.tar.gz
emacs-b38f9ff3195345c77f70037d7f6c990c6c3d409b.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/config.in27
1 files changed, 19 insertions, 8 deletions
diff --git a/src/config.in b/src/config.in
index 0eba46124d7..0e2e0a2623b 100644
--- a/src/config.in
+++ b/src/config.in
@@ -79,28 +79,39 @@ and this notice must be preserved on all copies. */
79 that & in the full name stands for the login id. */ 79 that & in the full name stands for the login id. */
80#undef AMPERSAND_FULL_NAME 80#undef AMPERSAND_FULL_NAME
81 81
82/* Some things figured out by the configure script. */ 82/* Some things figured out by the configure script, grouped as they are in
83 configure.in. */
83#undef HAVE_SYS_TIMEB_H 84#undef HAVE_SYS_TIMEB_H
84#undef HAVE_SYS_TIME_H 85#undef HAVE_SYS_TIME_H
86#undef STDC_HEADERS
87#undef TIME_WITH_SYS_TIME
88
89#undef HAVE_LIBDNET
90
85#undef HAVE_ALLOCA_H 91#undef HAVE_ALLOCA_H
92
86#undef HAVE_GETTIMEOFDAY 93#undef HAVE_GETTIMEOFDAY
87#undef HAVE_GETHOSTNAME 94#undef HAVE_GETHOSTNAME
88#undef HAVE_DUP2 95#undef HAVE_DUP2
89#undef HAVE_RENAME 96#undef HAVE_RENAME
97#undef HAVE_CLOSEDIR
98
99#undef TM_IN_SYS_TIME
90#undef HAVE_TM_ZONE 100#undef HAVE_TM_ZONE
91#undef HAVE_TZNAME 101#undef HAVE_TZNAME
92#undef TM_IN_SYS_TIME 102
93#undef STDC_HEADERS 103#undef const
94#undef TIME_WITH_SYS_TIME 104
105#undef HAVE_LONG_FILE_NAMES
106
95#undef CRAY_STACKSEG_END 107#undef CRAY_STACKSEG_END
96#undef STACK_DIRECTION 108#undef STACK_DIRECTION
97#undef const 109
98#undef UNEXEC_SRC 110#undef UNEXEC_SRC
99#undef HAVE_LIBDNET 111
112#undef HAVE_LIBXBSD
100#undef HAVE_XRMSETDATABASE 113#undef HAVE_XRMSETDATABASE
101#undef HAVE_RANDOM 114#undef HAVE_RANDOM
102#undef HAVE_LIBXBSD
103#undef HAVE_CLOSEDIR
104 115
105/* If using GNU, then support inline function declarations. */ 116/* If using GNU, then support inline function declarations. */
106#ifdef __GNUC__ 117#ifdef __GNUC__