# HG changeset patch # User Richard M. Stallman # Date 780383387 0 # Node ID 5aed7540e27ad9eaa543e34ee66925e34712eba2 # Parent b5c6b76c0722e5b3b368c2a273f86123d56b31c4 (STACK_DIRECTION): Don't redefine if defined already. Move definition down past #include's. diff -r b5c6b76c0722 -r 5aed7540e27a src/config.in --- 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