1 /* Exim: OS-specific C header file for HP-UX version 9 */
3 #define LOAD_AVG_NEEDS_ROOT
5 #define LOAD_AVG_TYPE double
6 #define LOAD_AVG_SYMBOL "avenrun"
7 #define KERNEL_PATH "/hp-ux"
10 #define HAVE_SYS_VFS_H
12 #define SELECT_ARG2_TYPE int
13 #define F_FREESP O_TRUNC
14 #define NEED_H_ERRNO 1
16 #define killpg(pgid,sig) kill(-(pgid),sig)
18 typedef struct flock flock_t;
20 /* default is non-const */
21 #define ICONV_ARG2_TYPE const char **