2dda3ae110
Use new file names for included 386 files. From-SVN: r2961
11 lines
250 B
C
11 lines
250 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"
|