aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/process.h6
-rw-r--r--src/s/ms-w32.h1
-rw-r--r--src/s/msdos.h1
3 files changed, 0 insertions, 8 deletions
diff --git a/src/process.h b/src/process.h
index fea56f47463..21e1b85bb26 100644
--- a/src/process.h
+++ b/src/process.h
@@ -123,9 +123,3 @@ extern int synch_process_retcode;
123#ifndef NULL_DEVICE 123#ifndef NULL_DEVICE
124#define NULL_DEVICE "/dev/null" 124#define NULL_DEVICE "/dev/null"
125#endif 125#endif
126
127/* A string listing the possible suffixes used for executable files,
128 separated by colons. VMS, MS-DOS, and OS/2 redefine this. */
129#ifndef EXEC_SUFFIXES
130#define EXEC_SUFFIXES ""
131#endif
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 7c1c62e3ffd..6ca043f2fa6 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -212,7 +212,6 @@ Boston, MA 02111-1307, USA. */
212 212
213/* The null device on Windows NT. */ 213/* The null device on Windows NT. */
214#define NULL_DEVICE "NUL:" 214#define NULL_DEVICE "NUL:"
215#define EXEC_SUFFIXES ".exe:.com:.bat:.cmd:"
216 215
217#ifndef MAXPATHLEN 216#ifndef MAXPATHLEN
218#define MAXPATHLEN _MAX_PATH 217#define MAXPATHLEN _MAX_PATH
diff --git a/src/s/msdos.h b/src/s/msdos.h
index e7c38048a30..0862d9fec8e 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -196,7 +196,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
196#define SEPCHAR ';' 196#define SEPCHAR ';'
197 197
198#define NULL_DEVICE "nul" 198#define NULL_DEVICE "nul"
199#define EXEC_SUFFIXES ".exe:.com:.bat:"
200 199
201#if __DJGPP__ < 2 200#if __DJGPP__ < 2
202#define O_RDONLY 0x0001 201#define O_RDONLY 0x0001