diff --git a/src/m/intel386.h b/src/m/intel386.h index 94af5555c11..464cd257252 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -195,7 +195,12 @@ NOTE-END */ #endif /* not USG5_4 */ #endif /* LIB_STANDARD */ +/* Paul Abrahams says that + Unixware does not have alloca when using cc. */ +#if ! (defined (USG5_4) && ! defined (__GNUC__)) #define HAVE_ALLOCA +#endif + #define NO_REMAP #define TEXT_START 0 #endif /* USG */