changeset 39935:6658b2120eba

(EXEC_SUFFIXES): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 20:16:52 +0000
parents 674e73ec881a
children 586d992fb79f
files src/process.h src/s/ms-w32.h src/s/msdos.h
diffstat 3 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.h	Sun Oct 14 20:13:47 2001 +0000
+++ b/src/process.h	Sun Oct 14 20:16:52 2001 +0000
@@ -123,9 +123,3 @@
 #ifndef NULL_DEVICE
 #define NULL_DEVICE "/dev/null"
 #endif
-
-/* A string listing the possible suffixes used for executable files,
-   separated by colons.  VMS, MS-DOS, and OS/2 redefine this.  */
-#ifndef EXEC_SUFFIXES
-#define EXEC_SUFFIXES ""
-#endif
--- a/src/s/ms-w32.h	Sun Oct 14 20:13:47 2001 +0000
+++ b/src/s/ms-w32.h	Sun Oct 14 20:16:52 2001 +0000
@@ -212,7 +212,6 @@
 
 /* The null device on Windows NT. */
 #define NULL_DEVICE     "NUL:"
-#define EXEC_SUFFIXES   ".exe:.com:.bat:.cmd:"
 
 #ifndef MAXPATHLEN
 #define MAXPATHLEN      _MAX_PATH
--- a/src/s/msdos.h	Sun Oct 14 20:13:47 2001 +0000
+++ b/src/s/msdos.h	Sun Oct 14 20:16:52 2001 +0000
@@ -196,7 +196,6 @@
 #define SEPCHAR ';'
 
 #define NULL_DEVICE "nul"
-#define EXEC_SUFFIXES ".exe:.com:.bat:"
 
 #if __DJGPP__ < 2
 #define O_RDONLY        0x0001