diff 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
line wrap: on
line diff
--- a/src/config.in	Sat Sep 24 05:02:49 1994 +0000
+++ b/src/config.in	Sat Sep 24 05:09:47 1994 +0000
@@ -119,7 +119,6 @@
 #undef HAVE_LONG_FILE_NAMES
 
 #undef CRAY_STACKSEG_END
-#undef STACK_DIRECTION
 
 #undef UNEXEC_SRC
 
@@ -250,6 +249,11 @@
    "-I/..." or something similar.  */
 #undef C_SWITCH_X_SITE
 
+/* Define STACK_DIRECTION here, but not if m/foo.h did.  */
+#ifndef STACK_DIRECTION
+#undef STACK_DIRECTION
+#endif
+
 /* Define the return type of signal handlers if the s-xxx file
    did not already do so.  */
 #define RETSIGTYPE void