8sa1-gcc/gcc/config/i386/xm-dos.h
Richard Stallman 96b11bedc4 Define MKTEMP_EACH_FILE and NO_PRECOMPILES.
From-SVN: r4087
1993-04-12 05:35:04 +00:00

15 lines
304 B
C

#include "i386/xm-i386.h"
/* Inhibit cccp.c's definition of putenv. */
#define HAVE_PUTENV
/* 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