]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove NOMULTIPLEJOBS, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Apr 2010 05:47:56 +0000 (22:47 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Apr 2010 05:47:56 +0000 (22:47 -0700)
* s/template.h (NOMULTIPLEJOBS):
* s/msdos.h (NOMULTIPLEJOBS): Remove, unused.

src/ChangeLog
src/s/msdos.h
src/s/template.h

index f1c51c7255ac06e3316d40d602ecda46ab9771d0..b88211f82dd9ae0a2649e90d21748d449fab11f9 100644 (file)
@@ -1,5 +1,9 @@
 2010-04-21  Dan Nicolaescu  <local_user@dannlt>
 
+       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
index 115ec05b0a4def65f8f966bafeebdd20d189309b..bcef83ba03e498fbc989fd5a1c6603cbb70ba8ca 100644 (file)
@@ -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. */
index e5fd2541c7b355edae3a71be4fd5b06074eaced5..a20aa2665555aab96419b695d96ac564a5800d56 100644 (file)
@@ -37,12 +37,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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.