Retire historical build files
[exim.git] / src / OS / unsupported / os.h-HI-UX
1 /* Exim: OS-specific C header file for HI-UX */
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         "/HI-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 typedef struct flock flock_t;
17
18 /* default is non-const */
19 #define ICONV_ARG2_TYPE const char **
20
21 /* End */