diff 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
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