Mercurial > emacs
annotate msdos/sedleim.inp @ 109949:5f187a091415
Simplify termio code.
All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
HAVE_TERMIO code is obsolete.
Replace HAVE_TERMIOS conditionals with !DOS_NT.
* src/systty.h: Do not define HAVE_TCATTR.
Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
Do not define EMACS_HAVE_TTY_PGRP. Only define
EMACS_GET_TTY_PGRP for !DOS_NT.
* src/sysdep.c: Include sysselect.h unconditionally. Do not include
sys/ioctl.h and termios.h, systty.h does it. Use
HAVE_SYS_UTSNAME_H instead of USG as an include guard.
(init_baud_rate): Remove HAVE_TERMIO code.
(child_setup_tty): Remove HAVE_TERMIO code.
(emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
(new_ltchars, new_tchars): Remove, unused.
(init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
code. Remove special casing for __mips__, it was a no-op. Remove
HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
(init_sys_modes): Remove HPUX special case.
* src/process.c: Include stdlib.h unconditionally. Do not include
fcntl.h, systty.h does it. Remove conditional code for
HAVE_SERIAL, it is always true.
(process_send_signal): Remove HAVE_TERMIOS conditional, it's
always true when SIGNALS_VIA_CHARACTERS is true.
(Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
!WINDOWSNT means HAVE_TERMIOS.
(create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
conditional, which is true for all HAVE_TERMIOS systems.
* src/keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
instead of HAVE_TERMIOS.
* src/emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
EMACS_HAVE_TTY_PGRP.
* src/callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
anyway.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 22 Aug 2010 08:14:37 -0700 |
parents | 1d1d5d9bd884 |
children | ce960720ed3f 376148b31b5e |
rev | line source |
---|---|
24020 | 1 # -sedleim.inp----------------------------------------------------------- |
2 # Configuration script for leim/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
4 # |
75249
4ad431d8e164
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
68648
diff
changeset
|
5 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
106815 | 6 # 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
7 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
8 # This file is part of GNU Emacs. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
9 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
10 # This file is free software; as a special exception, the author gives |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
11 # unlimited permission to copy and/or distribute it, with or without |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
12 # modifications, as long as this notice is preserved. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
13 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
14 # This program is distributed in the hope that it will be useful, |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
17 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
18 # ---------------------------------------------------------------------- |
24020 | 19 /^SHELL *=/c\ |
25099
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
20 SHELL=/xyzzy/command\ |
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
21 MAKESHELL=/xyzzy/command |
24020 | 22 |
23 /^version=/d | |
24 /^prefix=/d | |
25 /^datadir=/s|@datadir@|../..| | |
37145
e0b7a9135b1d
(srcdir=): Edit @srcdir@ into an absolute file name
Eli Zaretskii <eliz@gnu.org>
parents:
37073
diff
changeset
|
26 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))| |
24020 | 27 |
28 /^INSTALLDIR=/c\ | |
29 INSTALLDIR=. | |
30 | |
55523
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
31 /touch stamp-subdir/s|touch|djecho "stamp-subdir" >| |
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
32 s|\([ ]\)echo|\1djecho|g |
56661
2e46f6ed4228
Remove the lines which say "<TAB>@true", to avoid
Eli Zaretskii <eliz@gnu.org>
parents:
55523
diff
changeset
|
33 /^ @true *$/d |
55523
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
34 |
32252
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
35 /RUN-EMACS *=/,/^$/c\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
36 export EMACSLOADPATH=${buildlisppath}\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
37 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
38 |
24020 | 39 /^ cd ../c\ |
40 ${MAKE} -C ../src ${MFLAGS} emacs | |
41 | |
42 /else make quail/c\ | |
43 if not exist quail\\nul make quail | |
44 | |
37073
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
45 /if \[ -f $@ \]\; then true/d |
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
46 /fi$/s/; fi$// |
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
47 |
24020 | 48 /^leim-list.el:/,/^$/ { |
49 /^ if/d | |
50 /^ else/,/^ fi/d | |
51 s| *| | | |
52 /^ --eval/,/; \\$/s|\; \\|| | |
53 } | |
54 | |
55 /^install:/,/^$/c\ | |
56 install: all\ | |
57 | |
58 /^ if test -f/d | |
55523
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
59 /^distclean:/,/^$/ { |
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
60 s|\(rm -f Makefile\)|\1 stamp-subdir| |
03f22f05755c
(distclean): Remove stamp-subdirs.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
61 } |
52401 | 62 |
63 # arch-tag: 33c5eed1-78bc-4a6e-9d11-cbc7c541b763 |