From 679316788ea6c6f76ca8d0be94e02eeaa5dae2e2 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii
Date: Wed, 20 Aug 2008 10:59:00 +0000
Subject: Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.
---
src/config.in | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
(limited to 'src')
diff --git a/src/config.in b/src/config.in
index 1b10aa399cc..7e303b813b4 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1030,6 +1030,14 @@ along with GNU Emacs. If not, see . */
#define INLINE
#endif
+/* `subprocesses' should be defined if you want to
+ have code for asynchronous subprocesses
+ (as used in M-x compile and M-x shell).
+ Only MSDOS does not support this (it overrides
+ this in its config_opsysfile below). */
+
+#define subprocesses
+
/* Include the os and machine dependent files. */
#include config_opsysfile
#include config_machfile
@@ -1046,13 +1054,6 @@ along with GNU Emacs. If not, see . */
# endif /* NS_IMPL_GNUSTEP */
#endif /* HAVE_NS */
-/* `subprocesses' should be defined if you want to
- have code for asynchronous subprocesses
- (as used in M-x compile and M-x shell).
- Only MSDOS does not support this. */
-
-#define subprocesses
-
/* SIGTYPE is the macro we actually use. */
#ifndef SIGTYPE
#define SIGTYPE RETSIGTYPE
--
cgit v1.2.1