1992-12-27 21:29:59 -05:00
|
|
|
#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 ';'
|
|
|
|
|
1994-05-27 17:56:04 -04:00
|
|
|
/* 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"
|
1993-04-12 01:35:04 -04:00
|
|
|
|
|
|
|
#define MKTEMP_EACH_FILE 1
|
|
|
|
|
|
|
|
#define NO_PRECOMPILES 1
|