Import Upstream version 4.89
[hcoop/debian/exim4.git] / OS / os.h-HP-UX-9
1 /* Exim: OS-specific C header file for HP-UX version 9 */
2
3 #define LOAD_AVG_NEEDS_ROOT
4 #define HAVE_DEV_KMEM
5 #define LOAD_AVG_TYPE double
6 #define LOAD_AVG_SYMBOL "avenrun"
7 #define KERNEL_PATH "/hp-ux"
8 #define FSCALE 1.0
9
10 #define HAVE_SYS_VFS_H
11
12 #define SELECT_ARG2_TYPE int
13 #define F_FREESP O_TRUNC
14 #define NEED_H_ERRNO 1
15
16 #define killpg(pgid,sig) kill(-(pgid),sig)
17
18 typedef struct flock flock_t;
19
20 /* default is non-const */
21 #define ICONV_ARG2_TYPE const char **
22
23 /* End */