aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-20 10:59:00 +0000
committerEli Zaretskii2008-08-20 10:59:00 +0000
commit679316788ea6c6f76ca8d0be94e02eeaa5dae2e2 (patch)
tree70b4de18c3e8426541a4d509612970a2cb5f65d8 /src
parentbf2e3fa7a92748c89f16ea1b68e00138b16f4bec (diff)
downloademacs-679316788ea6c6f76ca8d0be94e02eeaa5dae2e2.tar.gz
emacs-679316788ea6c6f76ca8d0be94e02eeaa5dae2e2.zip
Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.
Diffstat (limited to 'src')
-rw-r--r--src/config.in15
1 files changed, 8 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>. */
1030#define INLINE 1030#define INLINE
1031#endif 1031#endif
1032 1032
1033/* `subprocesses' should be defined if you want to
1034 have code for asynchronous subprocesses
1035 (as used in M-x compile and M-x shell).
1036 Only MSDOS does not support this (it overrides
1037 this in its config_opsysfile below). */
1038
1039#define subprocesses
1040
1033/* Include the os and machine dependent files. */ 1041/* Include the os and machine dependent files. */
1034#include config_opsysfile 1042#include config_opsysfile
1035#include config_machfile 1043#include config_machfile
@@ -1046,13 +1054,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1046# endif /* NS_IMPL_GNUSTEP */ 1054# endif /* NS_IMPL_GNUSTEP */
1047#endif /* HAVE_NS */ 1055#endif /* HAVE_NS */
1048 1056
1049/* `subprocesses' should be defined if you want to
1050 have code for asynchronous subprocesses
1051 (as used in M-x compile and M-x shell).
1052 Only MSDOS does not support this. */
1053
1054#define subprocesses
1055
1056/* SIGTYPE is the macro we actually use. */ 1057/* SIGTYPE is the macro we actually use. */
1057#ifndef SIGTYPE 1058#ifndef SIGTYPE
1058#define SIGTYPE RETSIGTYPE 1059#define SIGTYPE RETSIGTYPE