Mercurial > emacs
changeset 49891:a8c3025eb05a
New file.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 Feb 2003 08:03:31 +0000 |
parents | 8dc6bd2f4977 |
children | 2d5ba0c9dd66 |
files | src/s/hpux10-20.h |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/hpux10-20.h Fri Feb 21 08:03:31 2003 +0000 @@ -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 +