home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / vax / ultrix.h < prev    next >
C/C++ Source or Header  |  1993-10-02  |  514b  |  15 lines

  1. #include "vax/vax.h"
  2.  
  3. #undef CPP_PREDEFINES
  4. #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)"
  5.  
  6. /* By default, allow $ to be part of an identifier.  */
  7. #define DOLLARS_IN_IDENTIFIERS 1
  8.  
  9. /* These are as defined in /usr/include/sys/stdtypes.h.
  10.    These values are for ultrix 4.2 on the vax.  */
  11. #define SIZE_TYPE "unsigned int"
  12. #define PTRDIFF_TYPE "int"
  13. #define WCHAR_TYPE "unsigned int"
  14. #define WCHAR_TYPE_SIZE 32
  15.