Put DPC's mkcdb script (with tabs removed) into the util directory, and
[exim.git] / src / OS / os.h-IRIX632
CommitLineData
61ec970d
PH
1/* $Cambridge: exim/src/OS/os.h-IRIX632,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for IRIX */
4
5#define CRYPT_H
6#define DN_EXPAND_ARG4_TYPE u_char *
7
8#define LOAD_AVG_NEEDS_ROOT
9#define HAVE_DEV_KMEM
10#define LOAD_AVG_TYPE long
11#define LOAD_AVG_SYMBOL "avenrun"
12#define KERNEL_PATH "/unix"
13#define FSCALE 1000.0
14
15#define HAVE_MMAP
16#define HAVE_SYS_STATVFS_H
17#define F_FAVAIL f_favail
18#define vfork fork
19
20/* Other OS have "const" in here */
21#define ICONV_ARG2_TYPE char **
22
23/* End */