1
Fork 0
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:
Juanma Barranquero 2003-02-21 08:03:31 +00:00
parent ece5433e4c
commit 427d47993c

11
src/s/hpux10-20.h Normal file
View 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