1992-10-11 08:51:40 -04:00
|
|
|
/* Configuration for GCC for Intel i386 running System V Release 4. */
|
|
|
|
|
1992-12-27 21:30:13 -05:00
|
|
|
#include "i386/xm-i386.h"
|
1992-10-11 08:51:40 -04:00
|
|
|
#include "xm-svr4.h"
|
1992-10-11 08:56:41 -04:00
|
|
|
|
1993-01-10 21:42:40 -05:00
|
|
|
/* If not compiled with GNU C, use the portable alloca. */
|
|
|
|
#ifndef __GNUC__
|
1992-10-11 08:56:41 -04:00
|
|
|
#define USE_C_ALLOCA
|
|
|
|
#endif
|
1993-07-29 14:15:59 -04:00
|
|
|
#ifdef __HIGHC__
|
|
|
|
#include <alloca.h> /* for MetaWare High-C on NCR System 3000 */
|
|
|
|
#endif
|
1993-06-16 17:09:23 -04:00
|
|
|
|
|
|
|
/* Univel, at least, has a small ARG_MAX. Defining this is harmless
|
|
|
|
except for causing extra stat calls in the driver program. */
|
|
|
|
#define SMALL_ARG_MAX
|