summaryrefslogtreecommitdiffstats
path: root/acconfig.h
blob: c974510d7f9fe9dafb01c62e724495d63211abb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* Define if you havnt socklen_t type */
#undef socklen_t

/* Define if filesystem /proc exists */
#undef HAVE_PROC

/* Define if file /proc/net/dev exists */
#undef HAVE_PROC_NET_DEV

/* Define if file /proc/loadavg exists */
#undef HAVE_PROC_LOADAVG

/* Define if function sysctl accepts KERN_BOOTTIME */
#undef HAVE_FUNCTION_SYSCTL_KERN_BOOTTIME

/* Define if function sysctl accepts KERN_MAXPROC */
#undef HAVE_FUNCTION_SYSCTL_KERN_MAXPROC

/* Define if function sysctl accepts KERN_MAXFILES */
#undef HAVE_FUNCTION_SYSCTL_KERN_MAXFILES

/* Define if function setproctitle() exists */
#undef HAVE_FUNCTION_SETPROCTITLE

/* Define if functions seteuid() and setegid() exist */
#undef HAVE_FUNCTION_SETEUID

/* Define if file /proc/1/status exists */
#undef HAVE_PROC_1_STATUS

/* Define if sys/swap.h defines struct swaptable*/
#undef HAVE_SYS_SWAP_SWAPTABLE

/* Define if sys/vmmeter.h defines struct vmtotal*/
#undef HAVE_SYS_VMMETER_VMTOTAL

/* Define if structure sysinfo has bufferram */
#undef HAVE_SYSINFO_BUFFERRAM

/* Define if structure sysinfo has procs */
#undef HAVE_SYSINFO_PROCS

/* Define if structure sysinfo has uptime */
#undef HAVE_SYSINFO_UPTIME

/* Define if structure sysinfo has bufferram */
#undef HAVE_SYSINFO_FREERAM

/* Define if structure sysinfo has sharedram */
#undef HAVE_SYSINFO_SHAREDRAM

/* Define if structure sysinfo has totalram */
#undef HAVE_SYSINFO_TOTALRAM

/* Define if structure sysinfo has totalswap */
#undef HAVE_SYSINFO_TOTALSWAP

/* Define if structure sysinfo has freeswap */
#undef HAVE_SYSINFO_FREESWAP

/* Define if you want to use MySQL */
#undef HAVE_MYSQL

/* Define if you want to use PostgreSQL */
#undef HAVE_PGSQL