Added a backwards-compatible interface to a fake DNS resolver for use by
[exim.git] / src / OS / os.h-HI-OSF
1 /* $Cambridge: exim/src/OS/os.h-HI-OSF,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for HI-OSF/1-MJ and HI-UX/MPP */
4
5 #define HAVE_SYS_MOUNT_H
6
7 typedef struct flock flock_t;
8 #define F_FREESP O_TRUNC
9 #define DN_EXPAND_ARG4_TYPE u_char *
10
11 /* End */