summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-10-14 20:16:52 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-10-14 20:16:52 +0000
commit8958788972cbbcc6bb998acf6a6e4b6695dfd5c6 (patch)
tree6cb3c3ce8a103c240969b0a5f9a2d15226ba273c /src/process.h
parent33d5af991727f1be784fc9ea0c34a709ef2c3adf (diff)
downloademacs-8958788972cbbcc6bb998acf6a6e4b6695dfd5c6.tar.gz
(EXEC_SUFFIXES): Remove.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h6
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;
#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