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 ';'
|
|
|
|
|
|
|
|
/* Suffix for executable file names. */
|
|
|
|
#define EXECUTABLE_SUFFIX ".exe"
|