diff src/s/template.h @ 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 1d1d5d9bd884
children 203aa49071bf
line wrap: on
line diff
--- 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.