diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-14 20:16:52 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-14 20:16:52 +0000 |
commit | 8958788972cbbcc6bb998acf6a6e4b6695dfd5c6 (patch) | |
tree | 6cb3c3ce8a103c240969b0a5f9a2d15226ba273c | |
parent | 33d5af991727f1be784fc9ea0c34a709ef2c3adf (diff) | |
download | emacs-8958788972cbbcc6bb998acf6a6e4b6695dfd5c6.tar.gz |
(EXEC_SUFFIXES): Remove.
-rw-r--r-- | src/process.h | 6 | ||||
-rw-r--r-- | src/s/ms-w32.h | 1 | ||||
-rw-r--r-- | src/s/msdos.h | 1 |
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; #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 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. */ /* The null device on Windows NT. */ #define NULL_DEVICE "NUL:" -#define EXEC_SUFFIXES ".exe:.com:.bat:.cmd:" #ifndef MAXPATHLEN #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 */ #define SEPCHAR ';' #define NULL_DEVICE "nul" -#define EXEC_SUFFIXES ".exe:.com:.bat:" #if __DJGPP__ < 2 #define O_RDONLY 0x0001 |