comparison src/s/hpux10.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents f4093f55e9c2
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
54 #undef _FILE_OFFSET_BITS 54 #undef _FILE_OFFSET_BITS
55 55
56 /* Don't define _BSD */ 56 /* Don't define _BSD */
57 #undef C_SWITCH_SYSTEM 57 #undef C_SWITCH_SYSTEM
58 58
59 /* HPUX 10.10 needs this; HPUX 10.20 does not. */ 59 /* HP-UX 10.10 seem to have problems with signals coming in
60 #define POLLING_PROBLEM_IN_SELECT 60 Causes "poll: interrupted system call" messages when Emacs is run
61 in an X window (see process.c) */
62 #define POLL_INTERRUPTED_SYS_CALL
63
64 /* arch-tag: 1b95d569-a3c1-4fb0-8f69-fef264c17c24
65 (do not change this comment) */