diff options
| author | Dan Nicolaescu | 2008-07-23 06:26:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 06:26:32 +0000 |
| commit | 77ccee0959daf0256a746fa3029cfe4da6f2b476 (patch) | |
| tree | a4c5d9212be9e20de6f5c7b15c8462c6d919a2bc /src/s/gnu-linux.h | |
| parent | 7c799cf5b49d62de96c1dd10583a7504ba6ef848 (diff) | |
| download | emacs-77ccee0959daf0256a746fa3029cfe4da6f2b476.tar.gz emacs-77ccee0959daf0256a746fa3029cfe4da6f2b476.zip | |
* 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.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 7501cd602f3..a74d08a3c84 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -105,14 +105,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 105 | 105 | ||
| 106 | #define BSTRING | 106 | #define BSTRING |
| 107 | 107 | ||
| 108 | /* subprocesses should be defined if you want to | ||
| 109 | have code for asynchronous subprocesses | ||
| 110 | (as used in M-x compile and M-x shell). | ||
| 111 | This is generally OS dependent, and not supported | ||
| 112 | under most USG systems. */ | ||
| 113 | |||
| 114 | #define subprocesses | ||
| 115 | |||
| 116 | /* define MAIL_USE_FLOCK if the mailer uses flock | 108 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 117 | to interlock access to /usr/spool/mail/$USER. | 109 | to interlock access to /usr/spool/mail/$USER. |
| 118 | The alternative is that a lock file named | 110 | The alternative is that a lock file named |