annotate src/s/sunos4-1-4.h @ 776:79940b592197
[xemacs-hg @ 2002-03-15 07:43:14 by ben]
.cvsignore: ignore .tmp files that are getting auto-created by VC.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is
actually correct. clean up arg parsing code.
xemacs.mak: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
author |
ben |
date |
Fri, 15 Mar 2002 07:43:43 +0000 |
parents |
e04119814345 |
children |
|
rev |
line source |
32
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 #include "sunos4-1.h"
|
|
4
|
|
5 #if 0
|
|
6 /* XEmacs: FSF 19.31 removes this. Let's just comment it out. */
|
|
7 /* TERMIOS is broken under SunOS??
|
|
8
|
|
9 Someone says: This causes failure in process_send_signal (tcgetattr
|
|
10 loses) and may also cause hanging at Emacs startup when parent is
|
|
11 not a job control shell. */
|
|
12 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
|
|
13 the problem of spurious ^M in subprocess output. */
|
|
14 #undef HAVE_TERMIOS
|
|
15 #endif
|
|
16
|
|
17 #if 0
|
|
18 /* XEmacs: FSF 19.31 mistakenly reenables this. */
|
|
19 /* jik@gza.com says this works now. */
|
|
20 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
|
|
21
|
|
22 #undef SYSTEM_MALLOC
|
|
23 #endif /* 0 */
|
|
24
|
|
25 /* barrie@calvin.demon.co.uk says memmove is missing. */
|
|
26 #ifndef SYSTEM_MALLOC
|
|
27 #define MEMMOVE_MISSING
|
|
28 #endif
|
|
29
|
|
30 /* A reliable source says this is broken through SunOS 4.1.3 */
|
|
31 /* but not SunOS 4.1.4 */
|
|
32 #ifdef BROKEN_SIGIO
|
|
33 #undef BROKEN_SIGIO
|
|
34 #endif
|