home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / i386 / xm-dos.h < prev    next >
C/C++ Source or Header  |  1995-12-11  |  464b  |  21 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* Inhibit cccp.c's definition of putenv.  */
  4. #define HAVE_PUTENV
  5.  
  6. /* Use semicolons to separate elements of a path.  */
  7. #define PATH_SEPARATOR ';'
  8.  
  9. /* Use backslashs to separate levels of directory.  */
  10. #define DIR_SEPARATOR '\\'
  11.  
  12. /* Suffix for executable file names.  */
  13. #define EXECUTABLE_SUFFIX ".exe"
  14.  
  15. #define MKTEMP_EACH_FILE 1
  16.  
  17. #define NO_PRECOMPILES 1
  18.  
  19. /* sys_errlist proto in cccp.c doesn't match djgpp */
  20. #define HAVE_STRERROR
  21.