Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67931678
Commit
67931678
authored
Aug 20, 2008
by
Eli Zaretskii
Browse files
Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.
parent
bf2e3fa7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
14 deletions
+21
-14
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+8
-7
src/config.in
src/config.in
+8
-7
No files found.
ChangeLog
View file @
67931678
2008-08-20 Eli Zaretskii <eliz@gnu.org>
* configure.in: Move "#define subprocesses" before
config_opsysfile is included.
2008-08-19 Kenichi Handa <handa@m17n.org>
* INSTALL (Extra fonts): Mention local fonts, don't mention
...
...
configure.in
View file @
67931678
...
...
@@ -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
...
...
src/config.in
View file @
67931678
...
...
@@ -1030,6 +1030,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>. */
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment