home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / utils / gcc-rm / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-12  |  269 b   |  11 lines

  1. #define TRUE 1
  2. #define FALSE 0
  3. #define DEFAULT_TARGET_MACHINE "go32"
  4. #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS"
  5. #define DEFAULT_SIGNED_CHAR 1
  6. #define EXECUTABLE_SUFFIX ".exe"
  7. #define PATH_SEPARATOR ';'
  8. #define HAVE_PUTENV
  9. #define MKTEMP_EACH_FILE
  10.  
  11.