-
Notifications
You must be signed in to change notification settings - Fork 0
/
acconfig.h
107 lines (75 loc) · 3.08 KB
/
acconfig.h
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/*
+------------------------------------------------------------------------+
| AllView |
+------------------------------------------------------------------------+
| Copyright (c) 2001-2008 Myleft Studio (http://www.myleftstudio.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License. |
+------------------------------------------------------------------------+
| Authors: Myleft Studio <dreamsxin@qq.com> |
| Harald Holzer <hholzer@may.co.at> |
| Dirk Datzert <dirk@datzert.de> |
+------------------------------------------------------------------------+
*/
/* Define if you havnt socklen_t type */
#undef socklen_t
/* Define if you want to use LDAP */
#undef HAVE_LDAP
/* Define if filesystem /proc exists */
#undef HAVE_PROC
/* Define if sys/resource.h has function setpriority() */
#undef HAVE_SYS_RESOURCE_SETPRIORITY
/* 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 sysconf is in unistd.h */
#undef HAVE_UNISTD_SYSCONF
/* Define if function va_copy is in stdarg.h */
#undef HAVE___VA_COPY
/* 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 file /proc/0/psinfo exists */
#undef HAVE_PROC_0_PSINFO
/* 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 mem_unit */
#undef HAVE_SYSINFO_MEM_UNIT
/* 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
/* Define if you want to use SNMP */
#undef HAVE_SNMP
/* Define if you want to use NET-SNMP */
#undef HAVE_NETSNMP
/* Define if you want to use UCD-SNMP */
#undef HAVE_UCDSNMP