mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
Remove NOMULTIPLEJOBS, unused.
* s/template.h (NOMULTIPLEJOBS): * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
This commit is contained in:
parent
4285ac5ac0
commit
3ec759e79e
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user