diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-20 22:47:56 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-20 22:47:56 -0700 |
commit | 3ec759e79e1043978baa24743510e352387be20d (patch) | |
tree | d5db20d8090adf5240638bc666d5b737777c699b /src/s/msdos.h | |
parent | 4285ac5ac002f0a705baca4b4903668b271ee3d5 (diff) | |
download | emacs-3ec759e79e1043978baa24743510e352387be20d.tar.gz |
Remove NOMULTIPLEJOBS, unused.
* s/template.h (NOMULTIPLEJOBS):
* s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
Diffstat (limited to 'src/s/msdos.h')
-rw-r--r-- | src/s/msdos.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 115ec05b0a4..bcef83ba03e 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -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. */ |