Imported Upstream version 1.2.5
[archive/platform/upstream/libvirt.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Location of addr2line program */
7 #undef ADDR2LINE
8
9 /* path to apparmor directory */
10 #undef APPARMOR_DIR
11
12 /* path to kernel profiles */
13 #undef APPARMOR_PROFILES_PATH
14
15 /* Location of the bhyve tool */
16 #undef BHYVE
17
18 /* Location of the bhyvectl tool */
19 #undef BHYVECTL
20
21 /* Location of the bhyveload tool */
22 #undef BHYVELOAD
23
24 /* Define to the number of bits in type 'ptrdiff_t'. */
25 #undef BITSIZEOF_PTRDIFF_T
26
27 /* Define to the number of bits in type 'sig_atomic_t'. */
28 #undef BITSIZEOF_SIG_ATOMIC_T
29
30 /* Define to the number of bits in type 'size_t'. */
31 #undef BITSIZEOF_SIZE_T
32
33 /* Define to the number of bits in type 'wchar_t'. */
34 #undef BITSIZEOF_WCHAR_T
35
36 /* Define to the number of bits in type 'wint_t'. */
37 #undef BITSIZEOF_WINT_T
38
39 /* Define to 1 if gcc -Wlogical-op reports false positives on strchr */
40 #undef BROKEN_GCC_WLOGICALOP
41
42 /* Define to 1 if chown fails to change ctime when at least one argument was
43    not -1. */
44 #undef CHOWN_CHANGE_TIME_BUG
45
46 /* Define if chown is not POSIX compliant regarding IDs of -1. */
47 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
48
49 /* Define if chown modifies symlinks. */
50 #undef CHOWN_MODIFIES_SYMLINK
51
52 /* Define to 1 if chown mishandles trailing slash. */
53 #undef CHOWN_TRAILING_SLASH_BUG
54
55 /* Location of collie program */
56 #undef COLLIE
57
58 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
59    systems. This function is required for `alloca.c' support on those systems.
60    */
61 #undef CRAY_STACKSEG_END
62
63 /* Define to 1 if using `alloca.c'. */
64 #undef C_ALLOCA
65
66 /* Define as the bit index in the word where to find bit 0 of the exponent of
67    'double'. */
68 #undef DBL_EXPBIT0_BIT
69
70 /* Define as the word index where to find the exponent of 'double'. */
71 #undef DBL_EXPBIT0_WORD
72
73 /* Define as the bit index in the word where to find the sign of 'double'. */
74 #undef DBL_SIGNBIT_BIT
75
76 /* Define as the word index where to find the sign of 'double'. */
77 #undef DBL_SIGNBIT_WORD
78
79 /* Location or name of the dmidecode program */
80 #undef DMIDECODE
81
82 /* Location or name of the dmsetup program */
83 #undef DMSETUP
84
85 /* Location or name of the dnsmasq program */
86 #undef DNSMASQ
87
88 /* Define to 1 if // is a file system root distinct from /. */
89 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
90
91 /* path to ebtables binary */
92 #undef EBTABLES_PATH
93
94 /* whether debugging is enabled */
95 #undef ENABLE_DEBUG
96
97 /* Define to 1 if translation of program messages to the user's native
98    language is requested. */
99 #undef ENABLE_NLS
100
101 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
102 #undef FCNTL_DUPFD_BUGGY
103
104 /* Define as the bit index in the word where to find bit 0 of the exponent of
105    'float'. */
106 #undef FLT_EXPBIT0_BIT
107
108 /* Define as the word index where to find the exponent of 'float'. */
109 #undef FLT_EXPBIT0_WORD
110
111 /* Define as the bit index in the word where to find the sign of 'float'. */
112 #undef FLT_SIGNBIT_BIT
113
114 /* Define as the word index where to find the sign of 'float'. */
115 #undef FLT_SIGNBIT_WORD
116
117 /* Enable compile-time and run-time bounds-checking, and some warnings,
118         without upsetting newer glibc. */
119      #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
120      # define _FORTIFY_SOURCE 2
121      #endif
122     
123
124 /* Define to 1 if the system's ftello function has the Solaris bug. */
125 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
126
127 /* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
128    fflush is known to not work, -1 if unknown. */
129 #undef FUNC_FFLUSH_STDIN
130
131 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
132 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
133
134 /* Define to 1 if pthread_sigmask is not a real function */
135 #undef FUNC_PTHREAD_SIGMASK_BROKEN
136
137 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
138    and handles trailing slash correctly. */
139 #undef FUNC_REALPATH_WORKS
140
141 /* Define to 1 if ungetc is broken when used on arbitrary bytes. */
142 #undef FUNC_UNGETC_BROKEN
143
144 /* Define to the type of elements in the array set by `getgroups'. Usually
145    this is either `int' or `gid_t'. */
146 #undef GETGROUPS_T
147
148 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
149    */
150 #undef GETGROUPS_ZERO_BUG
151
152 /* Define if gettimeofday clobbers the localtime buffer. */
153 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
154
155 /* Define this to 'void' or 'struct timezone' to match the system's
156    declaration of the second argument to gettimeofday. */
157 #undef GETTIMEOFDAY_TIMEZONE
158
159 /* Location or name of the gluster command line tool */
160 #undef GLUSTER_CLI
161
162 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
163    whether the gnulib module canonicalize-lgpl shall be considered present. */
164 #undef GNULIB_CANONICALIZE_LGPL
165
166 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
167    whether the gnulib module fflush shall be considered present. */
168 #undef GNULIB_FFLUSH
169
170 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
171    whether the gnulib module fscanf shall be considered present. */
172 #undef GNULIB_FSCANF
173
174 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
175    whether the gnulib module lock shall be considered present. */
176 #undef GNULIB_LOCK
177
178 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
179    whether the gnulib module mkostemp shall be considered present. */
180 #undef GNULIB_MKOSTEMP
181
182 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
183    whether the gnulib module mkostemps shall be considered present. */
184 #undef GNULIB_MKOSTEMPS
185
186 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
187    whether the gnulib module nonblocking shall be considered present. */
188 #undef GNULIB_NONBLOCKING
189
190 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
191    whether the gnulib module pthread shall be considered present. */
192 #undef GNULIB_PTHREAD
193
194 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
195    whether the gnulib module scanf shall be considered present. */
196 #undef GNULIB_SCANF
197
198 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
199    whether the gnulib module sigpipe shall be considered present. */
200 #undef GNULIB_SIGPIPE
201
202 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
203    whether the gnulib module snprintf shall be considered present. */
204 #undef GNULIB_SNPRINTF
205
206 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
207    whether the gnulib module strerror shall be considered present. */
208 #undef GNULIB_STRERROR
209
210 /* Define to 1 when the gnulib module accept should be tested. */
211 #undef GNULIB_TEST_ACCEPT
212
213 /* Define to 1 when the gnulib module bind should be tested. */
214 #undef GNULIB_TEST_BIND
215
216 /* Define to 1 when the gnulib module btowc should be tested. */
217 #undef GNULIB_TEST_BTOWC
218
219 /* Define to 1 when the gnulib module calloc-posix should be tested. */
220 #undef GNULIB_TEST_CALLOC_POSIX
221
222 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
223    */
224 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
225
226 /* Define to 1 when the gnulib module chown should be tested. */
227 #undef GNULIB_TEST_CHOWN
228
229 /* Define to 1 when the gnulib module cloexec should be tested. */
230 #undef GNULIB_TEST_CLOEXEC
231
232 /* Define to 1 when the gnulib module close should be tested. */
233 #undef GNULIB_TEST_CLOSE
234
235 /* Define to 1 when the gnulib module connect should be tested. */
236 #undef GNULIB_TEST_CONNECT
237
238 /* Define to 1 when the gnulib module dup should be tested. */
239 #undef GNULIB_TEST_DUP
240
241 /* Define to 1 when the gnulib module dup2 should be tested. */
242 #undef GNULIB_TEST_DUP2
243
244 /* Define to 1 when the gnulib module environ should be tested. */
245 #undef GNULIB_TEST_ENVIRON
246
247 /* Define to 1 when the gnulib module fclose should be tested. */
248 #undef GNULIB_TEST_FCLOSE
249
250 /* Define to 1 when the gnulib module fcntl should be tested. */
251 #undef GNULIB_TEST_FCNTL
252
253 /* Define to 1 when the gnulib module fdatasync should be tested. */
254 #undef GNULIB_TEST_FDATASYNC
255
256 /* Define to 1 when the gnulib module fdopen should be tested. */
257 #undef GNULIB_TEST_FDOPEN
258
259 /* Define to 1 when the gnulib module fflush should be tested. */
260 #undef GNULIB_TEST_FFLUSH
261
262 /* Define to 1 when the gnulib module ffsl should be tested. */
263 #undef GNULIB_TEST_FFSL
264
265 /* Define to 1 when the gnulib module fpurge should be tested. */
266 #undef GNULIB_TEST_FPURGE
267
268 /* Define to 1 when the gnulib module fseek should be tested. */
269 #undef GNULIB_TEST_FSEEK
270
271 /* Define to 1 when the gnulib module fseeko should be tested. */
272 #undef GNULIB_TEST_FSEEKO
273
274 /* Define to 1 when the gnulib module fstat should be tested. */
275 #undef GNULIB_TEST_FSTAT
276
277 /* Define to 1 when the gnulib module fsync should be tested. */
278 #undef GNULIB_TEST_FSYNC
279
280 /* Define to 1 when the gnulib module ftell should be tested. */
281 #undef GNULIB_TEST_FTELL
282
283 /* Define to 1 when the gnulib module ftello should be tested. */
284 #undef GNULIB_TEST_FTELLO
285
286 /* Define to 1 when the gnulib module ftruncate should be tested. */
287 #undef GNULIB_TEST_FTRUNCATE
288
289 /* Define to 1 when the gnulib module getaddrinfo should be tested. */
290 #undef GNULIB_TEST_GETADDRINFO
291
292 /* Define to 1 when the gnulib module getcwd should be tested. */
293 #undef GNULIB_TEST_GETCWD
294
295 /* Define to 1 when the gnulib module getdelim should be tested. */
296 #undef GNULIB_TEST_GETDELIM
297
298 /* Define to 1 when the gnulib module getdtablesize should be tested. */
299 #undef GNULIB_TEST_GETDTABLESIZE
300
301 /* Define to 1 when the gnulib module getgroups should be tested. */
302 #undef GNULIB_TEST_GETGROUPS
303
304 /* Define to 1 when the gnulib module gethostname should be tested. */
305 #undef GNULIB_TEST_GETHOSTNAME
306
307 /* Define to 1 when the gnulib module getline should be tested. */
308 #undef GNULIB_TEST_GETLINE
309
310 /* Define to 1 when the gnulib module getpagesize should be tested. */
311 #undef GNULIB_TEST_GETPAGESIZE
312
313 /* Define to 1 when the gnulib module getpeername should be tested. */
314 #undef GNULIB_TEST_GETPEERNAME
315
316 /* Define to 1 when the gnulib module getsockname should be tested. */
317 #undef GNULIB_TEST_GETSOCKNAME
318
319 /* Define to 1 when the gnulib module getsockopt should be tested. */
320 #undef GNULIB_TEST_GETSOCKOPT
321
322 /* Define to 1 when the gnulib module gettimeofday should be tested. */
323 #undef GNULIB_TEST_GETTIMEOFDAY
324
325 /* Define to 1 when the gnulib module grantpt should be tested. */
326 #undef GNULIB_TEST_GRANTPT
327
328 /* Define to 1 when the gnulib module ioctl should be tested. */
329 #undef GNULIB_TEST_IOCTL
330
331 /* Define to 1 when the gnulib module isatty should be tested. */
332 #undef GNULIB_TEST_ISATTY
333
334 /* Define to 1 when the gnulib module listen should be tested. */
335 #undef GNULIB_TEST_LISTEN
336
337 /* Define to 1 when the gnulib module localeconv should be tested. */
338 #undef GNULIB_TEST_LOCALECONV
339
340 /* Define to 1 when the gnulib module lseek should be tested. */
341 #undef GNULIB_TEST_LSEEK
342
343 /* Define to 1 when the gnulib module lstat should be tested. */
344 #undef GNULIB_TEST_LSTAT
345
346 /* Define to 1 when the gnulib module malloc-posix should be tested. */
347 #undef GNULIB_TEST_MALLOC_POSIX
348
349 /* Define to 1 when the gnulib module mbrtowc should be tested. */
350 #undef GNULIB_TEST_MBRTOWC
351
352 /* Define to 1 when the gnulib module mbsinit should be tested. */
353 #undef GNULIB_TEST_MBSINIT
354
355 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
356 #undef GNULIB_TEST_MBSRTOWCS
357
358 /* Define to 1 when the gnulib module mbtowc should be tested. */
359 #undef GNULIB_TEST_MBTOWC
360
361 /* Define to 1 when the gnulib module memchr should be tested. */
362 #undef GNULIB_TEST_MEMCHR
363
364 /* Define to 1 when the gnulib module mkdtemp should be tested. */
365 #undef GNULIB_TEST_MKDTEMP
366
367 /* Define to 1 when the gnulib module mkostemp should be tested. */
368 #undef GNULIB_TEST_MKOSTEMP
369
370 /* Define to 1 when the gnulib module mkostemps should be tested. */
371 #undef GNULIB_TEST_MKOSTEMPS
372
373 /* Define to 1 when the gnulib module mktime should be tested. */
374 #undef GNULIB_TEST_MKTIME
375
376 /* Define to 1 when the gnulib module nanosleep should be tested. */
377 #undef GNULIB_TEST_NANOSLEEP
378
379 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
380 #undef GNULIB_TEST_NL_LANGINFO
381
382 /* Define to 1 when the gnulib module nonblocking should be tested. */
383 #undef GNULIB_TEST_NONBLOCKING
384
385 /* Define to 1 when the gnulib module open should be tested. */
386 #undef GNULIB_TEST_OPEN
387
388 /* Define to 1 when the gnulib module openpty should be tested. */
389 #undef GNULIB_TEST_OPENPTY
390
391 /* Define to 1 when the gnulib module perror should be tested. */
392 #undef GNULIB_TEST_PERROR
393
394 /* Define to 1 when the gnulib module pipe should be tested. */
395 #undef GNULIB_TEST_PIPE
396
397 /* Define to 1 when the gnulib module pipe2 should be tested. */
398 #undef GNULIB_TEST_PIPE2
399
400 /* Define to 1 when the gnulib module poll should be tested. */
401 #undef GNULIB_TEST_POLL
402
403 /* Define to 1 when the gnulib module posix_openpt should be tested. */
404 #undef GNULIB_TEST_POSIX_OPENPT
405
406 /* Define to 1 when the gnulib module posix_spawnattr_destroy should be
407    tested. */
408 #undef GNULIB_TEST_POSIX_SPAWNATTR_DESTROY
409
410 /* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
411    */
412 #undef GNULIB_TEST_POSIX_SPAWNATTR_INIT
413
414 /* Define to 1 when the gnulib module posix_spawnattr_setflags should be
415    tested. */
416 #undef GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS
417
418 /* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
419    tested. */
420 #undef GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK
421
422 /* Define to 1 when the gnulib module posix_spawnp should be tested. */
423 #undef GNULIB_TEST_POSIX_SPAWNP
424
425 /* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
426    be tested. */
427 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
428
429 /* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
430    be tested. */
431 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
432
433 /* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
434    be tested. */
435 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
436
437 /* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
438    be tested. */
439 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY
440
441 /* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
442    tested. */
443 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT
444
445 /* Define to 1 when the gnulib module pthread_sigmask should be tested. */
446 #undef GNULIB_TEST_PTHREAD_SIGMASK
447
448 /* Define to 1 when the gnulib module ptsname should be tested. */
449 #undef GNULIB_TEST_PTSNAME
450
451 /* Define to 1 when the gnulib module ptsname_r should be tested. */
452 #undef GNULIB_TEST_PTSNAME_R
453
454 /* Define to 1 when the gnulib module putenv should be tested. */
455 #undef GNULIB_TEST_PUTENV
456
457 /* Define to 1 when the gnulib module raise should be tested. */
458 #undef GNULIB_TEST_RAISE
459
460 /* Define to 1 when the gnulib module random_r should be tested. */
461 #undef GNULIB_TEST_RANDOM_R
462
463 /* Define to 1 when the gnulib module rawmemchr should be tested. */
464 #undef GNULIB_TEST_RAWMEMCHR
465
466 /* Define to 1 when the gnulib module read should be tested. */
467 #undef GNULIB_TEST_READ
468
469 /* Define to 1 when the gnulib module readlink should be tested. */
470 #undef GNULIB_TEST_READLINK
471
472 /* Define to 1 when the gnulib module realloc-posix should be tested. */
473 #undef GNULIB_TEST_REALLOC_POSIX
474
475 /* Define to 1 when the gnulib module realpath should be tested. */
476 #undef GNULIB_TEST_REALPATH
477
478 /* Define to 1 when the gnulib module recv should be tested. */
479 #undef GNULIB_TEST_RECV
480
481 /* Define to 1 when the gnulib module secure_getenv should be tested. */
482 #undef GNULIB_TEST_SECURE_GETENV
483
484 /* Define to 1 when the gnulib module select should be tested. */
485 #undef GNULIB_TEST_SELECT
486
487 /* Define to 1 when the gnulib module send should be tested. */
488 #undef GNULIB_TEST_SEND
489
490 /* Define to 1 when the gnulib module setenv should be tested. */
491 #undef GNULIB_TEST_SETENV
492
493 /* Define to 1 when the gnulib module setlocale should be tested. */
494 #undef GNULIB_TEST_SETLOCALE
495
496 /* Define to 1 when the gnulib module setsockopt should be tested. */
497 #undef GNULIB_TEST_SETSOCKOPT
498
499 /* Define to 1 when the gnulib module sigaction should be tested. */
500 #undef GNULIB_TEST_SIGACTION
501
502 /* Define to 1 when the gnulib module signbit should be tested. */
503 #undef GNULIB_TEST_SIGNBIT
504
505 /* Define to 1 when the gnulib module sigprocmask should be tested. */
506 #undef GNULIB_TEST_SIGPROCMASK
507
508 /* Define to 1 when the gnulib module sleep should be tested. */
509 #undef GNULIB_TEST_SLEEP
510
511 /* Define to 1 when the gnulib module snprintf should be tested. */
512 #undef GNULIB_TEST_SNPRINTF
513
514 /* Define to 1 when the gnulib module socket should be tested. */
515 #undef GNULIB_TEST_SOCKET
516
517 /* Define to 1 when the gnulib module stat should be tested. */
518 #undef GNULIB_TEST_STAT
519
520 /* Define to 1 when the gnulib module stpcpy should be tested. */
521 #undef GNULIB_TEST_STPCPY
522
523 /* Define to 1 when the gnulib module strchrnul should be tested. */
524 #undef GNULIB_TEST_STRCHRNUL
525
526 /* Define to 1 when the gnulib module strdup should be tested. */
527 #undef GNULIB_TEST_STRDUP
528
529 /* Define to 1 when the gnulib module strerror should be tested. */
530 #undef GNULIB_TEST_STRERROR
531
532 /* Define to 1 when the gnulib module strerror_r should be tested. */
533 #undef GNULIB_TEST_STRERROR_R
534
535 /* Define to 1 when the gnulib module strndup should be tested. */
536 #undef GNULIB_TEST_STRNDUP
537
538 /* Define to 1 when the gnulib module strnlen should be tested. */
539 #undef GNULIB_TEST_STRNLEN
540
541 /* Define to 1 when the gnulib module strptime should be tested. */
542 #undef GNULIB_TEST_STRPTIME
543
544 /* Define to 1 when the gnulib module strsep should be tested. */
545 #undef GNULIB_TEST_STRSEP
546
547 /* Define to 1 when the gnulib module strtok_r should be tested. */
548 #undef GNULIB_TEST_STRTOK_R
549
550 /* Define to 1 when the gnulib module symlink should be tested. */
551 #undef GNULIB_TEST_SYMLINK
552
553 /* Define to 1 when the gnulib module timegm should be tested. */
554 #undef GNULIB_TEST_TIMEGM
555
556 /* Define to 1 when the gnulib module time_r should be tested. */
557 #undef GNULIB_TEST_TIME_R
558
559 /* Define to 1 when the gnulib module ttyname_r should be tested. */
560 #undef GNULIB_TEST_TTYNAME_R
561
562 /* Define to 1 when the gnulib module unlockpt should be tested. */
563 #undef GNULIB_TEST_UNLOCKPT
564
565 /* Define to 1 when the gnulib module unsetenv should be tested. */
566 #undef GNULIB_TEST_UNSETENV
567
568 /* Define to 1 when the gnulib module usleep should be tested. */
569 #undef GNULIB_TEST_USLEEP
570
571 /* Define to 1 when the gnulib module vasprintf should be tested. */
572 #undef GNULIB_TEST_VASPRINTF
573
574 /* Define to 1 when the gnulib module vsnprintf should be tested. */
575 #undef GNULIB_TEST_VSNPRINTF
576
577 /* Define to 1 when the gnulib module waitpid should be tested. */
578 #undef GNULIB_TEST_WAITPID
579
580 /* Define to 1 when the gnulib module wcrtomb should be tested. */
581 #undef GNULIB_TEST_WCRTOMB
582
583 /* Define to 1 when the gnulib module wctob should be tested. */
584 #undef GNULIB_TEST_WCTOB
585
586 /* Define to 1 when the gnulib module wctomb should be tested. */
587 #undef GNULIB_TEST_WCTOMB
588
589 /* Define to 1 when the gnulib module write should be tested. */
590 #undef GNULIB_TEST_WRITE
591
592 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
593    may be supplied by this distribution. */
594 #undef HAVE_ALLOCA
595
596 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
597    */
598 #undef HAVE_ALLOCA_H
599
600 /* Define to 1 if you have the <arpa/inet.h> header file. */
601 #undef HAVE_ARPA_INET_H
602
603 /* Define to 1 if you have the <bp-sym.h> header file. */
604 #undef HAVE_BP_SYM_H
605
606 /* whether BSD style bridge management is available */
607 #undef HAVE_BSD_BRIDGE_MGMT
608
609 /* whether BSD CPU affinity management is available */
610 #undef HAVE_BSD_CPU_AFFINITY
611
612 /* Define to 1 if you have the 'btowc' function. */
613 #undef HAVE_BTOWC
614
615 /* Define to 1 if nanosleep mishandles large arguments. */
616 #undef HAVE_BUG_BIG_NANOSLEEP
617
618 /* Define to 1 if you have the <byteswap.h> header file. */
619 #undef HAVE_BYTESWAP_H
620
621 /* Define if the 'calloc' function is POSIX compliant. */
622 #undef HAVE_CALLOC_POSIX
623
624 /* Define to 1 if you have the 'canonicalize_file_name' function. */
625 #undef HAVE_CANONICALIZE_FILE_NAME
626
627 /* Define to 1 if you have the 'catgets' function. */
628 #undef HAVE_CATGETS
629
630 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
631    CoreFoundation framework. */
632 #undef HAVE_CFLOCALECOPYCURRENT
633
634 /* Define to 1 if you have the 'cfmakeraw' function. */
635 #undef HAVE_CFMAKERAW
636
637 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
638    the CoreFoundation framework. */
639 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
640
641 /* Define to 1 if you have the 'chown' function. */
642 #undef HAVE_CHOWN
643
644 /* Define to 1 if you have the `chsize' function. */
645 #undef HAVE_CHSIZE
646
647 /* Define to 1 if you have the `clock_gettime' function. */
648 #undef HAVE_CLOCK_GETTIME
649
650 /* Define to 1 if you have the `clock_settime' function. */
651 #undef HAVE_CLOCK_SETTIME
652
653 /* Define to 1 if you have the `confstr' function. */
654 #undef HAVE_CONFSTR
655
656 /* Define if the copysignf function is declared in <math.h> and available in
657    libc. */
658 #undef HAVE_COPYSIGNF_IN_LIBC
659
660 /* Define if the copysignl function is declared in <math.h> and available in
661    libc. */
662 #undef HAVE_COPYSIGNL_IN_LIBC
663
664 /* Define if the copysign function is declared in <math.h> and available in
665    libc. */
666 #undef HAVE_COPYSIGN_IN_LIBC
667
668 /* whether CPUID instruction is supported */
669 #undef HAVE_CPUID
670
671 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
672 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
673
674 /* Define if the GNU dcgettext() function is already present or preinstalled.
675    */
676 #undef HAVE_DCGETTEXT
677
678 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
679    */
680 #undef HAVE_DECL_ALARM
681
682 /* Define to 1 if you have the declaration of `BRDGADD', and to 0 if you
683    don't. */
684 #undef HAVE_DECL_BRDGADD
685
686 /* Define to 1 if you have the declaration of `BRDGDEL', and to 0 if you
687    don't. */
688 #undef HAVE_DECL_BRDGDEL
689
690 /* Define to 1 if you have the declaration of `BRDGSFD', and to 0 if you
691    don't. */
692 #undef HAVE_DECL_BRDGSFD
693
694 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
695    don't. */
696 #undef HAVE_DECL_COPYSIGN
697
698 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
699    don't. */
700 #undef HAVE_DECL_COPYSIGNF
701
702 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
703    don't. */
704 #undef HAVE_DECL_COPYSIGNL
705
706 /* Define to 1 if you have the declaration of `cpuset_getaffinity', and to 0
707    if you don't. */
708 #undef HAVE_DECL_CPUSET_GETAFFINITY
709
710 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
711    don't. */
712 #undef HAVE_DECL_FDATASYNC
713
714 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
715    you don't. */
716 #undef HAVE_DECL_FFLUSH_UNLOCKED
717
718 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
719    don't. */
720 #undef HAVE_DECL_FLOCKFILE
721
722 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
723    */
724 #undef HAVE_DECL_FPURGE
725
726 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
727    you don't. */
728 #undef HAVE_DECL_FPUTS_UNLOCKED
729
730 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
731    don't. */
732 #undef HAVE_DECL_FREEADDRINFO
733
734 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
735    */
736 #undef HAVE_DECL_FSEEKO
737
738 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
739    */
740 #undef HAVE_DECL_FTELLO
741
742 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
743    don't. */
744 #undef HAVE_DECL_FUNLOCKFILE
745
746 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
747    don't. */
748 #undef HAVE_DECL_GAI_STRERROR
749
750 /* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
751    don't. */
752 #undef HAVE_DECL_GAI_STRERRORA
753
754 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
755    don't. */
756 #undef HAVE_DECL_GETADDRINFO
757
758 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
759    don't. */
760 #undef HAVE_DECL_GETC_UNLOCKED
761
762 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
763    don't. */
764 #undef HAVE_DECL_GETDELIM
765
766 /* Define to 1 if you have the declaration of `getline', and to 0 if you
767    don't. */
768 #undef HAVE_DECL_GETLINE
769
770 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
771    don't. */
772 #undef HAVE_DECL_GETNAMEINFO
773
774 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
775    don't. */
776 #undef HAVE_DECL_GETPASS
777
778 /* Define to 1 if you have the declaration of `GET_VLAN_VID_CMD', and to 0 if
779    you don't. */
780 #undef HAVE_DECL_GET_VLAN_VID_CMD
781
782 /* Define to 1 if you have the declaration of `htole64', and to 0 if you
783    don't. */
784 #undef HAVE_DECL_HTOLE64
785
786 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
787    don't. */
788 #undef HAVE_DECL_INET_NTOP
789
790 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
791    don't. */
792 #undef HAVE_DECL_INET_PTON
793
794 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
795    don't. */
796 #undef HAVE_DECL_ISBLANK
797
798 /* whether link_addr is available */
799 #undef HAVE_DECL_LINK_ADDR
800
801 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
802    don't. */
803 #undef HAVE_DECL_LOCALTIME_R
804
805 /* Define to 1 if you have the declaration of `LOOP_CTL_GET_FREE', and to 0 if
806    you don't. */
807 #undef HAVE_DECL_LOOP_CTL_GET_FREE
808
809 /* Define to 1 if you have the declaration of `LO_FLAGS_AUTOCLEAR', and to 0
810    if you don't. */
811 #undef HAVE_DECL_LO_FLAGS_AUTOCLEAR
812
813 /* Define to 1 if you have the declaration of `MACVLAN_MODE_PASSTHRU', and to
814    0 if you don't. */
815 #undef HAVE_DECL_MACVLAN_MODE_PASSTHRU
816
817 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
818    don't. */
819 #undef HAVE_DECL_MBRTOWC
820
821 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
822    don't. */
823 #undef HAVE_DECL_MBSINIT
824
825 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
826    don't. */
827 #undef HAVE_DECL_MBSRTOWCS
828
829 /* Define to 1 if you have the declaration of `openpty', and to 0 if you
830    don't. */
831 #undef HAVE_DECL_OPENPTY
832
833 /* Define to 1 if you have the declaration of `program_invocation_name', and
834    to 0 if you don't. */
835 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
836
837 /* Define to 1 if you have the declaration of `program_invocation_short_name',
838    and to 0 if you don't. */
839 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
840
841 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
842    don't. */
843 #undef HAVE_DECL_PUTC_UNLOCKED
844
845 /* Define to 1 if you have the declaration of `SANLK_INQ_WAIT', and to 0 if
846    you don't. */
847 #undef HAVE_DECL_SANLK_INQ_WAIT
848
849 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
850    */
851 #undef HAVE_DECL_SETENV
852
853 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
854    */
855 #undef HAVE_DECL_SLEEP
856
857 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
858    don't. */
859 #undef HAVE_DECL_SNPRINTF
860
861 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
862    */
863 #undef HAVE_DECL_STRDUP
864
865 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
866    don't. */
867 #undef HAVE_DECL_STRERROR_R
868
869 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
870    don't. */
871 #undef HAVE_DECL_STRNCASECMP
872
873 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
874    don't. */
875 #undef HAVE_DECL_STRNDUP
876
877 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
878    don't. */
879 #undef HAVE_DECL_STRNLEN
880
881 /* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
882    don't. */
883 #undef HAVE_DECL_STRTOK_R
884
885 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
886    don't. */
887 #undef HAVE_DECL_TOWLOWER
888
889 /* Define to 1 if you have the declaration of `ttyname_r', and to 0 if you
890    don't. */
891 #undef HAVE_DECL_TTYNAME_R
892
893 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
894    don't. */
895 #undef HAVE_DECL_UNSETENV
896
897 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
898    don't. */
899 #undef HAVE_DECL_VSNPRINTF
900
901 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
902    don't. */
903 #undef HAVE_DECL_WCRTOMB
904
905 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
906    */
907 #undef HAVE_DECL_WCTOB
908
909 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
910    don't. */
911 #undef HAVE_DECL__PUTENV
912
913 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
914    don't. */
915 #undef HAVE_DECL__SNPRINTF
916
917 /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
918    don't. */
919 #undef HAVE_DECL___FSETLOCKING
920
921 /* Define to 1 if you have the <dlfcn.h> header file. */
922 #undef HAVE_DLFCN_H
923
924 /* Define to 1 if you have the 'dup2' function. */
925 #undef HAVE_DUP2
926
927 /* Define if you have the declaration of environ. */
928 #undef HAVE_ENVIRON_DECL
929
930 /* Define to 1 if you have the <execinfo.h> header file. */
931 #undef HAVE_EXECINFO_H
932
933 /* Define to 1 if you have the 'fallocate' function. */
934 #undef HAVE_FALLOCATE
935
936 /* Define to 1 if you have the 'fchown' function. */
937 #undef HAVE_FCHOWN
938
939 /* Define to 1 if you have the 'fcntl' function. */
940 #undef HAVE_FCNTL
941
942 /* Define to 1 if you have the `fdatasync' function. */
943 #undef HAVE_FDATASYNC
944
945 /* Define to 1 if you have the <features.h> header file. */
946 #undef HAVE_FEATURES_H
947
948 /* Define to 1 if you have the 'ffs' function. */
949 #undef HAVE_FFS
950
951 /* Define to 1 if you have the 'ffsl' function. */
952 #undef HAVE_FFSL
953
954 /* whether firewalld support is enabled */
955 #undef HAVE_FIREWALLD
956
957 /* Define to 1 if you have the `flockfile' function. */
958 #undef HAVE_FLOCKFILE
959
960 /* Define to 1 if you have the 'fpurge' function. */
961 #undef HAVE_FPURGE
962
963 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
964 #undef HAVE_FSEEKO
965
966 /* Define to 1 if you have the 'fsync' function. */
967 #undef HAVE_FSYNC
968
969 /* Define to 1 if you have the 'ftruncate' function. */
970 #undef HAVE_FTRUNCATE
971
972 /* Define to 1 if you have the `funlockfile' function. */
973 #undef HAVE_FUNLOCKFILE
974
975 /* Define to 1 if you have the 'getcwd' function. */
976 #undef HAVE_GETCWD
977
978 /* Define to 1 if you have the 'getdelim' function. */
979 #undef HAVE_GETDELIM
980
981 /* Define to 1 if you have the 'getdtablesize' function. */
982 #undef HAVE_GETDTABLESIZE
983
984 /* Define to 1 if you have the 'getegid' function. */
985 #undef HAVE_GETEGID
986
987 /* Define to 1 if you have the 'geteuid' function. */
988 #undef HAVE_GETEUID
989
990 /* Define to 1 if you have the 'getgid' function. */
991 #undef HAVE_GETGID
992
993 /* Define to 1 if you have the 'getgrnam_r' function. */
994 #undef HAVE_GETGRNAM_R
995
996 /* Define to 1 if you have the 'getgrouplist' function. */
997 #undef HAVE_GETGROUPLIST
998
999 /* Define to 1 if your system has a working `getgroups' function. */
1000 #undef HAVE_GETGROUPS
1001
1002 /* Define to 1 if you have the `gethostbyname' function. */
1003 #undef HAVE_GETHOSTBYNAME
1004
1005 /* Define to 1 if you have the `gethostname' function. */
1006 #undef HAVE_GETHOSTNAME
1007
1008 /* Define to 1 if you have the 'getmntent_r' function. */
1009 #undef HAVE_GETMNTENT_R
1010
1011 /* Define to 1 if you have the `getpagesize' function. */
1012 #undef HAVE_GETPAGESIZE
1013
1014 /* Define to 1 if you have the `getpass' function. */
1015 #undef HAVE_GETPASS
1016
1017 /* Define to 1 if you have the 'getpwuid_r' function. */
1018 #undef HAVE_GETPWUID_R
1019
1020 /* Define to 1 if you have the `getservbyname' function. */
1021 #undef HAVE_GETSERVBYNAME
1022
1023 /* Define to 1 if you have the `getsysinfo' function. */
1024 #undef HAVE_GETSYSINFO
1025
1026 /* Define if the GNU gettext() function is already present or preinstalled. */
1027 #undef HAVE_GETTEXT
1028
1029 /* Define to 1 if you have the 'gettimeofday' function. */
1030 #undef HAVE_GETTIMEOFDAY
1031
1032 /* Define to 1 if you have the 'getuid' function. */
1033 #undef HAVE_GETUID
1034
1035 /* Define to 1 if you have the <gnutls/crypto.h> header file. */
1036 #undef HAVE_GNUTLS_CRYPTO_H
1037
1038 /* Define to 1 if you have the `grantpt' function. */
1039 #undef HAVE_GRANTPT
1040
1041 /* Define to 1 if you have the <grp.h> header file. */
1042 #undef HAVE_GRP_H
1043
1044 /* Define if you have the iconv() function and it works. */
1045 #undef HAVE_ICONV
1046
1047 /* Define to 1 if you have the <ifaddrs.h> header file. */
1048 #undef HAVE_IFADDRS_H
1049
1050 /* Define if you have if_nameindex. */
1051 #undef HAVE_IF_NAMEINDEX
1052
1053 /* Define to 1 if you have the `inet_ntop' function. */
1054 #undef HAVE_INET_NTOP
1055
1056 /* Define to 1 if you have the `inet_pton' function. */
1057 #undef HAVE_INET_PTON
1058
1059 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
1060 #undef HAVE_INTMAX_T
1061
1062 /* Define to 1 if you have the <inttypes.h> header file. */
1063 #undef HAVE_INTTYPES_H
1064
1065 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
1066    declares uintmax_t. */
1067 #undef HAVE_INTTYPES_H_WITH_UINTMAX
1068
1069 /* Define to 1 if you have the `ioctl' function. */
1070 #undef HAVE_IOCTL
1071
1072 /* Define to 1 if <sys/socket.h> defines AF_INET. */
1073 #undef HAVE_IPV4
1074
1075 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
1076 #undef HAVE_IPV6
1077
1078 /* Define to 1 if you have the 'isblank' function. */
1079 #undef HAVE_ISBLANK
1080
1081 /* Define if the isnan(double) function is available in libc. */
1082 #undef HAVE_ISNAND_IN_LIBC
1083
1084 /* Define if the isnan(float) function is available in libc. */
1085 #undef HAVE_ISNANF_IN_LIBC
1086
1087 /* Define if the isnan(long double) function is available in libc. */
1088 #undef HAVE_ISNANL_IN_LIBC
1089
1090 /* Define to 1 if you have the `issetugid' function. */
1091 #undef HAVE_ISSETUGID
1092
1093 /* Define to 1 if you have the 'iswcntrl' function. */
1094 #undef HAVE_ISWCNTRL
1095
1096 /* Define to 1 if you have the 'iswctype' function. */
1097 #undef HAVE_ISWCTYPE
1098
1099 /* Define to 1 if you have the 'kill' function. */
1100 #undef HAVE_KILL
1101
1102 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1103 #undef HAVE_LANGINFO_CODESET
1104
1105 /* Define to 1 if you have the <langinfo.h> header file. */
1106 #undef HAVE_LANGINFO_H
1107
1108 /* Define if your <locale.h> file defines LC_MESSAGES. */
1109 #undef HAVE_LC_MESSAGES
1110
1111 /* Define to 1 if you have the `apparmor' library (-lapparmor). */
1112 #undef HAVE_LIBAPPARMOR
1113
1114 /* Define to 1 if you have the `attr' library (-lattr). */
1115 #undef HAVE_LIBATTR
1116
1117 /* Define to 1 if you have the `audit' library (-laudit). */
1118 #undef HAVE_LIBAUDIT
1119
1120 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
1121 #undef HAVE_LIBCAP_NG
1122
1123 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
1124 #undef HAVE_LIBDEVMAPPER
1125
1126 /* Define to 1 if you have the <libdevmapper.h> header file. */
1127 #undef HAVE_LIBDEVMAPPER_H
1128
1129 /* Define to 1 if you have the `gnutls' library (-lgnutls). */
1130 #undef HAVE_LIBGNUTLS
1131
1132 /* Define to 1 if you have the `intl' library (-lintl). */
1133 #undef HAVE_LIBINTL
1134
1135 /* Define to 1 if you have the <libintl.h> header file. */
1136 #undef HAVE_LIBINTL_H
1137
1138 /* Define to 1 if you have the `kvm' library (-lkvm). */
1139 #undef HAVE_LIBKVM
1140
1141 /* whether the netlink library is available */
1142 #undef HAVE_LIBNL
1143
1144 /* whether the netlink v1 library is available */
1145 #undef HAVE_LIBNL1
1146
1147 /* Use libnl-3.0 */
1148 #undef HAVE_LIBNL3
1149
1150 /* Define to 1 if you have the `numa' library (-lnuma). */
1151 #undef HAVE_LIBNUMA
1152
1153 /* Define to 1 if you have the `parted' library (-lparted). */
1154 #undef HAVE_LIBPARTED
1155
1156 /* whether libpcap can be used */
1157 #undef HAVE_LIBPCAP
1158
1159 /* Define to 1 if you have the `portablexdr' library (-lportablexdr). */
1160 #undef HAVE_LIBPORTABLEXDR
1161
1162 /* Define to 1 if you have the `readline' library (-lreadline). */
1163 #undef HAVE_LIBREADLINE
1164
1165 /* Define to 1 if you have the `sanlock_client' library (-lsanlock_client). */
1166 #undef HAVE_LIBSANLOCK_CLIENT
1167
1168 /* Define to 1 if you have the `sasl2' library (-lsasl2). */
1169 #undef HAVE_LIBSASL2
1170
1171 /* Define to 1 if you have the `selinux' library (-lselinux). */
1172 #undef HAVE_LIBSELINUX
1173
1174 /* Define to 1 if you have the <libtasn1.h> header file. */
1175 #undef HAVE_LIBTASN1_H
1176
1177 /* Define to 1 if you have the <libutil.h> header file. */
1178 #undef HAVE_LIBUTIL_H
1179
1180 /* Define to 1 if you have the `uuid' library (-luuid). */
1181 #undef HAVE_LIBUUID
1182
1183 /* Define to 1 if you have the `yajl' library (-lyajl). */
1184 #undef HAVE_LIBYAJL
1185
1186 /* Define to 1 if you have the <linux/if_bridge.h> header file. */
1187 #undef HAVE_LINUX_IF_BRIDGE_H
1188
1189 /* Define to 1 if you have the <linux/if_tun.h> header file. */
1190 #undef HAVE_LINUX_IF_TUN_H
1191
1192 /* Define to 1 if you have the <linux/kvm.h> header file. */
1193 #undef HAVE_LINUX_KVM_H
1194
1195 /* Define to 1 if you have the <linux/magic.h> header file. */
1196 #undef HAVE_LINUX_MAGIC_H
1197
1198 /* Define to 1 if you have the <linux/param.h> header file. */
1199 #undef HAVE_LINUX_PARAM_H
1200
1201 /* Define to 1 if you have the <linux/sockios.h> header file. */
1202 #undef HAVE_LINUX_SOCKIOS_H
1203
1204 /* Define to 1 if you have the 'localtime_r' function. */
1205 #undef HAVE_LOCALTIME_R
1206
1207 /* Define to 1 if the system has the type 'long long int'. */
1208 #undef HAVE_LONG_LONG_INT
1209
1210 /* Define to 1 if you have the 'lstat' function. */
1211 #undef HAVE_LSTAT
1212
1213 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1214 #undef HAVE_MACHINE_HAL_SYSINFO_H
1215
1216 /* Define to 1 if you have the <malloc.h> header file. */
1217 #undef HAVE_MALLOC_H
1218
1219 /* Define if the 'malloc' function is POSIX compliant. */
1220 #undef HAVE_MALLOC_POSIX
1221
1222 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1223    config.h and <sys/mman.h>. */
1224 #undef HAVE_MAP_ANONYMOUS
1225
1226 /* Define to 1 if you have the <math.h> header file. */
1227 #undef HAVE_MATH_H
1228
1229 /* Define to 1 if you have the `mbrtowc' function. */
1230 #undef HAVE_MBRTOWC
1231
1232 /* Define to 1 if you have the 'mbsinit' function. */
1233 #undef HAVE_MBSINIT
1234
1235 /* Define to 1 if you have the 'mbsrtowcs' function. */
1236 #undef HAVE_MBSRTOWCS
1237
1238 /* Define to 1 if <wchar.h> declares mbstate_t. */
1239 #undef HAVE_MBSTATE_T
1240
1241 /* Define to 1 if you have the <memory.h> header file. */
1242 #undef HAVE_MEMORY_H
1243
1244 /* Define to 1 if you have the 'mempcpy' function. */
1245 #undef HAVE_MEMPCPY
1246
1247 /* Define to 1 if you have the `mkdtemp' function. */
1248 #undef HAVE_MKDTEMP
1249
1250 /* Define to 1 if you have the 'mkostemp' function. */
1251 #undef HAVE_MKOSTEMP
1252
1253 /* Define to 1 if you have the 'mkostemps' function. */
1254 #undef HAVE_MKOSTEMPS
1255
1256 /* Define to 1 if you have the 'mmap' function. */
1257 #undef HAVE_MMAP
1258
1259 /* Define to 1 if you have the <mntent.h> header file. */
1260 #undef HAVE_MNTENT_H
1261
1262 /* Define to 1 if you have the 'mprotect' function. */
1263 #undef HAVE_MPROTECT
1264
1265 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1266    concept. */
1267 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1268
1269 /* we have sufficiently new version of netcf for transaction network API */
1270 #undef HAVE_NETCF_TRANSACTIONS
1271
1272 /* Define to 1 if you have the <netdb.h> header file. */
1273 #undef HAVE_NETDB_H
1274
1275 /* Define to 1 if you have the <netinet/in.h> header file. */
1276 #undef HAVE_NETINET_IN_H
1277
1278 /* Define to 1 if you have the <netinet/tcp.h> header file. */
1279 #undef HAVE_NETINET_TCP_H
1280
1281 /* Define to 1 if you have the <net/ethernet.h> header file. */
1282 #undef HAVE_NET_ETHERNET_H
1283
1284 /* Define to 1 if you have the <net/if.h> header file. */
1285 #undef HAVE_NET_IF_H
1286
1287 /* Define to 1 if you have the 'newlocale' function. */
1288 #undef HAVE_NEWLOCALE
1289
1290 /* Define to 1 if you have the 'nl_langinfo' function. */
1291 #undef HAVE_NL_LANGINFO
1292
1293 /* whether numad is available */
1294 #undef HAVE_NUMAD
1295
1296 /* Define to 1 if the system has the 'openpty' function. */
1297 #undef HAVE_OPENPTY
1298
1299 /* Define to 1 if libcrypto is used for MD5. */
1300 #undef HAVE_OPENSSL_MD5
1301
1302 /* Define to 1 if libcrypto is used for SHA256. */
1303 #undef HAVE_OPENSSL_SHA256
1304
1305 /* Define to 1 if you have the <OS.h> header file. */
1306 #undef HAVE_OS_H
1307
1308 /* Define to 1 if you have the <paths.h> header file. */
1309 #undef HAVE_PATHS_H
1310
1311 /* Define to 1 if you have the 'pipe' function. */
1312 #undef HAVE_PIPE
1313
1314 /* Define to 1 if you have the 'pipe2' function. */
1315 #undef HAVE_PIPE2
1316
1317 /* Define to 1 if you have the `polkit_context_is_caller_authorized' function.
1318    */
1319 #undef HAVE_POLKIT_CONTEXT_IS_CALLER_AUTHORIZED
1320
1321 /* Define to 1 if you have the 'poll' function and it works. */
1322 #undef HAVE_POLL
1323
1324 /* Define to 1 if you have the <poll.h> header file. */
1325 #undef HAVE_POLL_H
1326
1327 /* Define if the ttyname_r function has a POSIX compliant declaration. */
1328 #undef HAVE_POSIXDECL_TTYNAME_R
1329
1330 /* Define to 1 if you have the 'posix_fallocate' function. */
1331 #undef HAVE_POSIX_FALLOCATE
1332
1333 /* Define to 1 if you have the 'posix_memalign' function. */
1334 #undef HAVE_POSIX_MEMALIGN
1335
1336 /* Define to 1 if you have the 'posix_openpt' function. */
1337 #undef HAVE_POSIX_OPENPT
1338
1339 /* Define to 1 if you have the `posix_spawn' function. */
1340 #undef HAVE_POSIX_SPAWN
1341
1342 /* Define to 1 if the system has the type `posix_spawnattr_t'. */
1343 #undef HAVE_POSIX_SPAWNATTR_T
1344
1345 /* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
1346 #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
1347
1348 /* Define to 1 if you have the 'prlimit' function. */
1349 #undef HAVE_PRLIMIT
1350
1351 /* Define to 1 if you have the `pstat_getdynamic' function. */
1352 #undef HAVE_PSTAT_GETDYNAMIC
1353
1354 /* Define to 1 if you have the `pstat_getstatic' function. */
1355 #undef HAVE_PSTAT_GETSTATIC
1356
1357 /* Define to 1 if you have the `pthread_atfork' function. */
1358 #undef HAVE_PTHREAD_ATFORK
1359
1360 /* Define to 1 if you have the <pthread.h> header file. */
1361 #undef HAVE_PTHREAD_H
1362
1363 /* Define to 1 if you have the `pthread_mutexattr_init' function. */
1364 #undef HAVE_PTHREAD_MUTEXATTR_INIT
1365
1366 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
1367 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
1368
1369 /* Define if the POSIX multithreading library has read/write locks. */
1370 #undef HAVE_PTHREAD_RWLOCK
1371
1372 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
1373 #undef HAVE_PTHREAD_SIGMASK
1374
1375 /* Define to 1 if the system has the type `pthread_spinlock_t'. */
1376 #undef HAVE_PTHREAD_SPINLOCK_T
1377
1378 /* Define to 1 if the system has the type `pthread_t'. */
1379 #undef HAVE_PTHREAD_T
1380
1381 /* Define to 1 if you have the `ptsname' function. */
1382 #undef HAVE_PTSNAME
1383
1384 /* Define to 1 if you have the 'ptsname_r' function. */
1385 #undef HAVE_PTSNAME_R
1386
1387 /* Define to 1 if you have the <pty.h> header file. */
1388 #undef HAVE_PTY_H
1389
1390 /* Define to 1 if you have the <pwd.h> header file. */
1391 #undef HAVE_PWD_H
1392
1393 /* Define to 1 if you have the `raise' function. */
1394 #undef HAVE_RAISE
1395
1396 /* Define to 1 if you have the <random.h> header file. */
1397 #undef HAVE_RANDOM_H
1398
1399 /* Define to 1 if you have the `random_r' function. */
1400 #undef HAVE_RANDOM_R
1401
1402 /* Define to 1 if you have the `rawmemchr' function. */
1403 #undef HAVE_RAWMEMCHR
1404
1405 /* Define to 1 if you have the 'readlink' function. */
1406 #undef HAVE_READLINK
1407
1408 /* Define to 1 if you have the 'readlinkat' function. */
1409 #undef HAVE_READLINKAT
1410
1411 /* Define if the 'realloc' function is POSIX compliant. */
1412 #undef HAVE_REALLOC_POSIX
1413
1414 /* Define to 1 if you have the 'realpath' function. */
1415 #undef HAVE_REALPATH
1416
1417 /* Define to 1 if you have the 'recvmsg' function. */
1418 #undef HAVE_RECVMSG
1419
1420 /* Define to 1 if you have the 'regexec' function. */
1421 #undef HAVE_REGEXEC
1422
1423 /* Define to 1 if you have the <regex.h> header file. */
1424 #undef HAVE_REGEX_H
1425
1426 /* Define to 1 if you have the `revoke' function. */
1427 #undef HAVE_REVOKE
1428
1429 /* Define to 1 if you have the <rpc/types.h> header file. */
1430 #undef HAVE_RPC_TYPES_H
1431
1432 /* Define to 1 if 'long double' and 'double' have the same representation. */
1433 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1434
1435 /* whether sanlock supports sanlock_inq_lockspace */
1436 #undef HAVE_SANLOCK_INQ_LOCKSPACE
1437
1438 /* whether Sanlock supports sanlock_killpath */
1439 #undef HAVE_SANLOCK_KILLPATH
1440
1441 /* Define to 1 if the system has the type `sa_family_t'. */
1442 #undef HAVE_SA_FAMILY_T
1443
1444 /* Define to 1 if you have the 'sched_getaffinity' function. */
1445 #undef HAVE_SCHED_GETAFFINITY
1446
1447 /* Define to 1 if you have the <sched.h> header file. */
1448 #undef HAVE_SCHED_H
1449
1450 /* Define to 1 if you have the `sched_setparam' function. */
1451 #undef HAVE_SCHED_SETPARAM
1452
1453 /* Define to 1 if you have the `sched_setscheduler' function. */
1454 #undef HAVE_SCHED_SETSCHEDULER
1455
1456 /* Define to 1 if you have the `sd_notify' function. */
1457 #undef HAVE_SD_NOTIFY
1458
1459 /* Define to 1 if you have the <search.h> header file. */
1460 #undef HAVE_SEARCH_H
1461
1462 /* Define to 1 if you have the 'secure_getenv' function. */
1463 #undef HAVE_SECURE_GETENV
1464
1465 /* Define to 1 if you have the <selinux/label.h> header file. */
1466 #undef HAVE_SELINUX_LABEL_H
1467
1468 /* Define to 1 if you have the `selinux_lxc_contexts_path' function. */
1469 #undef HAVE_SELINUX_LXC_CONTEXTS_PATH
1470
1471 /* Define to 1 if you have the 'sendmsg' function. */
1472 #undef HAVE_SENDMSG
1473
1474 /* Define to 1 if you have the `setdtablesize' function. */
1475 #undef HAVE_SETDTABLESIZE
1476
1477 /* Define to 1 if you have the `setegid' function. */
1478 #undef HAVE_SETEGID
1479
1480 /* Define to 1 if you have the 'setenv' function. */
1481 #undef HAVE_SETENV
1482
1483 /* Define to 1 if you have the `seteuid' function. */
1484 #undef HAVE_SETEUID
1485
1486 /* Define to 1 if you have the 'setgroups' function. */
1487 #undef HAVE_SETGROUPS
1488
1489 /* Define to 1 if you have the `setlocale' function. */
1490 #undef HAVE_SETLOCALE
1491
1492 /* Define to 1 if you have the 'setns' function. */
1493 #undef HAVE_SETNS
1494
1495 /* Define to 1 if you have the 'setrlimit' function. */
1496 #undef HAVE_SETRLIMIT
1497
1498 /* Define to 1 if you have the 'shutdown' function. */
1499 #undef HAVE_SHUTDOWN
1500
1501 /* Define to 1 if you have the 'sigaction' function. */
1502 #undef HAVE_SIGACTION
1503
1504 /* Define to 1 if you have the 'sigaltstack' function. */
1505 #undef HAVE_SIGALTSTACK
1506
1507 /* Define to 1 if the system has the type `siginfo_t'. */
1508 #undef HAVE_SIGINFO_T
1509
1510 /* Define to 1 if you have the 'siginterrupt' function. */
1511 #undef HAVE_SIGINTERRUPT
1512
1513 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1514 #undef HAVE_SIGNED_SIG_ATOMIC_T
1515
1516 /* Define to 1 if 'wchar_t' is a signed integer type. */
1517 #undef HAVE_SIGNED_WCHAR_T
1518
1519 /* Define to 1 if 'wint_t' is a signed integer type. */
1520 #undef HAVE_SIGNED_WINT_T
1521
1522 /* Define to 1 if the system has the type `sigset_t'. */
1523 #undef HAVE_SIGSET_T
1524
1525 /* Define to 1 if the system has the type `sig_atomic_t'. */
1526 #undef HAVE_SIG_ATOMIC_T
1527
1528 /* Define to 1 if you have the 'sleep' function. */
1529 #undef HAVE_SLEEP
1530
1531 /* Define to 1 if you have the `snprintf' function. */
1532 #undef HAVE_SNPRINTF
1533
1534 /* Define if the return value of the snprintf function is the number of of
1535    bytes (excluding the terminating NUL) that would have been produced if the
1536    buffer had been large enough. */
1537 #undef HAVE_SNPRINTF_RETVAL_C99
1538
1539 /* Define to 1 if you have the 'socketpair' function. */
1540 #undef HAVE_SOCKETPAIR
1541
1542 /* Define to 1 if you have the <spawn.h> header file. */
1543 #undef HAVE_SPAWN_H
1544
1545 /* Define to 1 if you have the <stdint.h> header file. */
1546 #undef HAVE_STDINT_H
1547
1548 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1549    uintmax_t. */
1550 #undef HAVE_STDINT_H_WITH_UINTMAX
1551
1552 /* Define to 1 if you have the <stdio_ext.h> header file. */
1553 #undef HAVE_STDIO_EXT_H
1554
1555 /* Define to 1 if you have the <stdlib.h> header file. */
1556 #undef HAVE_STDLIB_H
1557
1558 /* Define to 1 if you have the `stpcpy' function. */
1559 #undef HAVE_STPCPY
1560
1561 /* Define to 1 if you have the `strcasecmp' function. */
1562 #undef HAVE_STRCASECMP
1563
1564 /* Define to 1 if you have the `strchrnul' function. */
1565 #undef HAVE_STRCHRNUL
1566
1567 /* Define to 1 if you have the 'strdup' function. */
1568 #undef HAVE_STRDUP
1569
1570 /* Define to 1 if you have the `strerror_r' function. */
1571 #undef HAVE_STRERROR_R
1572
1573 /* Define to 1 if you have the <strings.h> header file. */
1574 #undef HAVE_STRINGS_H
1575
1576 /* Define to 1 if you have the <string.h> header file. */
1577 #undef HAVE_STRING_H
1578
1579 /* Define to 1 if you have the `strncasecmp' function. */
1580 #undef HAVE_STRNCASECMP
1581
1582 /* Define to 1 if you have the 'strndup' function. */
1583 #undef HAVE_STRNDUP
1584
1585 /* Define to 1 if you have the `strnlen' function. */
1586 #undef HAVE_STRNLEN
1587
1588 /* Define to 1 if you have the 'strptime' function. */
1589 #undef HAVE_STRPTIME
1590
1591 /* Define to 1 if you have the `strsep' function. */
1592 #undef HAVE_STRSEP
1593
1594 /* Define to 1 if you have the `strtok_r' function. */
1595 #undef HAVE_STRTOK_R
1596
1597 /* Define to 1 if the system has the type `struct addrinfo'. */
1598 #undef HAVE_STRUCT_ADDRINFO
1599
1600 /* Defined if struct ifreq exists in net/if.h */
1601 #undef HAVE_STRUCT_IFREQ
1602
1603 /* Define to 1 if `ifr_ifindex' is a member of `struct ifreq'. */
1604 #undef HAVE_STRUCT_IFREQ_IFR_IFINDEX
1605
1606 /* Define to 1 if `ifr_index' is a member of `struct ifreq'. */
1607 #undef HAVE_STRUCT_IFREQ_IFR_INDEX
1608
1609 /* Define to 1 if `ifr_newname' is a member of `struct ifreq'. */
1610 #undef HAVE_STRUCT_IFREQ_IFR_NEWNAME
1611
1612 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1613 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
1614
1615 /* Define to 1 if `msg_accrights' is a member of `struct msghdr'. */
1616 #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
1617
1618 /* Define to 1 if the system has the type `struct random_data'. */
1619 #undef HAVE_STRUCT_RANDOM_DATA
1620
1621 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
1622 #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
1623
1624 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
1625 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
1626
1627 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1628 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1629
1630 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1631 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1632
1633 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1634 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1635
1636 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1637 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1638
1639 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1640 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1641
1642 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1643 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1644
1645 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1646 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1647
1648 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1649 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1650
1651 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1652 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1653
1654 /* Define to 1 if `mem_unit' is a member of `struct sysinfo'. */
1655 #undef HAVE_STRUCT_SYSINFO_MEM_UNIT
1656
1657 /* Define to 1 if the system has the type `struct utsname'. */
1658 #undef HAVE_STRUCT_UTSNAME
1659
1660 /* Define to 1 if you have the 'symlink' function. */
1661 #undef HAVE_SYMLINK
1662
1663 /* Define to 1 if you have the `sysctl' function. */
1664 #undef HAVE_SYSCTL
1665
1666 /* Define to 1 if you have the 'sysctlbyname' function. */
1667 #undef HAVE_SYSCTLBYNAME
1668
1669 /* Define to 1 if you have the `sysinfo' function. */
1670 #undef HAVE_SYSINFO
1671
1672 /* Define to 1 if you have the <syslog.h> header file. */
1673 #undef HAVE_SYSLOG_H
1674
1675 /* Define to 1 if you have the `sysmp' function. */
1676 #undef HAVE_SYSMP
1677
1678 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1679 #undef HAVE_SYS_BITYPES_H
1680
1681 /* Define to 1 if you have the <sys/filio.h> header file. */
1682 #undef HAVE_SYS_FILIO_H
1683
1684 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1685 #undef HAVE_SYS_INTTYPES_H
1686
1687 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1688 #undef HAVE_SYS_IOCTL_H
1689
1690 /* Define to 1 if you have the <sys/mman.h> header file. */
1691 #undef HAVE_SYS_MMAN_H
1692
1693 /* Define to 1 if you have the <sys/mount.h> header file. */
1694 #undef HAVE_SYS_MOUNT_H
1695
1696 /* Define to 1 if you have the <sys/param.h> header file. */
1697 #undef HAVE_SYS_PARAM_H
1698
1699 /* Define to 1 if you have the <sys/poll.h> header file. */
1700 #undef HAVE_SYS_POLL_H
1701
1702 /* Define to 1 if you have the <sys/pstat.h> header file. */
1703 #undef HAVE_SYS_PSTAT_H
1704
1705 /* Define to 1 if you have the <sys/select.h> header file. */
1706 #undef HAVE_SYS_SELECT_H
1707
1708 /* Define to 1 if you have the <sys/socket.h> header file. */
1709 #undef HAVE_SYS_SOCKET_H
1710
1711 /* Define to 1 if you have the <sys/stat.h> header file. */
1712 #undef HAVE_SYS_STAT_H
1713
1714 /* Define to 1 if you have the <sys/syscall.h> header file. */
1715 #undef HAVE_SYS_SYSCALL_H
1716
1717 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1718 #undef HAVE_SYS_SYSCTL_H
1719
1720 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1721 #undef HAVE_SYS_SYSINFO_H
1722
1723 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1724 #undef HAVE_SYS_SYSMP_H
1725
1726 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1727 #undef HAVE_SYS_SYSTEMCFG_H
1728
1729 /* Define to 1 if you have the <sys/table.h> header file. */
1730 #undef HAVE_SYS_TABLE_H
1731
1732 /* Define to 1 if you have the <sys/timeb.h> header file. */
1733 #undef HAVE_SYS_TIMEB_H
1734
1735 /* Define to 1 if you have the <sys/time.h> header file. */
1736 #undef HAVE_SYS_TIME_H
1737
1738 /* Define to 1 if you have the <sys/types.h> header file. */
1739 #undef HAVE_SYS_TYPES_H
1740
1741 /* Define to 1 if you have the <sys/ucred.h> header file. */
1742 #undef HAVE_SYS_UCRED_H
1743
1744 /* Define to 1 if you have the <sys/uio.h> header file. */
1745 #undef HAVE_SYS_UIO_H
1746
1747 /* Define to 1 if you have the <sys/un.h> header file. */
1748 #undef HAVE_SYS_UN_H
1749
1750 /* Define to 1 if you have the <sys/utsname.h> header file. */
1751 #undef HAVE_SYS_UTSNAME_H
1752
1753 /* Define to 1 if you have the <sys/wait.h> header file. */
1754 #undef HAVE_SYS_WAIT_H
1755
1756 /* Define to 1 if you have the `table' function. */
1757 #undef HAVE_TABLE
1758
1759 /* Define to 1 if you have the 'tcgetattr' function. */
1760 #undef HAVE_TCGETATTR
1761
1762 /* Define to 1 if you have the 'tcsetattr' function. */
1763 #undef HAVE_TCSETATTR
1764
1765 /* Define to 1 if you have the <termios.h> header file. */
1766 #undef HAVE_TERMIOS_H
1767
1768 /* Define to 1 if you have the 'timegm' function. */
1769 #undef HAVE_TIMEGM
1770
1771 /* Define if struct tm has the tm_gmtoff member. */
1772 #undef HAVE_TM_GMTOFF
1773
1774 /* Define to 1 if you have the `towlower' function. */
1775 #undef HAVE_TOWLOWER
1776
1777 /* Define to 1 if you have the `tsearch' function. */
1778 #undef HAVE_TSEARCH
1779
1780 /* Define to 1 if you have the `ttyname' function. */
1781 #undef HAVE_TTYNAME
1782
1783 /* Define to 1 if you have the `ttyname_r' function. */
1784 #undef HAVE_TTYNAME_R
1785
1786 /* Define to 1 if you have the `uname' function. */
1787 #undef HAVE_UNAME
1788
1789 /* Define to 1 if you have the <unistd.h> header file. */
1790 #undef HAVE_UNISTD_H
1791
1792 /* Define to 1 if you have the `unlockpt' function. */
1793 #undef HAVE_UNLOCKPT
1794
1795 /* Define to 1 if you have the `unsetenv' function. */
1796 #undef HAVE_UNSETENV
1797
1798 /* Define to 1 if the system has the type 'unsigned long long int'. */
1799 #undef HAVE_UNSIGNED_LONG_LONG_INT
1800
1801 /* Define to 1 if you have the `uselocale' function. */
1802 #undef HAVE_USELOCALE
1803
1804 /* Define to 1 if you have the 'usleep' function. */
1805 #undef HAVE_USLEEP
1806
1807 /* Define to 1 if you have the <util.h> header file. */
1808 #undef HAVE_UTIL_H
1809
1810 /* Define to 1 if you have the 'vasnprintf' function. */
1811 #undef HAVE_VASNPRINTF
1812
1813 /* Define to 1 if you have the `vasprintf' function. */
1814 #undef HAVE_VASPRINTF
1815
1816 /* Define to 1 if you have the `vfork' function. */
1817 #undef HAVE_VFORK
1818
1819 /* Define to 1 if you have the `vsnprintf' function. */
1820 #undef HAVE_VSNPRINTF
1821
1822 /* Define to 1 if you have the `waitid' function. */
1823 #undef HAVE_WAITID
1824
1825 /* Define to 1 if you have the <wchar.h> header file. */
1826 #undef HAVE_WCHAR_H
1827
1828 /* Define if you have the 'wchar_t' type. */
1829 #undef HAVE_WCHAR_T
1830
1831 /* Define to 1 if you have the 'wcrtomb' function. */
1832 #undef HAVE_WCRTOMB
1833
1834 /* Define to 1 if you have the `wcslen' function. */
1835 #undef HAVE_WCSLEN
1836
1837 /* Define to 1 if you have the `wcsnlen' function. */
1838 #undef HAVE_WCSNLEN
1839
1840 /* Define to 1 if you have the 'wctob' function. */
1841 #undef HAVE_WCTOB
1842
1843 /* Define to 1 if you have the <wctype.h> header file. */
1844 #undef HAVE_WCTYPE_H
1845
1846 /* Define to 1 if you have the <winsock2.h> header file. */
1847 #undef HAVE_WINSOCK2_H
1848
1849 /* Define if you have the 'wint_t' type. */
1850 #undef HAVE_WINT_T
1851
1852 /* Define to 1 if you have the <wireshark/config.h> header file. */
1853 #undef HAVE_WIRESHARK_CONFIG_H
1854
1855 /* Define to 1 if you have the <wireshark/epan/dissectors/packet-tcp.h> header
1856    file. */
1857 #undef HAVE_WIRESHARK_EPAN_DISSECTORS_PACKET_TCP_H
1858
1859 /* Define to 1 if you have the <wireshark/epan/packet.h> header file. */
1860 #undef HAVE_WIRESHARK_EPAN_PACKET_H
1861
1862 /* Define to 1 if you have the 'wmemchr' function. */
1863 #undef HAVE_WMEMCHR
1864
1865 /* Define to 1 if you have the 'wmemcpy' function. */
1866 #undef HAVE_WMEMCPY
1867
1868 /* Define to 1 if you have the 'wmempcpy' function. */
1869 #undef HAVE_WMEMPCPY
1870
1871 /* Define to 1 if O_NOATIME works. */
1872 #undef HAVE_WORKING_O_NOATIME
1873
1874 /* Define to 1 if O_NOFOLLOW works. */
1875 #undef HAVE_WORKING_O_NOFOLLOW
1876
1877 /* Define if you have the posix_spawn and posix_spawnp functions and they
1878    work. */
1879 #undef HAVE_WORKING_POSIX_SPAWN
1880
1881 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1882 #undef HAVE_WS2TCPIP_H
1883
1884 /* Define to 1 if you have the `xdr_u_int64_t' function. */
1885 #undef HAVE_XDR_U_INT64_T
1886
1887 /* Define to 1 if you have the <xenstore.h> header file. */
1888 #undef HAVE_XENSTORE_H
1889
1890 /* Define to 1 if you have the <xen/dom0_ops.h> header file. */
1891 #undef HAVE_XEN_DOM0_OPS_H
1892
1893 /* Define to 1 if you have the <xen/linux/privcmd.h> header file. */
1894 #undef HAVE_XEN_LINUX_PRIVCMD_H
1895
1896 /* Define to 1 if you have the <xen/sys/privcmd.h> header file. */
1897 #undef HAVE_XEN_SYS_PRIVCMD_H
1898
1899 /* Define to 1 if you have the <xen/version.h> header file. */
1900 #undef HAVE_XEN_VERSION_H
1901
1902 /* Define to 1 if you have the <xen/xen.h> header file. */
1903 #undef HAVE_XEN_XEN_H
1904
1905 /* Define to 1 if you have the <xlocale.h> header file. */
1906 #undef HAVE_XLOCALE_H
1907
1908 /* Have query_raw field in libxml2 xmlURI structure */
1909 #undef HAVE_XMLURI_QUERY_RAW
1910
1911 /* Define to 1 if the system has the type `_Bool'. */
1912 #undef HAVE__BOOL
1913
1914 /* Define to 1 if you have the `_fseeki64' function. */
1915 #undef HAVE__FSEEKI64
1916
1917 /* Define to 1 if you have the `_ftelli64' function. */
1918 #undef HAVE__FTELLI64
1919
1920 /* Define to 1 if you have the `_ftime' function. */
1921 #undef HAVE__FTIME
1922
1923 /* Define to 1 if you have the `_getpty' function. */
1924 #undef HAVE__GETPTY
1925
1926 /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
1927 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1928
1929 /* Define to 1 if you have the external variable, _system_configuration with a
1930    member named physmem. */
1931 #undef HAVE__SYSTEM_CONFIGURATION
1932
1933 /* Define to 1 if you have the '__fpurge' function. */
1934 #undef HAVE___FPURGE
1935
1936 /* Define to 1 if you have the '__freading' function. */
1937 #undef HAVE___FREADING
1938
1939 /* Define to 1 if you have the '__fsetlocking' function. */
1940 #undef HAVE___FSETLOCKING
1941
1942 /* Define to 1 if you have the `__secure_getenv' function. */
1943 #undef HAVE___SECURE_GETENV
1944
1945 /* Define to 1 if you have the '__xpg_strerror_r' function. */
1946 #undef HAVE___XPG_STRERROR_R
1947
1948 /* Define HOST_NAME_MAX when <limits.h> does not define it. */
1949 #undef HOST_NAME_MAX
1950
1951 /* path to ifconfig binary */
1952 #undef IFCONFIG_PATH
1953
1954 /* path to ip6tables binary */
1955 #undef IP6TABLES_PATH
1956
1957 /* path to iptables binary */
1958 #undef IPTABLES_PATH
1959
1960 /* path to ip binary */
1961 #undef IP_PATH
1962
1963 /* Define to 1 if isatty() may fail without setting errno. */
1964 #undef ISATTY_FAILS_WITHOUT_SETTING_ERRNO
1965
1966 /* Location of iscsiadm program */
1967 #undef ISCSIADM
1968
1969 /* Define as the bit index in the word where to find bit 0 of the exponent of
1970    'long double'. */
1971 #undef LDBL_EXPBIT0_BIT
1972
1973 /* Define as the word index where to find the exponent of 'long double'. */
1974 #undef LDBL_EXPBIT0_WORD
1975
1976 /* Define as the bit index in the word where to find the sign of 'long
1977    double'. */
1978 #undef LDBL_SIGNBIT_BIT
1979
1980 /* Define as the word index where to find the sign of 'long double'. */
1981 #undef LDBL_SIGNBIT_WORD
1982
1983 /* Define to 1 if lseek does not detect pipes. */
1984 #undef LSEEK_PIPE_BROKEN
1985
1986 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1987    slash. */
1988 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1989
1990 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1991    */
1992 #undef LT_OBJDIR
1993
1994 /* Location of lvchange program */
1995 #undef LVCHANGE
1996
1997 /* Location of lvcreate program */
1998 #undef LVCREATE
1999
2000 /* Location of lvremove program */
2001 #undef LVREMOVE
2002
2003 /* Location of lvs program */
2004 #undef LVS
2005
2006 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2007 #undef MALLOC_0_IS_NONNULL
2008
2009 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2010 #undef MAP_ANONYMOUS
2011
2012 /* Define if the mbrtowc function has the NULL pwc argument bug. */
2013 #undef MBRTOWC_NULL_ARG1_BUG
2014
2015 /* Define if the mbrtowc function has the NULL string argument bug. */
2016 #undef MBRTOWC_NULL_ARG2_BUG
2017
2018 /* Define if the mbrtowc function does not return 0 for a NUL character. */
2019 #undef MBRTOWC_NUL_RETVAL_BUG
2020
2021 /* Define if the mbrtowc function returns a wrong return value. */
2022 #undef MBRTOWC_RETVAL_BUG
2023
2024 /* Location or name of the mkfs program */
2025 #undef MKFS
2026
2027 /* Location or name of the modprobe program */
2028 #undef MODPROBE
2029
2030 /* Location or name of the mount program */
2031 #undef MOUNT
2032
2033 /* define to 1 if Linux kernel headers require a workaround to avoid
2034    compilation errors when mixed with glibc netinet headers */
2035 #undef NETINET_LINUX_WORKAROUND
2036
2037 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
2038 #undef NO_MINUS_C_MINUS_O
2039
2040 /* Location or name of the numad program */
2041 #undef NUMAD
2042
2043 /* Define to 1 if open() fails to recognize a trailing slash. */
2044 #undef OPEN_TRAILING_SLASH_BUG
2045
2046 /* Location or name of the ovs-vsctl program */
2047 #undef OVSVSCTL
2048
2049 /* Name of package */
2050 #undef PACKAGE
2051
2052 /* Extra package name */
2053 #undef PACKAGER
2054
2055 /* Extra package version */
2056 #undef PACKAGER_VERSION
2057
2058 /* Define to the address where bug reports for this package should be sent. */
2059 #undef PACKAGE_BUGREPORT
2060
2061 /* Define to the full name of this package. */
2062 #undef PACKAGE_NAME
2063
2064 /* Define to the full name and version of this package. */
2065 #undef PACKAGE_STRING
2066
2067 /* Define to the one symbol short name of this package. */
2068 #undef PACKAGE_TARNAME
2069
2070 /* Define to the home page for this package. */
2071 #undef PACKAGE_URL
2072
2073 /* Define to the version of this package. */
2074 #undef PACKAGE_VERSION
2075
2076 /* Location or name of the parted program */
2077 #undef PARTED
2078
2079 /* Location of pkcheck program */
2080 #undef PKCHECK_PATH
2081
2082 /* Pass uid to pkcheck */
2083 #undef PKCHECK_SUPPORTS_UID
2084
2085 /* Location of polkit-auth program */
2086 #undef POLKIT_AUTH
2087
2088 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2089 #undef PRI_MACROS_BROKEN
2090
2091 /* Define to the type that is the result of default argument promotions of
2092    type mode_t. */
2093 #undef PROMOTED_MODE_T
2094
2095 /* Define if the pthread_in_use() detection is hard. */
2096 #undef PTHREAD_IN_USE_DETECTION_HARD
2097
2098 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
2099    */
2100 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
2101
2102 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
2103 #undef PTHREAD_SIGMASK_INEFFECTIVE
2104
2105 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
2106 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
2107
2108 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2109    'ptrdiff_t'. */
2110 #undef PTRDIFF_T_SUFFIX
2111
2112 /* Location of pvcreate program */
2113 #undef PVCREATE
2114
2115 /* Location of pvremove program */
2116 #undef PVREMOVE
2117
2118 /* Location of pvs program */
2119 #undef PVS
2120
2121 /* QEMU group account */
2122 #undef QEMU_GROUP
2123
2124 /* QEMU user account */
2125 #undef QEMU_USER
2126
2127 /* Location or name of the radvd program */
2128 #undef RADVD
2129
2130 /* Define to 1 if readlink fails to recognize a trailing slash. */
2131 #undef READLINK_TRAILING_SLASH_BUG
2132
2133 /* Define to 1 if stat needs help when passed a directory name with a trailing
2134    slash */
2135 #undef REPLACE_FUNC_STAT_DIR
2136
2137 /* Define to 1 if stat needs help when passed a file name with a trailing
2138    slash */
2139 #undef REPLACE_FUNC_STAT_FILE
2140
2141 /* Define if nl_langinfo exists but is overridden by gnulib. */
2142 #undef REPLACE_NL_LANGINFO
2143
2144 /* Define to 1 if strerror(0) does not return a message implying success. */
2145 #undef REPLACE_STRERROR_0
2146
2147 /* Define if vasnprintf exists but is overridden by gnulib. */
2148 #undef REPLACE_VASNPRINTF
2149
2150 /* Location or name of the rmmod program */
2151 #undef RMMOD
2152
2153 /* Location or name of the scrub program (for wiping algorithms) */
2154 #undef SCRUB
2155
2156 /* SELinux mount point */
2157 #undef SELINUX_MOUNT
2158
2159 /* Location or name of the showmount program */
2160 #undef SHOWMOUNT
2161
2162 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2163    'sig_atomic_t'. */
2164 #undef SIG_ATOMIC_T_SUFFIX
2165
2166 /* The size of `long', as computed by sizeof. */
2167 #undef SIZEOF_LONG
2168
2169 /* Define as the maximum value of type 'size_t', if the system doesn't define
2170    it. */
2171 #ifndef SIZE_MAX
2172 # undef SIZE_MAX
2173 #endif
2174
2175 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2176    'size_t'. */
2177 #undef SIZE_T_SUFFIX
2178
2179 /* If using the C implementation of alloca, define if you know the
2180    direction of stack growth for your system; otherwise it will be
2181    automatically deduced at runtime.
2182         STACK_DIRECTION > 0 => grows toward higher addresses
2183         STACK_DIRECTION < 0 => grows toward lower addresses
2184         STACK_DIRECTION = 0 => direction of growth unknown */
2185 #undef STACK_DIRECTION
2186
2187 /* Define to 1 when performing static analysis. */
2188 #undef STATIC_ANALYSIS
2189
2190 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2191 #undef STAT_MACROS_BROKEN
2192
2193 /* Define to 1 if you have the ANSI C header files. */
2194 #undef STDC_HEADERS
2195
2196 /* Define to 1 if strerror_r returns char *. */
2197 #undef STRERROR_R_CHAR_P
2198
2199 /* Location or name of the tc program (see iproute2) */
2200 #undef TC
2201
2202 /* Whether malloc OOM checking is enabled */
2203 #undef TEST_OOM
2204
2205 /* Whether backtrace() is available */
2206 #undef TEST_OOM_TRACE
2207
2208 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2209    timespec. */
2210 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2211
2212 /* Location or name of the udevadm program */
2213 #undef UDEVADM
2214
2215 /* Location or name of the udevsettle program */
2216 #undef UDEVSETTLE
2217
2218 /* Location or name of the mount program */
2219 #undef UMOUNT
2220
2221 /* Define to the prefix of C symbols at the assembler and linker level, either
2222    an underscore or empty. */
2223 #undef USER_LABEL_PREFIX
2224
2225 /* Define if the POSIX multithreading library can be used. */
2226 #undef USE_POSIX_THREADS
2227
2228 /* Define if references to the POSIX multithreading library should be made
2229    weak. */
2230 #undef USE_POSIX_THREADS_WEAK
2231
2232 /* Define if the GNU Pth multithreading library can be used. */
2233 #undef USE_PTH_THREADS
2234
2235 /* Define if references to the GNU Pth multithreading library should be made
2236    weak. */
2237 #undef USE_PTH_THREADS_WEAK
2238
2239 /* Define if the old Solaris multithreading library can be used. */
2240 #undef USE_SOLARIS_THREADS
2241
2242 /* Define if references to the old Solaris multithreading library should be
2243    made weak. */
2244 #undef USE_SOLARIS_THREADS_WEAK
2245
2246 /* Enable extensions on AIX 3, Interix.  */
2247 #ifndef _ALL_SOURCE
2248 # undef _ALL_SOURCE
2249 #endif
2250 /* Enable general extensions on OS X.  */
2251 #ifndef _DARWIN_C_SOURCE
2252 # undef _DARWIN_C_SOURCE
2253 #endif
2254 /* Enable GNU extensions on systems that have them.  */
2255 #ifndef _GNU_SOURCE
2256 # undef _GNU_SOURCE
2257 #endif
2258 /* Enable threading extensions on Solaris.  */
2259 #ifndef _POSIX_PTHREAD_SEMANTICS
2260 # undef _POSIX_PTHREAD_SEMANTICS
2261 #endif
2262 /* Enable extensions on HP NonStop.  */
2263 #ifndef _TANDEM_SOURCE
2264 # undef _TANDEM_SOURCE
2265 #endif
2266 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2267    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2268    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2269 #ifndef _XOPEN_SOURCE
2270 # undef _XOPEN_SOURCE
2271 #endif
2272 /* Enable general extensions on Solaris.  */
2273 #ifndef __EXTENSIONS__
2274 # undef __EXTENSIONS__
2275 #endif
2276
2277
2278 /* Define if the native Windows multithreading API can be used. */
2279 #undef USE_WINDOWS_THREADS
2280
2281 /* Location of directory containing VirtualBox XPCOMC library */
2282 #undef VBOX_XPCOMC_DIR
2283
2284 /* Version number of package */
2285 #undef VERSION
2286
2287 /* Location of vgchange program */
2288 #undef VGCHANGE
2289
2290 /* Location of vgcreate program */
2291 #undef VGCREATE
2292
2293 /* Location of vgremove program */
2294 #undef VGREMOVE
2295
2296 /* Location of vgs program */
2297 #undef VGS
2298
2299 /* Location of vgscan program */
2300 #undef VGSCAN
2301
2302 /* Use GCC atomic ops */
2303 #undef VIR_ATOMIC_OPS_GCC
2304
2305 /* Use pthread atomic ops emulation */
2306 #undef VIR_ATOMIC_OPS_PTHREAD
2307
2308 /* Use Win32 atomic ops */
2309 #undef VIR_ATOMIC_OPS_WIN32
2310
2311 /* path to directory containing UUCP device lock files */
2312 #undef VIR_CHRDEV_LOCK_FILE_PATH
2313
2314 /* Define to empty or 'const' depending on how SELinux qualifies its security
2315    context parameters */
2316 #undef VIR_SELINUX_CTX_CONST
2317
2318 /* Define to the absolute path of a shell that does not truncate on <>
2319    redirection, if /bin/sh does not fit the bill */
2320 #undef VIR_WRAPPER_SHELL
2321
2322 /* Define to 1 if unsetenv returns void instead of int. */
2323 #undef VOID_UNSETENV
2324
2325 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2326    'wchar_t'. */
2327 #undef WCHAR_T_SUFFIX
2328
2329 /* Define if WSAStartup is needed. */
2330 #undef WINDOWS_SOCKETS
2331
2332 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2333    'wint_t'. */
2334 #undef WINT_T_SUFFIX
2335
2336 /* whether libapparmor is available */
2337 #undef WITH_APPARMOR
2338
2339 /* whether libattr is available */
2340 #undef WITH_ATTR
2341
2342 /* whether libaudit is available */
2343 #undef WITH_AUDIT
2344
2345 /* whether avahi-client >= 0.6.0 is available */
2346 #undef WITH_AVAHI
2347
2348 /* whether bhyve driver is enabled */
2349 #undef WITH_BHYVE
2350
2351 /* whether blkid >= 2.17 is available */
2352 #undef WITH_BLKID
2353
2354 /* whether bridge code is needed */
2355 #undef WITH_BRIDGE
2356
2357 /* whether libcap-ng is available */
2358 #undef WITH_CAPNG
2359
2360 /* whether libcurl >= 7.18.0 is available */
2361 #undef WITH_CURL
2362
2363 /* whether dbus-1 >= 1.0.0 is available */
2364 #undef WITH_DBUS
2365
2366 /* whether to build drivers as modules */
2367 #undef WITH_DRIVER_MODULES
2368
2369 /* whether DTrace static probes are available */
2370 #undef WITH_DTRACE_PROBES
2371
2372 /* whether ESX driver is enabled */
2373 #undef WITH_ESX
2374
2375 /* whether fuse >= 2.8.6 is available */
2376 #undef WITH_FUSE
2377
2378 /* whether glusterfs-api >= 3.4.1 is available */
2379 #undef WITH_GLUSTERFS
2380
2381 /* whether GNUTLS is available for encryption */
2382 #undef WITH_GNUTLS
2383
2384 /* set to 1 if it is known or assumed that GNUTLS uses gcrypt */
2385 #undef WITH_GNUTLS_GCRYPT
2386
2387 /* whether hal >= 0.5.0 is available */
2388 #undef WITH_HAL
2389
2390 /* whether Hyper-V driver is enabled */
2391 #undef WITH_HYPERV
2392
2393 /* whether the interface driver is enabled */
2394 #undef WITH_INTERFACE
2395
2396 /* whether libvirtd daemon is enabled */
2397 #undef WITH_LIBVIRTD
2398
2399 /* whether libxenlight driver is enabled */
2400 #undef WITH_LIBXL
2401
2402 /* whether LXC driver is enabled */
2403 #undef WITH_LXC
2404
2405 /* whether macvtap support is enabled */
2406 #undef WITH_MACVTAP
2407
2408 /* whether netcf >= 0.1.4 is available */
2409 #undef WITH_NETCF
2410
2411 /* whether network driver is enabled */
2412 #undef WITH_NETWORK
2413
2414 /* with node device driver */
2415 #undef WITH_NODE_DEVICES
2416
2417 /* whether libnuma is available */
2418 #undef WITH_NUMACTL
2419
2420 /* whether local network filter management driver is available */
2421 #undef WITH_NWFILTER
2422
2423 /* whether OpenVZ driver is enabled */
2424 #undef WITH_OPENVZ
2425
2426 /* whether openwsman >= 2.2.3 is available */
2427 #undef WITH_OPENWSMAN
2428
2429 /* whether Parallels driver is enabled */
2430 #undef WITH_PARALLELS
2431
2432 /* whether pciaccess >= 0.10.0 is available */
2433 #undef WITH_PCIACCESS
2434
2435 /* whether IBM HMC / IVM driver is enabled */
2436 #undef WITH_PHYP
2437
2438 /* whether to use pm-utils */
2439 #undef WITH_PM_UTILS
2440
2441 /* use PolicyKit for UNIX socket access checks */
2442 #undef WITH_POLKIT
2443
2444 /* use PolicyKit for UNIX socket access checks */
2445 #undef WITH_POLKIT0
2446
2447 /* use PolicyKit for UNIX socket access checks */
2448 #undef WITH_POLKIT1
2449
2450 /* whether QEMU driver is enabled */
2451 #undef WITH_QEMU
2452
2453 /* whether libreadline is available */
2454 #undef WITH_READLINE
2455
2456 /* whether Remote driver is enabled */
2457 #undef WITH_REMOTE
2458
2459 /* whether building for the RHEL-5 API */
2460 #undef WITH_RHEL5_API
2461
2462 /* whether libsanlock_client is available */
2463 #undef WITH_SANLOCK
2464
2465 /* whether libsasl2 is available */
2466 #undef WITH_SASL
2467
2468 /* whether libsasl2 is available */
2469 #undef WITH_SASL1
2470
2471 /* whether AppArmor security driver is available */
2472 #undef WITH_SECDRIVER_APPARMOR
2473
2474 /* whether SELinux security driver is available */
2475 #undef WITH_SECDRIVER_SELINUX
2476
2477 /* whether local secrets management driver is available */
2478 #undef WITH_SECRETS
2479
2480 /* whether libselinux is available */
2481 #undef WITH_SELINUX
2482
2483 /* whether libssh2 >= 1.3 is available */
2484 #undef WITH_SSH2
2485
2486 /* Define to 1 if at least one storage backend is in use */
2487 #undef WITH_STORAGE
2488
2489 /* whether directory backend for storage driver is enabled */
2490 #undef WITH_STORAGE_DIR
2491
2492 /* whether Disk backend for storage driver is enabled */
2493 #undef WITH_STORAGE_DISK
2494
2495 /* whether FS backend for storage driver is enabled */
2496 #undef WITH_STORAGE_FS
2497
2498 /* whether Gluster backend for storage driver is enabled */
2499 #undef WITH_STORAGE_GLUSTER
2500
2501 /* whether iSCSI backend for storage driver is enabled */
2502 #undef WITH_STORAGE_ISCSI
2503
2504 /* whether LVM backend for storage driver is enabled */
2505 #undef WITH_STORAGE_LVM
2506
2507 /* whether mpath backend for storage driver is enabled */
2508 #undef WITH_STORAGE_MPATH
2509
2510 /* whether RBD backend for storage driver is enabled */
2511 #undef WITH_STORAGE_RBD
2512
2513 /* whether SCSI backend for storage driver is enabled */
2514 #undef WITH_STORAGE_SCSI
2515
2516 /* whether Sheepdog backend for storage driver is enabled */
2517 #undef WITH_STORAGE_SHEEPDOG
2518
2519 /* whether libsystemd-daemon >= 0.27.1 is available */
2520 #undef WITH_SYSTEMD_DAEMON
2521
2522 /* whether Test driver is enabled */
2523 #undef WITH_TEST
2524
2525 /* whether libudev >= 145 is available */
2526 #undef WITH_UDEV
2527
2528 /* whether UML driver is enabled */
2529 #undef WITH_UML
2530
2531 /* whether VirtualBox driver is enabled */
2532 #undef WITH_VBOX
2533
2534 /* whether vsi vepa support is enabled */
2535 #undef WITH_VIRTUALPORT
2536
2537 /* whether VMware driver is enabled */
2538 #undef WITH_VMWARE
2539
2540 /* whether VMware VMX config handling is enabled */
2541 #undef WITH_VMX
2542
2543 /* whether Xen driver is enabled */
2544 #undef WITH_XEN
2545
2546 /* whether XenAPI driver is enabled */
2547 #undef WITH_XENAPI
2548
2549 /* whether Xen inotify sub-driver is enabled */
2550 #undef WITH_XEN_INOTIFY
2551
2552 /* whether libyajl is available */
2553 #undef WITH_YAJL
2554
2555 /* whether libyajl is available */
2556 #undef WITH_YAJL2
2557
2558 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2559    significant byte first (like Motorola and SPARC, unlike Intel). */
2560 #if defined AC_APPLE_UNIVERSAL_BUILD
2561 # if defined __BIG_ENDIAN__
2562 #  define WORDS_BIGENDIAN 1
2563 # endif
2564 #else
2565 # ifndef WORDS_BIGENDIAN
2566 #  undef WORDS_BIGENDIAN
2567 # endif
2568 #endif
2569
2570 /* Define to 1 if gcc supports pragma push/pop */
2571 #undef WORKING_PRAGMA_PUSH
2572
2573 /* Enable large inode numbers on Mac OS X 10.5. */
2574 #undef _DARWIN_USE_64_BIT_INODE
2575
2576 /* Number of bits in a file offset, on hosts where this is settable. */
2577 #undef _FILE_OFFSET_BITS
2578
2579 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2580    stat.st_size becomes 64-bit. */
2581 #undef _GL_WINDOWS_64_BIT_ST_SIZE
2582
2583 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2584 #undef _LARGEFILE_SOURCE
2585
2586 /* Define for large files, on AIX-style hosts. */
2587 #undef _LARGE_FILES
2588
2589 /* Define to 1 on Solaris. */
2590 #undef _LCONV_C99
2591
2592 /* Define in order to get some macros on AIX systems. */
2593 #undef _LINUX_SOURCE_COMPAT
2594
2595 /* Define to 1 if on MINIX. */
2596 #undef _MINIX
2597
2598 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2599 #undef _NETBSD_SOURCE
2600
2601 /* The _Noreturn keyword of C11.  */
2602 #if ! (defined _Noreturn \
2603        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2604 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2605       || 0x5110 <= __SUNPRO_C)
2606 #  define _Noreturn __attribute__ ((__noreturn__))
2607 # elif defined _MSC_VER && 1200 <= _MSC_VER
2608 #  define _Noreturn __declspec (noreturn)
2609 # else
2610 #  define _Noreturn
2611 # endif
2612 #endif
2613
2614
2615 /* Define to 2 if the system does not provide POSIX.1 features except with
2616    this defined. */
2617 #undef _POSIX_1_SOURCE
2618
2619 /* Define to 1 in order to get the POSIX compatible declarations of socket
2620    functions. */
2621 #undef _POSIX_PII_SOCKET
2622
2623 /* Define to 1 if you need to in order for 'stat' and other things to work. */
2624 #undef _POSIX_SOURCE
2625
2626 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2627    overrides <limits.h>'s RE_DUP_MAX. */
2628 #undef _REGEX_INCLUDE_LIMITS_H
2629
2630 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2631 #undef _REGEX_LARGE_OFFSETS
2632
2633 /* Define as a replacement for the ISO C99 __func__ variable. */
2634 #undef __func__
2635
2636 /* Hack to avoid symbol clash */
2637 #undef base64_encode
2638
2639 /* Hack to avoid symbol clash */
2640 #undef base64_encode_alloc
2641
2642 /* Please see the Gnulib manual for how to use these macros.
2643
2644    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2645    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2646
2647    Suppress extern inline with Sun C in standards-conformance mode, as it
2648    mishandles inline functions that call each other.  E.g., for 'inline void f
2649    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2650    'reference to static identifier "f" in extern inline function'.
2651    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2652
2653    Suppress the use of extern inline on problematic Apple configurations.
2654    OS X 10.8 and earlier mishandle it; see, e.g.,
2655    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2656    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2657    for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2658    Perhaps Apple will fix this some day.  */
2659 #if (defined __APPLE__ \
2660      && (defined __header_inline \
2661          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2662             && ! defined __clang__) \
2663          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2664              && (defined __GNUC__ || defined __cplusplus)) \
2665             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2666                 && defined __GNUC__ && ! defined __cplusplus))))
2667 # define _GL_EXTERN_INLINE_APPLE_BUG
2668 #endif
2669 #if ((__GNUC__ \
2670       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2671       : (199901L <= __STDC_VERSION__ \
2672          && !defined __HP_cc \
2673          && !(defined __SUNPRO_C && __STDC__))) \
2674      && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2675 # define _GL_INLINE inline
2676 # define _GL_EXTERN_INLINE extern inline
2677 # define _GL_EXTERN_INLINE_IN_USE
2678 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2679        && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2680 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2681    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2682 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2683 # else
2684 #  define _GL_INLINE extern inline
2685 # endif
2686 # define _GL_EXTERN_INLINE extern
2687 # define _GL_EXTERN_INLINE_IN_USE
2688 #else
2689 # define _GL_INLINE static _GL_UNUSED
2690 # define _GL_EXTERN_INLINE static _GL_UNUSED
2691 #endif
2692
2693 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2694 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2695 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2696 # else
2697 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2698      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2699 # endif
2700   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2701      and "no previous declaration for 'FOO'"  diagnostics,
2702      when FOO is an inline function in the header; see
2703      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
2704 # define _GL_INLINE_HEADER_BEGIN \
2705     _Pragma ("GCC diagnostic push") \
2706     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2707     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2708     _GL_INLINE_HEADER_CONST_PRAGMA
2709 # define _GL_INLINE_HEADER_END \
2710     _Pragma ("GCC diagnostic pop")
2711 #else
2712 # define _GL_INLINE_HEADER_BEGIN
2713 # define _GL_INLINE_HEADER_END
2714 #endif
2715
2716 /* Define to a replacement function name for fnmatch(). */
2717 #undef fnmatch
2718
2719 /* Define to `int' if <sys/types.h> doesn't define. */
2720 #undef gid_t
2721
2722 /* A replacement for va_copy, if needed.  */
2723 #define gl_va_copy(a,b) ((a) = (b))
2724
2725 /* Define to `__inline__' or `__inline' if that's what the C compiler
2726    calls it, or to nothing if 'inline' is not supported under any name.  */
2727 #ifndef __cplusplus
2728 #undef inline
2729 #endif
2730
2731 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2732 #undef intmax_t
2733
2734 /* Hack to avoid symbol clash */
2735 #undef isbase64
2736
2737 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2738    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2739    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2740    __APPLE__ && __MACH__ test for Mac OS X.
2741    __APPLE_CC__ tests for the Apple compiler and its version.
2742    __STDC_VERSION__ tests for the C99 mode.  */
2743 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2744 # define __GNUC_STDC_INLINE__ 1
2745 #endif
2746
2747 /* Define to 1 if the compiler is checking for lint. */
2748 #undef lint
2749
2750 /* Define to a type if <wchar.h> does not define. */
2751 #undef mbstate_t
2752
2753 /* Define to the real name of the mktime_internal function. */
2754 #undef mktime_internal
2755
2756 /* Define to `int' if <sys/types.h> does not define. */
2757 #undef mode_t
2758
2759 /* Define to the type of st_nlink in struct stat, or a supertype. */
2760 #undef nlink_t
2761
2762 /* Define to `int' if <sys/types.h> does not define. */
2763 #undef pid_t
2764
2765 /* Define as the type of the result of subtracting two pointers, if the system
2766    doesn't define it. */
2767 #undef ptrdiff_t
2768
2769 /* Define to rpl_re_comp if the replacement should be used. */
2770 #undef re_comp
2771
2772 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2773 #undef re_compile_fastmap
2774
2775 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2776 #undef re_compile_pattern
2777
2778 /* Define to rpl_re_exec if the replacement should be used. */
2779 #undef re_exec
2780
2781 /* Define to rpl_re_match if the replacement should be used. */
2782 #undef re_match
2783
2784 /* Define to rpl_re_match_2 if the replacement should be used. */
2785 #undef re_match_2
2786
2787 /* Define to rpl_re_search if the replacement should be used. */
2788 #undef re_search
2789
2790 /* Define to rpl_re_search_2 if the replacement should be used. */
2791 #undef re_search_2
2792
2793 /* Define to rpl_re_set_registers if the replacement should be used. */
2794 #undef re_set_registers
2795
2796 /* Define to rpl_re_set_syntax if the replacement should be used. */
2797 #undef re_set_syntax
2798
2799 /* Define to rpl_re_syntax_options if the replacement should be used. */
2800 #undef re_syntax_options
2801
2802 /* Define to rpl_regcomp if the replacement should be used. */
2803 #undef regcomp
2804
2805 /* Define to rpl_regerror if the replacement should be used. */
2806 #undef regerror
2807
2808 /* Define to rpl_regexec if the replacement should be used. */
2809 #undef regexec
2810
2811 /* Define to rpl_regfree if the replacement should be used. */
2812 #undef regfree
2813
2814 /* Define to the equivalent of the C99 'restrict' keyword, or to
2815    nothing if this is not supported.  Do not define if restrict is
2816    supported directly.  */
2817 #undef restrict
2818 /* Work around a bug in Sun C++: it does not support _Restrict or
2819    __restrict__, even though the corresponding Sun C compiler ends up with
2820    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2821    previous line.  Perhaps some future version of Sun C++ will work with
2822    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2823 #if defined __SUNPRO_CC && !defined __RESTRICT
2824 # define _Restrict
2825 # define __restrict__
2826 #endif
2827
2828 /* Define as an integer type suitable for memory locations that can be
2829    accessed atomically even in the presence of asynchronous signals. */
2830 #undef sig_atomic_t
2831
2832 /* Define to `unsigned int' if <sys/types.h> does not define. */
2833 #undef size_t
2834
2835 /* type to use in place of socklen_t if not defined */
2836 #undef socklen_t
2837
2838 /* Define as a signed type of the same size and rank as size_t. */
2839 #undef ssize_t
2840
2841 /* Define to `int' if <sys/types.h> doesn't define. */
2842 #undef uid_t
2843
2844 /* Define as a marker that can be attached to declarations that might not
2845     be used.  This helps to reduce warnings, such as from
2846     GCC -Wunused-parameter.  */
2847 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2848 # define _GL_UNUSED __attribute__ ((__unused__))
2849 #else
2850 # define _GL_UNUSED
2851 #endif
2852 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2853    is a misnomer outside of parameter lists.  */
2854 #define _UNUSED_PARAMETER_ _GL_UNUSED
2855
2856 /* The __pure__ attribute was added in gcc 2.96.  */
2857 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2858 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2859 #else
2860 # define _GL_ATTRIBUTE_PURE /* empty */
2861 #endif
2862
2863 /* The __const__ attribute was added in gcc 2.95.  */
2864 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2865 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2866 #else
2867 # define _GL_ATTRIBUTE_CONST /* empty */
2868 #endif
2869
2870
2871 /* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
2872 #undef useconds_t
2873
2874 /* Define as a macro for copying va_list variables. */
2875 #undef va_copy
2876
2877 #include <config-post.h>