Mercurial > emacs
diff src/s/template.h @ 96923:d89afa2b4c2f
* config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.
* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Wed, 23 Jul 2008 06:26:32 +0000 |
| parents | a6dea10b121f |
| children | c3512b2085a0 |
line wrap: on
line diff
--- a/src/s/template.h Wed Jul 23 06:23:38 2008 +0000 +++ b/src/s/template.h Wed Jul 23 06:26:32 2008 +0000 @@ -104,13 +104,12 @@ #define BSTRING -/* subprocesses should be defined if you want to +/* subprocesses should be undefined if you do NOT want to have code for asynchronous subprocesses (as used in M-x compile and M-x shell). - This is generally OS dependent, and not supported - under most USG systems. */ + Currently only MSDOS does not support this. */ -#define subprocesses +/* #undef subprocesses */ /* If your system uses COFF (Common Object File Format) then define the preprocessor symbol "COFF". */
