diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 2 | ||||
-rw-r--r-- | src/s/hpux11.h | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc588517b29..935d9f93c8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2012-06-12 Glenn Morris <rgm@gnu.org> - * s/gnu-kfreebsd.h, s/openbsd.h: Remove files. + * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h: Remove files. * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h: Move BROKEN_SIGIO to configure. diff --git a/src/s/hpux11.h b/src/s/hpux11.h deleted file mode 100644 index 40bcc987973..00000000000 --- a/src/s/hpux11.h +++ /dev/null @@ -1,9 +0,0 @@ -#include "hpux10-20.h" - -/* SA_RESTART resets the timeout of `select', so don't use it. */ -#define BROKEN_SA_RESTART - -/* It does work on HPUX to open the pty's tty in the parent (Emacs), - then close and reopen it in the child. */ -#define USG_SUBTTY_WORKS - |