1992-01-21 13:29:25 -05:00
|
|
|
#undef CPP_PREDEFINES
|
1993-10-02 04:55:06 -04:00
|
|
|
#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)"
|
1992-01-21 13:29:25 -05:00
|
|
|
|
1992-06-13 16:56:58 -04:00
|
|
|
/* These are as defined in /usr/include/sys/stdtypes.h.
|
|
|
|
These values are for ultrix 4.2 on the vax. */
|
1992-01-21 13:29:25 -05:00
|
|
|
#define SIZE_TYPE "unsigned int"
|
|
|
|
#define PTRDIFF_TYPE "int"
|
1992-06-13 16:56:58 -04:00
|
|
|
#define WCHAR_TYPE "unsigned int"
|
|
|
|
#define WCHAR_TYPE_SIZE 32
|
1998-12-16 17:24:51 -05:00
|
|
|
|
|
|
|
/* True for Ultrix 4.3 and later and possibly earlier. */
|
|
|
|
#define HAVE_ATEXIT
|