diff options
| author | Glenn Morris | 2012-06-12 14:44:31 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 14:44:31 -0400 |
| commit | 8a07a8c6fe3c0ed64d0dbbc1c9789ce970341fdb (patch) | |
| tree | 6dc27b5f46803f90cd15cca64f466070fbe8dce0 /src/s | |
| parent | ad4d226cb8e04acf5063f343772dcb3ba950849e (diff) | |
| download | emacs-8a07a8c6fe3c0ed64d0dbbc1c9789ce970341fdb.tar.gz emacs-8a07a8c6fe3c0ed64d0dbbc1c9789ce970341fdb.zip | |
Remove src/s/hpux11.h
* configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS): New AC_DEFINEs.
(opsysfile): Set specially for hpux11.
* src/s/hpux11.h: Remove file.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux11.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ | |||
| 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 | |||