aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-20 10:59:00 +0000
committerEli Zaretskii2008-08-20 10:59:00 +0000
commit679316788ea6c6f76ca8d0be94e02eeaa5dae2e2 (patch)
tree70b4de18c3e8426541a4d509612970a2cb5f65d8
parentbf2e3fa7a92748c89f16ea1b68e00138b16f4bec (diff)
downloademacs-679316788ea6c6f76ca8d0be94e02eeaa5dae2e2.tar.gz
emacs-679316788ea6c6f76ca8d0be94e02eeaa5dae2e2.zip
Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in15
-rw-r--r--src/config.in15
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 @@
12008-08-20 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.in: Move "#define subprocesses" before
4 config_opsysfile is included.
5
12008-08-19 Kenichi Handa <handa@m17n.org> 62008-08-19 Kenichi Handa <handa@m17n.org>
2 7
3 * INSTALL (Extra fonts): Mention local fonts, don't mention 8 * 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([
2603#define INLINE 2603#define INLINE
2604#endif 2604#endif
2605 2605
2606/* `subprocesses' should be defined if you want to
2607 have code for asynchronous subprocesses
2608 (as used in M-x compile and M-x shell).
2609 Only MSDOS does not support this (it overrides
2610 this in its config_opsysfile below). */
2611
2612#define subprocesses
2613
2606/* Include the os and machine dependent files. */ 2614/* Include the os and machine dependent files. */
2607#include config_opsysfile 2615#include config_opsysfile
2608#include config_machfile 2616#include config_machfile
@@ -2619,13 +2627,6 @@ AH_BOTTOM([
2619# endif /* NS_IMPL_GNUSTEP */ 2627# endif /* NS_IMPL_GNUSTEP */
2620#endif /* HAVE_NS */ 2628#endif /* HAVE_NS */
2621 2629
2622/* `subprocesses' should be defined if you want to
2623 have code for asynchronous subprocesses
2624 (as used in M-x compile and M-x shell).
2625 Only MSDOS does not support this. */
2626
2627#define subprocesses
2628
2629/* SIGTYPE is the macro we actually use. */ 2630/* SIGTYPE is the macro we actually use. */
2630#ifndef SIGTYPE 2631#ifndef SIGTYPE
2631#define SIGTYPE RETSIGTYPE 2632#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 <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