Redis: move from Experimental to mainline
[exim.git] / src / OS / os.h-SunOS5
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for SunOS5 aka Solaris */
2
3#define CRYPT_H
4#define HAVE_MMAP
5#define HAVE_SYS_STATVFS_H
6#define F_FAVAIL f_favail
7#define SIOCGIFCONF_GIVES_ADDR
8
9#define HAVE_GETIPNODEBYNAME 1
10#define HAVE_GETIPNODEBYADDR 1
11
12#define HAVE_KSTAT
13#define LOAD_AVG_KSTAT "system_misc"
14#define LOAD_AVG_KSTAT_MODULE "unix"
15#define LOAD_AVG_SYMBOL "avenrun_1min"
16#define LOAD_AVG_FIELD value.ui32
17
18#define os_strsignal strsignal
19#define OS_STRSIGNAL
20
21/* This is needed for some early Solaris releases, but causes trouble
22in the current ones, so it is out by default. */
23
36a3b041 24/* #define EXIM_SOCKLEN_T size_t */
61ec970d
PH
25
26/* This is different from Linux and all other PAM implementations,
27it seems. */
28
29#define PAM_CONVERSE_ARG2_TYPE struct pam_message
30
9c19b270
JH
31/* default is non-const */
32#define ICONV_ARG2_TYPE const char **
33
61ec970d 34/* End */