8sa1-gcc/gcc/config/i386/xm-dos.h

18 lines
387 B
C
Raw Normal View History

#include "i386/xm-i386.h"
1992-05-03 17:34:49 -04:00
/* Inhibit cccp.c's definition of putenv. */
#define HAVE_PUTENV
1992-05-03 17:39:39 -04:00
/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'
/* Use backslashs to separate levels of directory. */
#define DIR_SEPARATOR '\\'
1992-05-03 17:39:39 -04:00
/* Suffix for executable file names. */
#define EXECUTABLE_SUFFIX ".exe"
#define MKTEMP_EACH_FILE 1
#define NO_PRECOMPILES 1