comparison src/m/intel386.h @ 10709:64aee640f211

[SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined.. [SOLARIS2_4, !__GNUC__]: Include alloca.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 09 Feb 1995 09:31:54 +0000
parents c68e5b8456e1
children 9fac7d5558e9
comparison
equal deleted inserted replaced
10708:8a15461d4f64 10709:64aee640f211
128 #ifdef __GNUC__ 128 #ifdef __GNUC__
129 #undef C_SWITCH_SYSTEM 129 #undef C_SWITCH_SYSTEM
130 #endif /* GCC */ 130 #endif /* GCC */
131 #define HAVE_VFORK 131 #define HAVE_VFORK
132 132
133 #endif 133 #else /* SOLARIS2_4 */
134 #ifndef __GNUC__
135 #undef C_SWITCH_SYSTEM
136 #define C_SWITCH_SYSTEM -Xa
137 #ifdef HAVE_ALLOCA_H
138 #include <alloca.h>
139 #endif /* HAVE_ALLOCA_H */
140 #endif /* not __GNUC__ */
141 #endif /* SOLARIS2_4 */
134 142
135 /* configure thinks solaris X86 has gethostname, but it does not work, 143 /* configure thinks solaris X86 has gethostname, but it does not work,
136 so undefine it. */ 144 so undefine it. */
137 #undef HAVE_GETHOSTNAME 145 #undef HAVE_GETHOSTNAME
138 146