comparison src/config.in @ 3197:0d180fefccc6

* config.h.in (UNEXEC_SRC): New macro, set by the configure script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it.
author Jim Blandy <jimb@redhat.com>
date Fri, 28 May 1993 04:35:57 +0000
parents db5ef3863442
children d499a827577e
comparison
equal deleted inserted replaced
3196:c3470c4abe5e 3197:0d180fefccc6
92 #undef STDC_HEADERS 92 #undef STDC_HEADERS
93 #undef TIME_WITH_SYS_TIME 93 #undef TIME_WITH_SYS_TIME
94 #undef CRAY_STACKSEG_END 94 #undef CRAY_STACKSEG_END
95 #undef STACK_DIRECTION 95 #undef STACK_DIRECTION
96 #undef const 96 #undef const
97 #undef UNEXEC_SRC
97 98
98 /* If using GNU, then support inline function declarations. */ 99 /* If using GNU, then support inline function declarations. */
99 #ifdef __GNUC__ 100 #ifdef __GNUC__
100 #define INLINE __inline__ 101 #define INLINE __inline__
101 #else 102 #else