Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / os.h-HI-OSF
1 /* Exim: OS-specific C header file for HI-OSF/1-MJ and HI-UX/MPP */
2
3 #define HAVE_SYS_MOUNT_H
4
5 typedef struct flock flock_t;
6 #define F_FREESP O_TRUNC
7 #define DN_EXPAND_ARG4_TYPE u_char *
8
9 /* default is non-const */
10 #define ICONV_ARG2_TYPE const char **
11
12 /* End */