summaryrefslogtreecommitdiff
path: root/src/s/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-20 22:47:56 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-20 22:47:56 -0700
commit3ec759e79e1043978baa24743510e352387be20d (patch)
treed5db20d8090adf5240638bc666d5b737777c699b /src/s/template.h
parent4285ac5ac002f0a705baca4b4903668b271ee3d5 (diff)
downloademacs-3ec759e79e1043978baa24743510e352387be20d.tar.gz
Remove NOMULTIPLEJOBS, unused.
* s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
Diffstat (limited to 'src/s/template.h')
-rw-r--r--src/s/template.h6
1 files changed, 0 insertions, 6 deletions
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 <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.