comparison src/config.in @ 9069:5aed7540e27a

(STACK_DIRECTION): Don't redefine if defined already. Move definition down past #include's.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 05:09:47 +0000
parents 6b453f7dc22f
children 870ac6d473a4
comparison
equal deleted inserted replaced
9068:b5c6b76c0722 9069:5aed7540e27a
117 #undef const 117 #undef const
118 118
119 #undef HAVE_LONG_FILE_NAMES 119 #undef HAVE_LONG_FILE_NAMES
120 120
121 #undef CRAY_STACKSEG_END 121 #undef CRAY_STACKSEG_END
122 #undef STACK_DIRECTION
123 122
124 #undef UNEXEC_SRC 123 #undef UNEXEC_SRC
125 124
126 #undef HAVE_LIBXBSD 125 #undef HAVE_LIBXBSD
127 #undef HAVE_XRMSETDATABASE 126 #undef HAVE_XRMSETDATABASE
248 HAVE_X_WINDOWS above and your X include files aren't in a place 247 HAVE_X_WINDOWS above and your X include files aren't in a place
249 that your compiler can find on its own, you might want to add 248 that your compiler can find on its own, you might want to add
250 "-I/..." or something similar. */ 249 "-I/..." or something similar. */
251 #undef C_SWITCH_X_SITE 250 #undef C_SWITCH_X_SITE
252 251
252 /* Define STACK_DIRECTION here, but not if m/foo.h did. */
253 #ifndef STACK_DIRECTION
254 #undef STACK_DIRECTION
255 #endif
256
253 /* Define the return type of signal handlers if the s-xxx file 257 /* Define the return type of signal handlers if the s-xxx file
254 did not already do so. */ 258 did not already do so. */
255 #define RETSIGTYPE void 259 #define RETSIGTYPE void
256 260
257 /* SIGTYPE is the macro we actually use. */ 261 /* SIGTYPE is the macro we actually use. */