stdio.h not needed
[fw/sdcc] / support / cpp / i386 / xm-sysv4.h
1 /* Configuration for GCC for Intel i386 running System V Release 4.  */
2
3 #include "i386/xm-i386.h"
4 #include "xm-svr4.h"
5
6 /* If not compiled with GNU C, use the portable alloca.  */
7 #ifndef __GNUC__
8 #define USE_C_ALLOCA
9 #endif
10 #ifdef __HIGHC__
11 #include <alloca.h>             /* for MetaWare High-C on NCR System 3000 */
12 #endif
13
14 /* Univel, at least, has a small ARG_MAX.  Defining this is harmless
15    except for causing extra stat calls in the driver program.  */
16 #define SMALL_ARG_MAX