changeset 108018:a60efd79d8af

Remove NOMULTIPLEJOBS, unused. * s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Apr 2010 22:47:56 -0700
parents 5eae2b195dc6
children b235d39e4457
files src/ChangeLog src/s/msdos.h src/s/template.h
diffstat 3 files changed, 4 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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. */
--- 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.