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

15 lines
304 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 ';'
/* Suffix for executable file names. */
#define EXECUTABLE_SUFFIX ".exe"
#define MKTEMP_EACH_FILE 1
#define NO_PRECOMPILES 1