Add notification of OCSP-stapling facility inclusion.
[exim.git] / src / OS / os.h-OSF1
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for OSF1 */
2
3#define HAVE_SYS_MOUNT_H
4#define HAVE_GETIPNODEBYNAME 1
5
6typedef struct flock flock_t;
7#define F_FREESP O_TRUNC
8
82fec3aa
PH
9/* This was here for some time, but it seems that now (June 2005) things have
10changed. */
11/* #define EXIM_SOCKLEN_T size_t */
12
13/* Still not "socklen_t", which is the most common setting */
14#define EXIM_SOCKLEN_T int
15
16/* The default for this is "const char **" */
17#define ICONV_ARG2_TYPE char **
61ec970d
PH
18
19/* End */