From 3ec759e79e1043978baa24743510e352387be20d Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 20 Apr 2010 22:47:56 -0700 Subject: [PATCH] Remove NOMULTIPLEJOBS, unused. * s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused. --- src/ChangeLog | 4 ++++ src/s/msdos.h | 6 ------ src/s/template.h | 6 ------ 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index f1c51c7255a..b88211f82dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2010-04-21 Dan Nicolaescu + Remove NOMULTIPLEJOBS, unused. + * s/template.h (NOMULTIPLEJOBS): + * s/msdos.h (NOMULTIPLEJOBS): Remove, unused. + Simplify LD_SWITCH_SYSTEM_TEMACS usage. * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS): * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure diff --git a/src/s/msdos.h b/src/s/msdos.h index 115ec05b0a4..bcef83ba03e 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -44,12 +44,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select() -/* NOMULTIPLEJOBS should be defined if your system's shell - does not have "job control" (the ability to stop a program, - run some other program, then continue the first one). */ - -#define NOMULTIPLEJOBS - #define SYSV_SYSTEM_DIR /* Define this symbol if your system has the functions bcopy, etc. */ diff --git a/src/s/template.h b/src/s/template.h index e5fd2541c7b..a20aa266555 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -37,12 +37,6 @@ along with GNU Emacs. If not, see . */ #define SYSTEM_TYPE "berkeley-unix" -/* NOMULTIPLEJOBS should be defined if your system's shell - does not have "job control" (the ability to stop a program, - run some other program, then continue the first one). */ - -/* #define NOMULTIPLEJOBS */ - /* Emacs can read input using SIGIO and buffering characters itself, or using CBREAK mode and making C-g cause SIGINT. The choice is controlled by the variable interrupt_input. -- 2.39.5