Initial revision
[official-gcc.git] / gcc / config / i386 / xm-dos.h
blob1dd0c013b1d632e0d71583a54b5eab98223c1957
1 #include "i386/xm-i386.h"
3 /* Inhibit cccp.c's definition of putenv. */
4 #define HAVE_PUTENV
6 /* Use semicolons to separate elements of a path. */
7 #define PATH_SEPARATOR ';'
9 /* Use backslashs to separate levels of directory. */
10 #define DIR_SEPARATOR '\\'
12 /* Suffix for executable file names. */
13 #define EXECUTABLE_SUFFIX ".exe"
15 #define MKTEMP_EACH_FILE 1
17 #define NO_PRECOMPILES 1
19 /* sys_errlist proto in cccp.c doesn't match djgpp */
20 #define HAVE_STRERROR