comparison src/process.h @ 39935:6658b2120eba

(EXEC_SUFFIXES): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 20:16:52 +0000
parents 96fd475a324d
children 7e0389460d9d
comparison
equal deleted inserted replaced
39934:674e73ec881a 39935:6658b2120eba
121 /* The name of the file open to get a null file, or a data sink. 121 /* The name of the file open to get a null file, or a data sink.
122 VMS, MS-DOS, and OS/2 redefine this. */ 122 VMS, MS-DOS, and OS/2 redefine this. */
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