config.h 560 B

123456789101112131415161718192021
  1. /* Configuration for GNU C-compiler.
  2. VAX version.
  3. Copyright (C) 1985 Free Software Foundation, Inc.
  4. This will be free software eventually, but not until it is finished. */
  5. /* #defines that need visibility everywhere. */
  6. #define FALSE 0
  7. #define TRUE 1
  8. /* target machine dependencies.
  9. tm.h is a symbolic link to the actual target specific file. */
  10. #include "tm.h"
  11. /* This describes the machine the compiler is hosted on. */
  12. #define HOST_BITS_PER_CHAR 8
  13. #define HOST_BITS_PER_SHORT 16
  14. #define HOST_BITS_PER_INT 32
  15. #define HOST_BITS_PER_LONG 32