comparison src/config.in @ 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 84536053a592
children f3506c9677f3
comparison
equal deleted inserted replaced
3848:73eb72de291d 3849:646af96bba7b
77 77
78 /* Define AMPERSAND_FULL_NAME if you use the convention 78 /* Define AMPERSAND_FULL_NAME if you use the convention
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__
107 #define INLINE __inline__ 118 #define INLINE __inline__
108 #else 119 #else