diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 0 insertions, 6 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; | |||
| 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 | ||