# HG changeset patch # User Dan Nicolaescu # Date 1271828876 25200 # Node ID a60efd79d8aff0ab016d1aaee37e6839c5d47fe4 # Parent 5eae2b195dc6442282c57451631ac229a1d66034 Remove NOMULTIPLEJOBS, unused. * s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused. diff -r 5eae2b195dc6 -r a60efd79d8af src/ChangeLog --- a/src/ChangeLog Tue Apr 20 22:33:24 2010 -0700 +++ b/src/ChangeLog Tue Apr 20 22:47:56 2010 -0700 @@ -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 -r 5eae2b195dc6 -r a60efd79d8af src/s/msdos.h --- a/src/s/msdos.h Tue Apr 20 22:33:24 2010 -0700 +++ b/src/s/msdos.h Tue Apr 20 22:47:56 2010 -0700 @@ -44,12 +44,6 @@ #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 -r 5eae2b195dc6 -r a60efd79d8af src/s/template.h --- a/src/s/template.h Tue Apr 20 22:33:24 2010 -0700 +++ b/src/s/template.h Tue Apr 20 22:47:56 2010 -0700 @@ -37,12 +37,6 @@ #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.