aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-08-20 10:59:00 +0000
committerEli Zaretskii <[email protected]>2008-08-20 10:59:00 +0000
commit679316788ea6c6f76ca8d0be94e02eeaa5dae2e2 (patch)
tree70b4de18c3e8426541a4d509612970a2cb5f65d8 /configure.in
parentbf2e3fa7a92748c89f16ea1b68e00138b16f4bec (diff)
Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index e6b5ea338e..00775fc51c 100644
--- a/configure.in
+++ b/configure.in
@@ -2603,6 +2603,14 @@ AH_BOTTOM([
#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
@@ -2619,13 +2627,6 @@ AH_BOTTOM([
# 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