File: config.h.in

package info (click to toggle)
nut 2.7.4-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,240 kB
  • sloc: ansic: 70,280; sh: 12,685; python: 2,235; cpp: 1,715; makefile: 1,387; perl: 705; xml: 40
file content (468 lines) | stat: -rw-r--r-- 12,272 bytes parent folder | download | duplicates (3)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
/* include/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Path for pid files of drivers and upsd (usually STATEPATH) */
#undef ALTPIDPATH

/* Default path for user executables */
#undef BINDIR

/* Default path for CGI programs */
#undef CGIPATH

/* Default path for configuration files */
#undef CONFPATH

/* Define processor type */
#undef CPU_TYPE

/* Default path for data files */
#undef DATADIR

/* Default path for UPS drivers */
#undef DRVPATH

/* Define to nothing if C supports flexible array members, and to 1 if it does
   not. That way, with a declaration like `struct s { int n; double
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
   compilers. When computing the size of such an object, don't use 'sizeof
   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
   MSVC and with C++ compilers. */
#undef FLEXIBLE_ARRAY_MEMBER

/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT

/* Define to 1 if you have the <avahi-client/client.h> header file. */
#undef HAVE_AVAHI_CLIENT_CLIENT_H

/* Define to 1 if you have the `avahi_client_new' function. */
#undef HAVE_AVAHI_CLIENT_NEW

/* Define to 1 if you have the <avahi-common/malloc.h> header file. */
#undef HAVE_AVAHI_COMMON_MALLOC_H

/* Define to 1 if you have the `avahi_free' function. */
#undef HAVE_AVAHI_FREE

/* Define to 1 if you have the `cfsetispeed' function. */
#undef HAVE_CFSETISPEED

/* Define to 1 if C supports variable-length arrays. */
#undef HAVE_C_VARARRAYS

/* Define to 1 if you have the declaration of `i2c_smbus_read_block_data', and
   to 0 if you don't. */
#undef HAVE_DECL_I2C_SMBUS_READ_BLOCK_DATA

/* Define to 1 if you have the declaration of `i2c_smbus_read_word_data', and
   to 0 if you don't. */
#undef HAVE_DECL_I2C_SMBUS_READ_WORD_DATA

/* Define to 1 if you have the declaration of `i2c_smbus_write_word_data', and
   to 0 if you don't. */
#undef HAVE_DECL_I2C_SMBUS_WRITE_WORD_DATA

/* Define to 1 if you have the declaration of `LOG_UPTO', and to 0 if you
   don't. */
#undef HAVE_DECL_LOG_UPTO

/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
   */
#undef HAVE_DECL_OPTIND

/* Define to 1 if you have the declaration of `uu_lock', and to 0 if you
   don't. */
#undef HAVE_DECL_UU_LOCK

/* Define to 1 if you have the declaration of `__FUNCTION__', and to 0 if you
   don't. */
#undef HAVE_DECL___FUNCTION__

/* Define to 1 if you have the declaration of `__func__', and to 0 if you
   don't. */
#undef HAVE_DECL___FUNC__

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `fcvt' function. */
#undef HAVE_FCVT

/* Define to 1 if you have the `fcvtl' function. */
#undef HAVE_FCVTL

/* Define to 1 if you have the `flock' function. */
#undef HAVE_FLOCK

/* Define if FreeIPMI support is available */
#undef HAVE_FREEIPMI

/* Define if FreeIPMI 1.1.X / 1.2.X support is available */
#undef HAVE_FREEIPMI_11X_12X

/* Define to 1 if you have the <freeipmi/freeipmi.h> header file. */
#undef HAVE_FREEIPMI_FREEIPMI_H

/* Define if FreeIPMI monitoring support is available */
#undef HAVE_FREEIPMI_MONITORING

/* Define to 1 if you have the <gdfontmb.h> header file. */
#undef HAVE_GDFONTMB_H

/* Define to 1 if you have the <gd.h> header file. */
#undef HAVE_GD_H

/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG

/* Define to 1 if you have the `getpassphrase' function. */
#undef HAVE_GETPASSPHRASE

/* Define to 1 if you have the `init_snmp' function. */
#undef HAVE_INIT_SNMP

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <ipmi_monitoring.h> header file. */
#undef HAVE_IPMI_MONITORING_H

/* Define if you have Boutell's libgd installed */
#undef HAVE_LIBGD

/* Define to enable libltdl support */
#undef HAVE_LIBLTDL

/* Define to 1 if you have the <libpowerman.h> header file. */
#undef HAVE_LIBPOWERMAN_H

/* Define to 1 if you have the `lockf' function. */
#undef HAVE_LOCKF

/* Define to 1 if the system has the type `long double'. */
#undef HAVE_LONG_DOUBLE

/* Define to 1 if the system has the type 'long long int'. */
#undef HAVE_LONG_LONG_INT

/* Define to 1 if you have the <ltdl.h> header file. */
#undef HAVE_LTDL_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <net-snmp/net-snmp-config.h> header file. */
#undef HAVE_NET_SNMP_NET_SNMP_CONFIG_H

/* Define to 1 if you have the `ne_set_connect_timeout' function. */
#undef HAVE_NE_SET_CONNECT_TIMEOUT

/* Define to 1 if you have the `ne_sock_connect_timeout' function. */
#undef HAVE_NE_SOCK_CONNECT_TIMEOUT

/* Define to 1 if you have the <ne_xmlreq.h> header file. */
#undef HAVE_NE_XMLREQ_H

/* Define to 1 if you have the `ne_xml_dispatch_request' function. */
#undef HAVE_NE_XML_DISPATCH_REQUEST

/* Define to 1 if you have the <nss.h> header file. */
#undef HAVE_NSS_H

/* Define to 1 if you have the `NSS_Init' function. */
#undef HAVE_NSS_INIT

/* Define to 1 if you have the `on_exit' function. */
#undef HAVE_ON_EXIT

/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H

/* Define to 1 if you have the `pm_connect' function. */
#undef HAVE_PM_CONNECT

/* Define to enable pthread support code */
#undef HAVE_PTHREAD

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID

/* Define to 1 if you have the `setlogmask' function. */
#undef HAVE_SETLOGMASK

/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID

/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* Define to 1 if you have the <ssl.h> header file. */
#undef HAVE_SSL_H

/* Define to 1 if you have the `SSL_library_init' function. */
#undef HAVE_SSL_LIBRARY_INIT

/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME

/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/termios.h> header file. */
#undef HAVE_SYS_TERMIOS_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <tcpd.h> header file. */
#undef HAVE_TCPD_H

/* Define to 1 if you have the `tcsendbreak' function. */
#undef HAVE_TCSENDBREAK

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if the system has the type 'unsigned long long int'. */
#undef HAVE_UNSIGNED_LONG_LONG_INT

/* Define to 1 if you have the `usb_detach_kernel_driver_np' function. */
#undef HAVE_USB_DETACH_KERNEL_DRIVER_NP

/* Define to 1 if you have the <usb.h> header file. */
#undef HAVE_USB_H

/* Define to 1 if you have the `usb_init' function. */
#undef HAVE_USB_INIT

/* Use uu_lock for locking (FreeBSD) */
#undef HAVE_UU_LOCK

/* Define to 1 if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H

/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define to enable libwrap support */
#undef HAVE_WRAP

/* Default path for HTML files */
#undef HTMLPATH

/* Default path for system libraries */
#undef LIBDIR

/* Desired syslog facility - see syslog(3) */
#undef LOG_FACILITY

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Define to use explicit getopt declarations */
#undef NEED_GETOPT_DECLS

/* Define if getopt.h is needed */
#undef NEED_GETOPT_H

/* NUT network protocol version */
#undef NUT_NETVERSION

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Path where the pid files should go */
#undef PIDPATH

/* Port for network communications */
#undef PORT

/* Group membership of user to switch to if started as root */
#undef RUN_AS_GROUP

/* User to switch to if started as root */
#undef RUN_AS_USER

/* Default path for system executables */
#undef SBINDIR

/* Path for UPS driver state files */
#undef STATEPATH

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 for Sun version of the libusb. */
#undef SUN_LIBUSB

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* NUT tree version */
#undef TREE_VERSION

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


/* Version number of package */
#undef VERSION

/* Define to enable Asciidoc support */
#undef WITH_ASCIIDOC

/* Define to enable Avahi support */
#undef WITH_AVAHI

/* Define to enable CGI (HTTP) support */
#undef WITH_CGI

/* Define to enable development files support */
#undef WITH_DEV

/* Define to enable IPMI support using FreeIPMI */
#undef WITH_FREEIPMI

/* Define to enable IPMI support */
#undef WITH_IPMI

/* Define to enable libltdl (Libtool dlopen abstraction) support */
#undef WITH_LIBLTDL

/* Define to enable Powerman PDU support */
#undef WITH_LIBPOWERMAN

/* Define to enable I2C support */
#undef WITH_LINUX_I2C

/* Define to enable Mac OS X meta-driver */
#undef WITH_MACOSX

/* Define to enable Neon HTTP support */
#undef WITH_NEON

/* Define to enable SSL support using Mozilla NSS */
#undef WITH_NSS

/* Define to enable SSL support using OpenSSL */
#undef WITH_OPENSSL

/* Define to enable serial support */
#undef WITH_SERIAL

/* Define to enable SNMP support */
#undef WITH_SNMP

/* Define to enable SSL */
#undef WITH_SSL

/* Define to enable USB support */
#undef WITH_USB

/* Define to enable libwrap (tcp-wrappers) support */
#undef WITH_WRAP

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Define to 1 if on MINIX. */
#undef _MINIX

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

/* Replace missing __func__ declaration */
#undef __func__

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

/* type to use in place of socklen_t if not defined */
#undef socklen_t