From: Dan Nicolaescu Date: Wed, 21 Apr 2010 05:47:56 +0000 (-0700) Subject: Remove NOMULTIPLEJOBS, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ec759e79e1043978baa24743510e352387be20d;p=emacs.git Remove NOMULTIPLEJOBS, unused. * s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused. --- 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.