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 / netbsd.h next >
C/C++ Source or Header  |  1995-09-28  |  460b  |  23 lines

  1. #include <vax/vax.h>
  2. #include <netbsd.h>
  3.  
  4. #undef CPP_PREDEFINES
  5. #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
  6.  
  7. /* Make gcc agree with <machine/ansi.h> */
  8.  
  9. #undef SIZE_TYPE
  10. #define SIZE_TYPE "unsigned int"
  11.  
  12. #undef PTRDIFF_TYPE
  13. #define PTRDIFF_TYPE "int"
  14.  
  15. #undef WCHAR_TYPE
  16. #define WCHAR_TYPE "int"
  17.  
  18. #undef WCHAR_UNSIGNED
  19. #define WCHAR_UNSIGNED 0
  20.  
  21. #undef WCHAR_TYPE_SIZE
  22. #define WCHAR_TYPE_SIZE 32
  23.