mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
New file.
This commit is contained in:
parent
ece5433e4c
commit
427d47993c
1 changed files with 11 additions and 0 deletions
11
src/s/hpux10-20.h
Normal file
11
src/s/hpux10-20.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "hpux10.h"
|
||||
|
||||
#define HPUX10_20
|
||||
|
||||
/* otherwise sigunblock wont be defined */
|
||||
#define POSIX_SIGNALS
|
||||
|
||||
/* Polling problems (interrupted system call) reported for HP-UX 10.10
|
||||
don't exist from 10.20 on (see process.c) */
|
||||
#undef POLL_INTERRUPTED_SYS_CALL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue