mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
(EXEC_SUFFIXES): Remove.
This commit is contained in:
parent
33d5af9917
commit
8958788972
3 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue