From 679316788ea6c6f76ca8d0be94e02eeaa5dae2e2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 20 Aug 2008 10:59:00 +0000 Subject: [PATCH] Move "#define subprocesses" before config_opsysfile is included. (configure, src/config.in): Regenerated. --- ChangeLog | 5 +++++ configure.in | 15 ++++++++------- src/config.in | 15 ++++++++------- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5712316e5b..3b3c5e2eed3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-20 Eli Zaretskii + + * configure.in: Move "#define subprocesses" before + config_opsysfile is included. + 2008-08-19 Kenichi Handa * INSTALL (Extra fonts): Mention local fonts, don't mention diff --git a/configure.in b/configure.in index e6b5ea338e2..00775fc51cf 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 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 -- 2.39.5