Added checks for `utmpx.h' and `getutxent' to the configure script
[collectd.git] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Wether or not to collect CPU usage statistics */
4 #undef COLLECT_CPU
5
6 /* Wether or not to collect cpu frequency statistics */
7 #undef COLLECT_CPUFREQ
8
9 /* Wether or not to collect diskstats */
10 #undef COLLECT_DISK
11
12 /* Wether or not to collect hdd temperature statistics */
13 #undef COLLECT_HDDTEMP
14
15 /* Wether or not to collect system load statistics */
16 #undef COLLECT_LOAD
17
18 /* Wether or not to collect memory statistics */
19 #undef COLLECT_MEMORY
20
21 /* Wether or not to collect nfs statistics */
22 #undef COLLECT_NFS
23
24 /* Wether or not to collect ping statistics */
25 #undef COLLECT_PING
26
27 /* Wether or not to collect processes statistics */
28 #undef COLLECT_PROCESSES
29
30 /* Wether or not to collect lm_sensors statistics */
31 #undef COLLECT_SENSORS
32
33 /* Wether or not to collect serial statistics */
34 #undef COLLECT_SERIAL
35
36 /* Wether or not to collect swap statistics */
37 #undef COLLECT_SWAP
38
39 /* Wether or not to collect tape statistics */
40 #undef COLLECT_TAPE
41
42 /* Wether or not to collect network traffic statistics */
43 #undef COLLECT_TRAFFIC
44
45 /* Wether or not to collect user count statistics */
46 #undef COLLECT_USERS
47
48 /* Define to 1 if you have the <arpa/inet.h> header file. */
49 #undef HAVE_ARPA_INET_H
50
51 /* Define to 1 if you have the <dlfcn.h> header file. */
52 #undef HAVE_DLFCN_H
53
54 /* Define to 1 if you have the <errno.h> header file. */
55 #undef HAVE_ERRNO_H
56
57 /* Define to 1 if you have the <fcntl.h> header file. */
58 #undef HAVE_FCNTL_H
59
60 /* Define to 1 if you have the `gethostbyname' function. */
61 #undef HAVE_GETHOSTBYNAME
62
63 /* Define to 1 if you have the `gettimeofday' function. */
64 #undef HAVE_GETTIMEOFDAY
65
66 /* Define to 1 if you have the `getutxent' function. */
67 #undef HAVE_GETUTXENT
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #undef HAVE_INTTYPES_H
71
72 /* Define to 1 if you have the <kstat.h> header file. */
73 #undef HAVE_KSTAT_H
74
75 /* Define to 1 if you have the `devinfo' library (-ldevinfo). */
76 #undef HAVE_LIBDEVINFO
77
78 /* Define to 1 if you have the `dl' library (-ldl). */
79 #undef HAVE_LIBDL
80
81 /* Define to 1 if you have the `kstat' library (-lkstat). */
82 #undef HAVE_LIBKSTAT
83
84 /* Define to 1 if you have the `m' library (-lm). */
85 #undef HAVE_LIBM
86
87 /* Define to 1 if you have the `nsl' library (-lnsl). */
88 #undef HAVE_LIBNSL
89
90 /* Define to 1 if you have the `resolv' library (-lresolv). */
91 #undef HAVE_LIBRESOLV
92
93 /* Define to 1 if you have the `rrd' library (-lrrd). */
94 #undef HAVE_LIBRRD
95
96 /* Define to 1 if you have the sensors library (-lsensors). */
97 #undef HAVE_LIBSENSORS
98
99 /* Define to 1 if you have the `socket' library (-lsocket). */
100 #undef HAVE_LIBSOCKET
101
102 /* Define to 1 if you have the `statgrab' library (-lstatgrab). */
103 #undef HAVE_LIBSTATGRAB
104
105 /* Define to 1 if you have the `memcpy' function. */
106 #undef HAVE_MEMCPY
107
108 /* Define to 1 if you have the <memory.h> header file. */
109 #undef HAVE_MEMORY_H
110
111 /* Define to 1 if you have the <netdb.h> header file. */
112 #undef HAVE_NETDB_H
113
114 /* Define to 1 if you have the <netinet/in.h> header file. */
115 #undef HAVE_NETINET_IN_H
116
117 /* Define to 1 if you have the <rrd.h> header file. */
118 #undef HAVE_RRD_H
119
120 /* Define to 1 if you have the `select' function. */
121 #undef HAVE_SELECT
122
123 /* Define to 1 if you have the <sensors/sensors.h> header file. */
124 #undef HAVE_SENSORS_SENSORS_H
125
126 /* Define to 1 if you have the <signal.h> header file. */
127 #undef HAVE_SIGNAL_H
128
129 /* Define to 1 if you have the `socket' function. */
130 #undef HAVE_SOCKET
131
132 /* Define to 1 if you have the <statgrab.h> header file. */
133 #undef HAVE_STATGRAB_H
134
135 /* Define to 1 if you have the <stdint.h> header file. */
136 #undef HAVE_STDINT_H
137
138 /* Define to 1 if you have the <stdlib.h> header file. */
139 #undef HAVE_STDLIB_H
140
141 /* Define to 1 if you have the `strcasecmp' function. */
142 #undef HAVE_STRCASECMP
143
144 /* Define to 1 if you have the `strchr' function. */
145 #undef HAVE_STRCHR
146
147 /* Define to 1 if you have the `strcmp' function. */
148 #undef HAVE_STRCMP
149
150 /* Define to 1 if you have the `strdup' function. */
151 #undef HAVE_STRDUP
152
153 /* Define to 1 if you have the <strings.h> header file. */
154 #undef HAVE_STRINGS_H
155
156 /* Define to 1 if you have the <string.h> header file. */
157 #undef HAVE_STRING_H
158
159 /* Define to 1 if you have the `strlen' function. */
160 #undef HAVE_STRLEN
161
162 /* Define to 1 if you have the `strncasecmp' function. */
163 #undef HAVE_STRNCASECMP
164
165 /* Define to 1 if you have the `strncmp' function. */
166 #undef HAVE_STRNCMP
167
168 /* Define to 1 if you have the `strncpy' function. */
169 #undef HAVE_STRNCPY
170
171 /* Define to 1 if you have the `strstr' function. */
172 #undef HAVE_STRSTR
173
174 /* Define to 1 if you have the `strtol' function. */
175 #undef HAVE_STRTOL
176
177 /* Define to 1 if you have the <syslog.h> header file. */
178 #undef HAVE_SYSLOG_H
179
180 /* Define to 1 if you have the <sys/resource.h> header file. */
181 #undef HAVE_SYS_RESOURCE_H
182
183 /* Define to 1 if you have the <sys/select.h> header file. */
184 #undef HAVE_SYS_SELECT_H
185
186 /* Define to 1 if you have the <sys/socket.h> header file. */
187 #undef HAVE_SYS_SOCKET_H
188
189 /* Define to 1 if you have the <sys/stat.h> header file. */
190 #undef HAVE_SYS_STAT_H
191
192 /* Define to 1 if you have the <sys/times.h> header file. */
193 #undef HAVE_SYS_TIMES_H
194
195 /* Define to 1 if you have the <sys/time.h> header file. */
196 #undef HAVE_SYS_TIME_H
197
198 /* Define to 1 if you have the <sys/types.h> header file. */
199 #undef HAVE_SYS_TYPES_H
200
201 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
202 #undef HAVE_SYS_WAIT_H
203
204 /* Define to 1 if you have the <unistd.h> header file. */
205 #undef HAVE_UNISTD_H
206
207 /* Define to 1 if you have the <utmpx.h> header file. */
208 #undef HAVE_UTMPX_H
209
210 /* True if program is to be compiled for a Linux kernel */
211 #undef KERNEL_LINUX
212
213 /* True if program is to be compiled for a Solaris kernel */
214 #undef KERNEL_SOLARIS
215
216 /* Name of package */
217 #undef PACKAGE
218
219 /* Define to the address where bug reports for this package should be sent. */
220 #undef PACKAGE_BUGREPORT
221
222 /* Define to the full name of this package. */
223 #undef PACKAGE_NAME
224
225 /* Define to the full name and version of this package. */
226 #undef PACKAGE_STRING
227
228 /* Define to the one symbol short name of this package. */
229 #undef PACKAGE_TARNAME
230
231 /* Define to the version of this package. */
232 #undef PACKAGE_VERSION
233
234 /* Define to 1 if you have the ANSI C header files. */
235 #undef STDC_HEADERS
236
237 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
238 #undef TIME_WITH_SYS_TIME
239
240 /* Version number of package */
241 #undef VERSION
242
243 /* Define to empty if `const' does not conform to ANSI C. */
244 #undef const
245
246 /* Define to `int' if <sys/types.h> does not define. */
247 #undef pid_t
248
249 /* Define to `unsigned' if <sys/types.h> does not define. */
250 #undef size_t