aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h1
-rw-r--r--src/s/msdos.h1
2 files changed, 0 insertions, 2 deletions
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