File: os.h-Unixware7

package info (click to toggle)
exim4 4.63-17
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,232 kB
  • ctags: 6,113
  • sloc: ansic: 86,696; sh: 4,495; xml: 1,876; makefile: 540; perl: 336
file content (21 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $Cambridge: exim/exim-src/OS/os.h-Unixware7,v 1.2 2005/03/15 14:09:12 ph10 Exp $ */

/* Exim: OS-specific C header file for Unixware 7 */

#define NO_SYSEXITS

#define ICONV_ARG2_TYPE char **
#define EXIM_SOCKLEN_T size_t

#define LOAD_AVG_NEEDS_ROOT
#define HAVE_DEV_KMEM
#define LOAD_AVG_TYPE   short
#define LOAD_AVG_SYMBOL "avenrun"
#define KERNEL_PATH     "/stand/unix"
#define FSCALE          256

#define HAVE_SYS_STATVFS_H
#define _SVID3
#define NEED_H_ERRNO

/* End */