]> code.delx.au - gnu-emacs/blob - src/s/hpux11.h
Nuke arch-tags.
[gnu-emacs] / src / s / hpux11.h
1 #include "hpux10-20.h"
2
3 /* SA_RESTART resets the timeout of `select', so don't use it. */
4 #define BROKEN_SA_RESTART
5
6 /* It does work on HPUX to open the pty's tty in the parent (Emacs),
7 then close and reopen it in the child. */
8 #define USG_SUBTTY_WORKS
9