diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 15 |
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 |