Build: fix parallelism problem. Bug 2566
[exim.git] / src / OS / unsupported / os.h-HI-OSF
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for HI-OSF/1-MJ and HI-UX/MPP */
2
3#define HAVE_SYS_MOUNT_H
4
5typedef struct flock flock_t;
6#define F_FREESP O_TRUNC
7#define DN_EXPAND_ARG4_TYPE u_char *
8
9c19b270
JH
9/* default is non-const */
10#define ICONV_ARG2_TYPE const char **
11
61ec970d 12/* End */