stdio.h not needed
[fw/sdcc] / support / cpp / i386 / xm-dos.h
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