Imported Upstream version 3.2.0
[debian/amanda] / config / config.h.in
1 /* config/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4    platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define if building universal (internal helper macro) */
8 #undef AC_APPLE_UNIVERSAL_BUILD
9
10 /* Is DUMP the AIX program 'backup'? */
11 #undef AIX_BACKUP
12
13 /* Location of Amanda directories and files. */
14 #undef AMANDA_DBGDIR
15
16 /* Number of days to keep debugging files. */
17 #undef AMANDA_DEBUG_DAYS
18
19 /* The name for the Amanda service. */
20 #undef AMANDA_SERVICE_NAME
21
22 /* The directory in which Amanda should create temporary files. */
23 #undef AMANDA_TMPDIR
24
25 /* Directory in which dumper interfaces should be installed and searched. */
26 #undef APPLICATION_DIR
27
28 /* Define if you want assertion checking. */
29 #undef ASSERTIONS
30
31 /* Define as the user who owns installed binaries. */
32 #undef BINARY_OWNER
33
34 /* Define to the number of bits in type 'ptrdiff_t'. */
35 #undef BITSIZEOF_PTRDIFF_T
36
37 /* Define to the number of bits in type 'sig_atomic_t'. */
38 #undef BITSIZEOF_SIG_ATOMIC_T
39
40 /* Define to the number of bits in type 'size_t'. */
41 #undef BITSIZEOF_SIZE_T
42
43 /* Define to the number of bits in type 'wchar_t'. */
44 #undef BITSIZEOF_WCHAR_T
45
46 /* Define to the number of bits in type 'wint_t'. */
47 #undef BITSIZEOF_WINT_T
48
49 /* Define if BSDTCP transport should be enabled. */
50 #undef BSDTCP_SECURITY
51
52 /* Define if BSDUDP transport should be enabled. */
53 #undef BSDUDP_SECURITY
54
55 /* Define to use BSD .rhosts/.amandahosts security. */
56 #undef BSD_SECURITY
57
58 /* Define to force to another user on client machines. */
59 #undef CHECK_USERID
60
61 /* Define as a the user to force to on client machines. */
62 #undef CLIENT_LOGIN
63
64 /* Define to 1 if the `closedir' function returns void instead of `int'. */
65 #undef CLOSEDIR_VOID
66
67 /* Define as the command line option for best compression. */
68 #undef COMPRESS_BEST_OPT
69
70 /* Define as the command line option for fast compression. */
71 #undef COMPRESS_FAST_OPT
72
73 /* Define to the exact path to the gzip or the compress program. */
74 #undef COMPRESS_PATH
75
76 /* Define to the suffix for the COMPRESS_PATH compression program. */
77 #undef COMPRESS_SUFFIX
78
79 /* The directory in which configuration directories should be created. */
80 #undef CONFIG_DIR
81
82 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
83    systems. This function is required for `alloca.c' support on those systems.
84    */
85 #undef CRAY_STACKSEG_END
86
87 /* Define to 1 if using `alloca.c'. */
88 #undef C_ALLOCA
89
90 /* Default location for 'amandates' */
91 #undef DEFAULT_AMANDATES_FILE
92
93 /* This is the default Amanda configuration. */
94 #undef DEFAULT_CONFIG
95
96 /* Define if a FSF is needed on filemark. */
97 #undef DEFAULT_FSF_AFTER_FILEMARK
98
99 /* A program that understands -s "subject" user < message_file */
100 #undef DEFAULT_MAILER
101
102 /* This is the default Amanda index server. */
103 #undef DEFAULT_SERVER
104
105 /* This is the default no-rewinding tape device. */
106 #undef DEFAULT_TAPE_DEVICE
107
108 /* Define if open of tape device require O_NONBLOCK */
109 #undef DEFAULT_TAPE_NON_BLOCKING_OPEN
110
111 /* This is the default restoring Amanda tape server. */
112 #undef DEFAULT_TAPE_SERVER
113
114 /* Define as the prefix for disk devices, commonly /dev/ or /dev/dsk/ */
115 #undef DEV_PREFIX
116
117 /* Define the location of the ufsdump, backup, or dump program. */
118 #undef DUMP
119
120 /* Define if dumper should buffer the sockets for faster throughput. */
121 #undef DUMPER_SOCKET_BUFFERING
122
123 /* Define this if this system's dump exits with 1 as a success code. */
124 #undef DUMP_RETURNS_1
125
126 /* Define to 1 if translation of program messages to the user's native
127    language is requested. */
128 #undef ENABLE_NLS
129
130 /* Define on systems for which file names may have a so-called `drive letter'
131    prefix, define this to compute the length of that prefix, including the
132    colon. */
133 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
134
135 /* Define if the backslash character may also serve as a file name component
136    separator. */
137 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
138
139 /* Define if a drive letter prefix denotes a relative path if it is not
140    followed by a file name component separator. */
141 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
142
143 /* Define to 1 if the system's ftello function has the Solaris bug. */
144 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
145
146 /* Define to 1 if the `getpgrp' function requires zero arguments. */
147 #undef GETPGRP_VOID
148
149 /* Define if gettimeofday clobbers the localtime buffer. */
150 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
151
152 /* Define this to 'void' or 'struct timezone' to match the system's
153    declaration of the second argument to gettimeofday. */
154 #undef GETTIMEOFDAY_TIMEZONE
155
156 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
157    whether the gnulib module malloc-gnu shall be considered present. */
158 #undef GNULIB_MALLOC_GNU
159
160 /* Define to 1 when the gnulib module btowc should be tested. */
161 #undef GNULIB_TEST_BTOWC
162
163 /* Define to 1 when the gnulib module environ should be tested. */
164 #undef GNULIB_TEST_ENVIRON
165
166 /* Define to 1 when the gnulib module fseeko should be tested. */
167 #undef GNULIB_TEST_FSEEKO
168
169 /* Define to 1 when the gnulib module ftello should be tested. */
170 #undef GNULIB_TEST_FTELLO
171
172 /* Define to 1 when the gnulib module ftruncate should be tested. */
173 #undef GNULIB_TEST_FTRUNCATE
174
175 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
176 #undef GNULIB_TEST_GETOPT_GNU
177
178 /* Define to 1 when the gnulib module gettimeofday should be tested. */
179 #undef GNULIB_TEST_GETTIMEOFDAY
180
181 /* Define to 1 when the gnulib module lseek should be tested. */
182 #undef GNULIB_TEST_LSEEK
183
184 /* Define to 1 when the gnulib module lstat should be tested. */
185 #undef GNULIB_TEST_LSTAT
186
187 /* Define to 1 when the gnulib module malloc-posix should be tested. */
188 #undef GNULIB_TEST_MALLOC_POSIX
189
190 /* Define to 1 when the gnulib module mbrtowc should be tested. */
191 #undef GNULIB_TEST_MBRTOWC
192
193 /* Define to 1 when the gnulib module mbsinit should be tested. */
194 #undef GNULIB_TEST_MBSINIT
195
196 /* Define to 1 when the gnulib module memchr should be tested. */
197 #undef GNULIB_TEST_MEMCHR
198
199 /* Define to 1 when the gnulib module mkdtemp should be tested. */
200 #undef GNULIB_TEST_MKDTEMP
201
202 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
203 #undef GNULIB_TEST_NL_LANGINFO
204
205 /* Define to 1 when the gnulib module snprintf should be tested. */
206 #undef GNULIB_TEST_SNPRINTF
207
208 /* Define to 1 when the gnulib module stat should be tested. */
209 #undef GNULIB_TEST_STAT
210
211 /* Define to 1 when the gnulib module wcrtomb should be tested. */
212 #undef GNULIB_TEST_WCRTOMB
213
214 /* Define to 1 when the gnulib module write should be tested. */
215 #undef GNULIB_TEST_WRITE
216
217 /* Location of the GNU 'tar' binary */
218 #undef GNUTAR
219
220 /* The directory in which GNU tar should store directory lists for
221    incrementals. */
222 #undef GNUTAR_LISTED_INCREMENTAL_DIR
223
224 /* Define the location of the grep program. */
225 #undef GREP
226
227 /* Define to 1 if you have the `accept' function. */
228 #undef HAVE_ACCEPT
229
230 /* Define if accept is declared. */
231 #undef HAVE_ACCEPT_DECL
232
233 /* Define to 1 if you have `alloca', as a function or macro. */
234 #undef HAVE_ALLOCA
235
236 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
237    */
238 #undef HAVE_ALLOCA_H
239
240 /* Define to 1 if you have the "amanda.h" header file. */
241 #undef HAVE_AMANDA_H
242
243 /* Define to 1 if you have the <arpa/inet.h> header file. */
244 #undef HAVE_ARPA_INET_H
245
246 /* Define to 1 if you have the `atexit' function. */
247 #undef HAVE_ATEXIT
248
249 /* Define to 1 if you have the `atof' function. */
250 #undef HAVE_ATOF
251
252 /* Define if atof is declared. */
253 #undef HAVE_ATOF_DECL
254
255 /* Define to 1 if you have the `atol' function. */
256 #undef HAVE_ATOL
257
258 /* Define to 1 if you have the `atoll' function. */
259 #undef HAVE_ATOLL
260
261 /* Define if atoll is declared. */
262 #undef HAVE_ATOLL_DECL
263
264 /* Define if atol is declared. */
265 #undef HAVE_ATOL_DECL
266
267 /* Define to 1 if you have the `basename' function. */
268 #undef HAVE_BASENAME
269
270 /* Define to 1 if you have the `bcopy' function. */
271 #undef HAVE_BCOPY
272
273 /* Define if bcopy is declared. */
274 #undef HAVE_BCOPY_DECL
275
276 /* Define to 1 if you have the `bind' function. */
277 #undef HAVE_BIND
278
279 /* Define if bind is declared. */
280 #undef HAVE_BIND_DECL
281
282 /* Define to 1 if you have the <bp-sym.h> header file. */
283 #undef HAVE_BP_SYM_H
284
285 /* Define to 1 if you have the `btowc' function. */
286 #undef HAVE_BTOWC
287
288 /* Define to 1 if you have the `bzero' function. */
289 #undef HAVE_BZERO
290
291 /* Define if bzero is declared. */
292 #undef HAVE_BZERO_DECL
293
294 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
295    CoreFoundation framework. */
296 #undef HAVE_CFLOCALECOPYCURRENT
297
298 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
299    the CoreFoundation framework. */
300 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
301
302 /* Define to 1 if you have the `chsize' function. */
303 #undef HAVE_CHSIZE
304
305 /* Define to 1 if you have the `closelog' function. */
306 #undef HAVE_CLOSELOG
307
308 /* Define if closelog is declared. */
309 #undef HAVE_CLOSELOG_DECL
310
311 /* Define to 1 if you have the `connect' function. */
312 #undef HAVE_CONNECT
313
314 /* Define if connect is declared. */
315 #undef HAVE_CONNECT_DECL
316
317 /* Define to 1 if you have the <crypto/hmac.h> header file. */
318 #undef HAVE_CRYPTO_HMAC_H
319
320 /* Define if the GNU dcgettext() function is already present or preinstalled.
321    */
322 #undef HAVE_DCGETTEXT
323
324 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
325    don't. */
326 #undef HAVE_DECL_FREEADDRINFO
327
328 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
329    don't. */
330 #undef HAVE_DECL_GAI_STRERROR
331
332 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
333    don't. */
334 #undef HAVE_DECL_GETADDRINFO
335
336 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
337    don't. */
338 #undef HAVE_DECL_GETC_UNLOCKED
339
340 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
341    */
342 #undef HAVE_DECL_GETENV
343
344 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
345    don't. */
346 #undef HAVE_DECL_GETNAMEINFO
347
348 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
349    don't. */
350 #undef HAVE_DECL_GETOPT_CLIP
351
352 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
353    don't. */
354 #undef HAVE_DECL_INET_NTOP
355
356 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
357    don't. */
358 #undef HAVE_DECL_INET_PTON
359
360 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
361    don't. */
362 #undef HAVE_DECL_ISBLANK
363
364 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
365    don't. */
366 #undef HAVE_DECL_ISWBLANK
367
368 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
369    don't. */
370 #undef HAVE_DECL_OPTRESET
371
372 /* Define to 1 if you have the declaration of `readdir', and to 0 if you
373    don't. */
374 #undef HAVE_DECL_READDIR
375
376 /* Define to 1 if you have the declaration of `readdir64', and to 0 if you
377    don't. */
378 #undef HAVE_DECL_READDIR64
379
380 /* Define to 1 if you have the declaration of `readdir64_r', and to 0 if you
381    don't. */
382 #undef HAVE_DECL_READDIR64_R
383
384 /* Define to 1 if you have the declaration of `readdir_r', and to 0 if you
385    don't. */
386 #undef HAVE_DECL_READDIR_R
387
388 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
389    don't. */
390 #undef HAVE_DECL_SNPRINTF
391
392 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
393    don't. */
394 #undef HAVE_DECL__SNPRINTF
395
396 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
397    */
398 #undef HAVE_DIRENT_H
399
400 /* Define to 1 if you have the <dlfcn.h> header file. */
401 #undef HAVE_DLFCN_H
402
403 /* Define to the string that enables dump estimates. */
404 #undef HAVE_DUMP_ESTIMATE
405
406 /* Define to 1 if you have the <dustat.h> header file. */
407 #undef HAVE_DUSTAT_H
408
409 /* Define to 1 if you have the `endmntent' function. */
410 #undef HAVE_ENDMNTENT
411
412 /* Define if you have the declaration of environ. */
413 #undef HAVE_ENVIRON_DECL
414
415 /* Define to 1 if you have the <errno.h> header file. */
416 #undef HAVE_ERRNO_H
417
418 /* Define to 1 if you have the `fclose' function. */
419 #undef HAVE_FCLOSE
420
421 /* Define if fclose is declared. */
422 #undef HAVE_FCLOSE_DECL
423
424 /* Define to 1 if you have the <fcntl.h> header file. */
425 #undef HAVE_FCNTL_H
426
427 /* Define to 1 if you have the `fflush' function. */
428 #undef HAVE_FFLUSH
429
430 /* Define if fflush is declared. */
431 #undef HAVE_FFLUSH_DECL
432
433 /* Define to 1 if you have the <float.h> header file. */
434 #undef HAVE_FLOAT_H
435
436 /* Define to 1 if you have the `fprintf' function. */
437 #undef HAVE_FPRINTF
438
439 /* Define if fprintf is declared. */
440 #undef HAVE_FPRINTF_DECL
441
442 /* Define to 1 if you have the `fputc' function. */
443 #undef HAVE_FPUTC
444
445 /* Define if fputc is declared. */
446 #undef HAVE_FPUTC_DECL
447
448 /* Define to 1 if you have the `fputs' function. */
449 #undef HAVE_FPUTS
450
451 /* Define if fputs is declared. */
452 #undef HAVE_FPUTS_DECL
453
454 /* Define to 1 if you have the `fread' function. */
455 #undef HAVE_FREAD
456
457 /* Define if fread is declared. */
458 #undef HAVE_FREAD_DECL
459
460 /* Define to 1 if you have the `fseek' function. */
461 #undef HAVE_FSEEK
462
463 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
464 #undef HAVE_FSEEKO
465
466 /* Define if fseek is declared. */
467 #undef HAVE_FSEEK_DECL
468
469 /* Define to 1 if you have the <fstab.h> header file. */
470 #undef HAVE_FSTAB_H
471
472 /* Define to 1 if you have the `ftruncate' function. */
473 #undef HAVE_FTRUNCATE
474
475 /* Define to 1 if you have the `fwrite' function. */
476 #undef HAVE_FWRITE
477
478 /* Define if fwrite is declared. */
479 #undef HAVE_FWRITE_DECL
480
481 /* Define to 1 if you have the `getgrgid_r' function. */
482 #undef HAVE_GETGRGID_R
483
484 /* Define to 1 if you have the `gethostbyname' function. */
485 #undef HAVE_GETHOSTBYNAME
486
487 /* Define to 1 if you have the `gethostname' function. */
488 #undef HAVE_GETHOSTNAME
489
490 /* Define if gethostname is declared. */
491 #undef HAVE_GETHOSTNAME_DECL
492
493 /* Define to 1 if you have the `getopt' function. */
494 #undef HAVE_GETOPT
495
496 /* Define if getopt is declared. */
497 #undef HAVE_GETOPT_DECL
498
499 /* Define to 1 if you have the <getopt.h> header file. */
500 #undef HAVE_GETOPT_H
501
502 /* Define to 1 if you have the `getopt_long_only' function. */
503 #undef HAVE_GETOPT_LONG_ONLY
504
505 /* Define to 1 if you have the `getpeername' function. */
506 #undef HAVE_GETPEERNAME
507
508 /* Define if getpeername is declared. */
509 #undef HAVE_GETPEERNAME_DECL
510
511 /* Define to 1 if you have the `getpwuid_r' function. */
512 #undef HAVE_GETPWUID_R
513
514 /* Define to 1 if you have the `getservbyname' function. */
515 #undef HAVE_GETSERVBYNAME
516
517 /* Define to 1 if you have the `getsockname' function. */
518 #undef HAVE_GETSOCKNAME
519
520 /* Define if getsockname is declared. */
521 #undef HAVE_GETSOCKNAME_DECL
522
523 /* Define to 1 if you have the `getsockopt' function. */
524 #undef HAVE_GETSOCKOPT
525
526 /* Define if getsockopt is declared. */
527 #undef HAVE_GETSOCKOPT_DECL
528
529 /* Define to 1 if you have the `getsysinfo' function. */
530 #undef HAVE_GETSYSINFO
531
532 /* Define if the GNU gettext() function is already present or preinstalled. */
533 #undef HAVE_GETTEXT
534
535 /* Define to 1 if you have the `gettimeofday' function. */
536 #undef HAVE_GETTIMEOFDAY
537
538 /* Define this if glibc's backtrace functionality (execinfo.h) is present */
539 #undef HAVE_GLIBC_BACKTRACE
540
541 /* Define to 1 if you have the <grp.h> header file. */
542 #undef HAVE_GRP_H
543
544 /* Define if Amanda is using the gzip program. */
545 #undef HAVE_GZIP
546
547 /* Define to 1 if you have the <history.h> header file. */
548 #undef HAVE_HISTORY_H
549
550 /* Define to 1 if you have the <hmac.h> header file. */
551 #undef HAVE_HMAC_H
552
553 /* Define this if dump accepts -h for honoring nodump. */
554 #undef HAVE_HONOR_NODUMP
555
556 /* Define if you have the iconv() function. */
557 #undef HAVE_ICONV
558
559 /* Define to 1 if you have the `inet_ntop' function. */
560 #undef HAVE_INET_NTOP
561
562 /* Define to 1 if you have the `inet_pton' function. */
563 #undef HAVE_INET_PTON
564
565 /* Define to 1 if you have the `initgroups' function. */
566 #undef HAVE_INITGROUPS
567
568 /* Define if initgroups is declared. */
569 #undef HAVE_INITGROUPS_DECL
570
571 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
572 #undef HAVE_INTMAX_T
573
574 /* Define to 1 if you have the <inttypes.h> header file. */
575 #undef HAVE_INTTYPES_H
576
577 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
578    declares uintmax_t. */
579 #undef HAVE_INTTYPES_H_WITH_UINTMAX
580
581 /* Define to 1 if you have the `ioctl' function. */
582 #undef HAVE_IOCTL
583
584 /* Define if ioctl is declared. */
585 #undef HAVE_IOCTL_DECL
586
587 /* Define to 1 if <sys/socket.h> defines AF_INET. */
588 #undef HAVE_IPV4
589
590 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
591 #undef HAVE_IPV6
592
593 /* Define to 1 if you have the `isblank' function. */
594 #undef HAVE_ISBLANK
595
596 /* Define to 1 if you have the `isnormal' function. */
597 #undef HAVE_ISNORMAL
598
599 /* Define if isnormal is declared. */
600 #undef HAVE_ISNORMAL_DECL
601
602 /* Define to 1 if you have the `iswblank' function. */
603 #undef HAVE_ISWBLANK
604
605 /* Define to 1 if you have the `iswcntrl' function. */
606 #undef HAVE_ISWCNTRL
607
608 /* Define to 1 if you have the `iswctype' function. */
609 #undef HAVE_ISWCTYPE
610
611 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
612 #undef HAVE_LANGINFO_CODESET
613
614 /* Define to 1 if you have the <langinfo.h> header file. */
615 #undef HAVE_LANGINFO_H
616
617 /* Define to 1 if you have the `crypto' library (-lcrypto). */
618 #undef HAVE_LIBCRYPTO
619
620 /* Define to 1 if you have a functional curl library. */
621 #undef HAVE_LIBCURL
622
623 /* Define to 1 if you have the `cur_colr' library (-lcur_colr). */
624 #undef HAVE_LIBCUR_COLR
625
626 /* Define to 1 if you have the <libc.h> header file. */
627 #undef HAVE_LIBC_H
628
629 /* Define to 1 if you have the <libgen.h> header file. */
630 #undef HAVE_LIBGEN_H
631
632 /* Define to 1 if you have the `intl' library (-lintl). */
633 #undef HAVE_LIBINTL
634
635 /* Define to 1 if you have the <libintl.h> header file. */
636 #undef HAVE_LIBINTL_H
637
638 /* Define to 1 if you have the `krb5support' library (-lkrb5support). */
639 #undef HAVE_LIBKRB5SUPPORT
640
641 /* Define to 1 if you have the `m' library (-lm). */
642 #undef HAVE_LIBM
643
644 /* Define to 1 if you have the `nsl' library (-lnsl). */
645 #undef HAVE_LIBNSL
646
647 /* Define to 1 if you have the `resolv' library (-lresolv). */
648 #undef HAVE_LIBRESOLV
649
650 /* Define to 1 if you have the `socket' library (-lsocket). */
651 #undef HAVE_LIBSOCKET
652
653 /* Define to 1 if you have the `sun' library (-lsun). */
654 #undef HAVE_LIBSUN
655
656 /* Define to 1 if you have the `xpg4' library (-lxpg4). */
657 #undef HAVE_LIBXPG4
658
659 /* Define to 1 if you have the <limits.h> header file. */
660 #undef HAVE_LIMITS_H
661
662 /* Define to 1 if you have the <linux/zftape.h> header file. */
663 #undef HAVE_LINUX_ZFTAPE_H
664
665 /* Define to 1 if you have the `listen' function. */
666 #undef HAVE_LISTEN
667
668 /* Define if listen is declared. */
669 #undef HAVE_LISTEN_DECL
670
671 /* Define to 1 if you have the <locale.h> header file. */
672 #undef HAVE_LOCALE_H
673
674 /* Define to 1 if the system has the type `long long int'. */
675 #undef HAVE_LONG_LONG_INT
676
677 /* Set to 1 if an LPR command was found at configure time */
678 #undef HAVE_LPR_CMD
679
680 /* Define to 1 if you have the `lstat' function. */
681 #undef HAVE_LSTAT
682
683 /* Define if lstat is declared. */
684 #undef HAVE_LSTAT_DECL
685
686 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
687 #undef HAVE_MACHINE_HAL_SYSINFO_H
688
689 /* Define to 1 if you have the `malloc' function. */
690 #undef HAVE_MALLOC
691
692 /* Define if malloc is declared. */
693 #undef HAVE_MALLOC_DECL
694
695 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
696    to 0 otherwise. */
697 #undef HAVE_MALLOC_GNU
698
699 /* Define if the 'malloc' function is POSIX compliant. */
700 #undef HAVE_MALLOC_POSIX
701
702 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
703    config.h and <sys/mman.h>. */
704 #undef HAVE_MAP_ANONYMOUS
705
706 /* Define to 1 if you have the <math.h> header file. */
707 #undef HAVE_MATH_H
708
709 /* Define to 1 if you have the `mbrtowc' function. */
710 #undef HAVE_MBRTOWC
711
712 /* Define to 1 if you have the `mbsinit' function. */
713 #undef HAVE_MBSINIT
714
715 /* Define to 1 if <wchar.h> declares mbstate_t. */
716 #undef HAVE_MBSTATE_T
717
718 /* Define to 1 if you have the `memchr' function. */
719 #undef HAVE_MEMCHR
720
721 /* Define to 1 if you have the `memmove' function. */
722 #undef HAVE_MEMMOVE
723
724 /* Define if memmove is declared. */
725 #undef HAVE_MEMMOVE_DECL
726
727 /* Define to 1 if you have the <memory.h> header file. */
728 #undef HAVE_MEMORY_H
729
730 /* Define to 1 if you have the `memset' function. */
731 #undef HAVE_MEMSET
732
733 /* Define if memset is declared. */
734 #undef HAVE_MEMSET_DECL
735
736 /* Define to 1 if you have the `mkdtemp' function. */
737 #undef HAVE_MKDTEMP
738
739 /* Define to 1 if you have the `mkstemp' function. */
740 #undef HAVE_MKSTEMP
741
742 /* Define if mkstemp is declared. */
743 #undef HAVE_MKSTEMP_DECL
744
745 /* Define to 1 if you have the `mktemp' function. */
746 #undef HAVE_MKTEMP
747
748 /* Define if mktemp is declared. */
749 #undef HAVE_MKTEMP_DECL
750
751 /* Define to 1 if you have the `mktime' function. */
752 #undef HAVE_MKTIME
753
754 /* Define if mktime is declared. */
755 #undef HAVE_MKTIME_DECL
756
757 /* Define to 1 if you have the <mntent.h> header file. */
758 #undef HAVE_MNTENT_H
759
760 /* Define to 1 if you have the <mnttab.h> header file. */
761 #undef HAVE_MNTTAB_H
762
763 /* Define to 1 if you have the `mprotect' function. */
764 #undef HAVE_MPROTECT
765
766 /* Define if the mtget structure has an mt_blkno field */
767 #undef HAVE_MT_BLKNO
768
769 /* Define if the mtget structure has an mt_dsreg field */
770 #undef HAVE_MT_DSREG
771
772 /* Define if the mtget structure has an mt_erreg field */
773 #undef HAVE_MT_ERREG
774
775 /* Define if the mtget structure has an mt_fileno field */
776 #undef HAVE_MT_FILENO
777
778 /* Define if the mtget structure has an mt_flags field */
779 #undef HAVE_MT_FLAGS
780
781 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
782 #undef HAVE_NDIR_H
783
784 /* Define to 1 if you have the <netdb.h> header file. */
785 #undef HAVE_NETDB_H
786
787 /* Define to 1 if you have the <netinet/in.h> header file. */
788 #undef HAVE_NETINET_IN_H
789
790 /* Define to 1 if you have the `nl_langinfo' function. */
791 #undef HAVE_NL_LANGINFO
792
793 /* Define to 1 if you have the `on_exit' function. */
794 #undef HAVE_ON_EXIT
795
796 /* Define to 1 if you have the `openlog' function. */
797 #undef HAVE_OPENLOG
798
799 /* Define if openlog is declared. */
800 #undef HAVE_OPENLOG_DECL
801
802 /* Define to 1 if you have the <openssl/hmac.h> header file. */
803 #undef HAVE_OPENSSL_HMAC_H
804
805 /* Define to 1 if you have the `pclose' function. */
806 #undef HAVE_PCLOSE
807
808 /* Define if pclose is declared. */
809 #undef HAVE_PCLOSE_DECL
810
811 /* Define to 1 if you have the `perror' function. */
812 #undef HAVE_PERROR
813
814 /* Define if perror is declared. */
815 #undef HAVE_PERROR_DECL
816
817 /* Define to 1 if you have the `printf' function. */
818 #undef HAVE_PRINTF
819
820 /* Define if printf is declared. */
821 #undef HAVE_PRINTF_DECL
822
823 /* Define to 1 if you have the `pstat_getdynamic' function. */
824 #undef HAVE_PSTAT_GETDYNAMIC
825
826 /* Define to 1 if you have the `pstat_getstatic' function. */
827 #undef HAVE_PSTAT_GETSTATIC
828
829 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
830 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
831
832 /* Define if the POSIX multithreading library has read/write locks. */
833 #undef HAVE_PTHREAD_RWLOCK
834
835 /* Define to 1 if you have the `putenv' function. */
836 #undef HAVE_PUTENV
837
838 /* Define to 1 if you have the `puts' function. */
839 #undef HAVE_PUTS
840
841 /* Define if puts is declared. */
842 #undef HAVE_PUTS_DECL
843
844 /* Define to 1 if you have the <random.h> header file. */
845 #undef HAVE_RANDOM_H
846
847 /* Define to 1 if accept is declared even after undefining macros. */
848 #undef HAVE_RAW_DECL_ACCEPT
849
850 /* Define to 1 if accept4 is declared even after undefining macros. */
851 #undef HAVE_RAW_DECL_ACCEPT4
852
853 /* Define to 1 if atoll is declared even after undefining macros. */
854 #undef HAVE_RAW_DECL_ATOLL
855
856 /* Define to 1 if bind is declared even after undefining macros. */
857 #undef HAVE_RAW_DECL_BIND
858
859 /* Define to 1 if btowc is declared even after undefining macros. */
860 #undef HAVE_RAW_DECL_BTOWC
861
862 /* Define to 1 if canonicalize_file_name is declared even after undefining
863    macros. */
864 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
865
866 /* Define to 1 if chown is declared even after undefining macros. */
867 #undef HAVE_RAW_DECL_CHOWN
868
869 /* Define to 1 if connect is declared even after undefining macros. */
870 #undef HAVE_RAW_DECL_CONNECT
871
872 /* Define to 1 if dprintf is declared even after undefining macros. */
873 #undef HAVE_RAW_DECL_DPRINTF
874
875 /* Define to 1 if dup2 is declared even after undefining macros. */
876 #undef HAVE_RAW_DECL_DUP2
877
878 /* Define to 1 if dup3 is declared even after undefining macros. */
879 #undef HAVE_RAW_DECL_DUP3
880
881 /* Define to 1 if endusershell is declared even after undefining macros. */
882 #undef HAVE_RAW_DECL_ENDUSERSHELL
883
884 /* Define to 1 if environ is declared even after undefining macros. */
885 #undef HAVE_RAW_DECL_ENVIRON
886
887 /* Define to 1 if euidaccess is declared even after undefining macros. */
888 #undef HAVE_RAW_DECL_EUIDACCESS
889
890 /* Define to 1 if faccessat is declared even after undefining macros. */
891 #undef HAVE_RAW_DECL_FACCESSAT
892
893 /* Define to 1 if fchdir is declared even after undefining macros. */
894 #undef HAVE_RAW_DECL_FCHDIR
895
896 /* Define to 1 if fchmodat is declared even after undefining macros. */
897 #undef HAVE_RAW_DECL_FCHMODAT
898
899 /* Define to 1 if fchownat is declared even after undefining macros. */
900 #undef HAVE_RAW_DECL_FCHOWNAT
901
902 /* Define to 1 if fpurge is declared even after undefining macros. */
903 #undef HAVE_RAW_DECL_FPURGE
904
905 /* Define to 1 if freeaddrinfo is declared even after undefining macros. */
906 #undef HAVE_RAW_DECL_FREEADDRINFO
907
908 /* Define to 1 if fseeko is declared even after undefining macros. */
909 #undef HAVE_RAW_DECL_FSEEKO
910
911 /* Define to 1 if fstatat is declared even after undefining macros. */
912 #undef HAVE_RAW_DECL_FSTATAT
913
914 /* Define to 1 if fsync is declared even after undefining macros. */
915 #undef HAVE_RAW_DECL_FSYNC
916
917 /* Define to 1 if ftello is declared even after undefining macros. */
918 #undef HAVE_RAW_DECL_FTELLO
919
920 /* Define to 1 if ftruncate is declared even after undefining macros. */
921 #undef HAVE_RAW_DECL_FTRUNCATE
922
923 /* Define to 1 if futimens is declared even after undefining macros. */
924 #undef HAVE_RAW_DECL_FUTIMENS
925
926 /* Define to 1 if gai_strerror is declared even after undefining macros. */
927 #undef HAVE_RAW_DECL_GAI_STRERROR
928
929 /* Define to 1 if getaddrinfo is declared even after undefining macros. */
930 #undef HAVE_RAW_DECL_GETADDRINFO
931
932 /* Define to 1 if getcwd is declared even after undefining macros. */
933 #undef HAVE_RAW_DECL_GETCWD
934
935 /* Define to 1 if getdelim is declared even after undefining macros. */
936 #undef HAVE_RAW_DECL_GETDELIM
937
938 /* Define to 1 if getdomainname is declared even after undefining macros. */
939 #undef HAVE_RAW_DECL_GETDOMAINNAME
940
941 /* Define to 1 if getdtablesize is declared even after undefining macros. */
942 #undef HAVE_RAW_DECL_GETDTABLESIZE
943
944 /* Define to 1 if getgroups is declared even after undefining macros. */
945 #undef HAVE_RAW_DECL_GETGROUPS
946
947 /* Define to 1 if gethostname is declared even after undefining macros. */
948 #undef HAVE_RAW_DECL_GETHOSTNAME
949
950 /* Define to 1 if getline is declared even after undefining macros. */
951 #undef HAVE_RAW_DECL_GETLINE
952
953 /* Define to 1 if getloadavg is declared even after undefining macros. */
954 #undef HAVE_RAW_DECL_GETLOADAVG
955
956 /* Define to 1 if getlogin is declared even after undefining macros. */
957 #undef HAVE_RAW_DECL_GETLOGIN
958
959 /* Define to 1 if getlogin_r is declared even after undefining macros. */
960 #undef HAVE_RAW_DECL_GETLOGIN_R
961
962 /* Define to 1 if getnameinfo is declared even after undefining macros. */
963 #undef HAVE_RAW_DECL_GETNAMEINFO
964
965 /* Define to 1 if getpagesize is declared even after undefining macros. */
966 #undef HAVE_RAW_DECL_GETPAGESIZE
967
968 /* Define to 1 if getpeername is declared even after undefining macros. */
969 #undef HAVE_RAW_DECL_GETPEERNAME
970
971 /* Define to 1 if getsockname is declared even after undefining macros. */
972 #undef HAVE_RAW_DECL_GETSOCKNAME
973
974 /* Define to 1 if getsockopt is declared even after undefining macros. */
975 #undef HAVE_RAW_DECL_GETSOCKOPT
976
977 /* Define to 1 if getsubopt is declared even after undefining macros. */
978 #undef HAVE_RAW_DECL_GETSUBOPT
979
980 /* Define to 1 if gettimeofday is declared even after undefining macros. */
981 #undef HAVE_RAW_DECL_GETTIMEOFDAY
982
983 /* Define to 1 if getusershell is declared even after undefining macros. */
984 #undef HAVE_RAW_DECL_GETUSERSHELL
985
986 /* Define to 1 if grantpt is declared even after undefining macros. */
987 #undef HAVE_RAW_DECL_GRANTPT
988
989 /* Define to 1 if inet_ntop is declared even after undefining macros. */
990 #undef HAVE_RAW_DECL_INET_NTOP
991
992 /* Define to 1 if inet_pton is declared even after undefining macros. */
993 #undef HAVE_RAW_DECL_INET_PTON
994
995 /* Define to 1 if initstat_r is declared even after undefining macros. */
996 #undef HAVE_RAW_DECL_INITSTAT_R
997
998 /* Define to 1 if lchmod is declared even after undefining macros. */
999 #undef HAVE_RAW_DECL_LCHMOD
1000
1001 /* Define to 1 if lchown is declared even after undefining macros. */
1002 #undef HAVE_RAW_DECL_LCHOWN
1003
1004 /* Define to 1 if link is declared even after undefining macros. */
1005 #undef HAVE_RAW_DECL_LINK
1006
1007 /* Define to 1 if linkat is declared even after undefining macros. */
1008 #undef HAVE_RAW_DECL_LINKAT
1009
1010 /* Define to 1 if listen is declared even after undefining macros. */
1011 #undef HAVE_RAW_DECL_LISTEN
1012
1013 /* Define to 1 if lseek is declared even after undefining macros. */
1014 #undef HAVE_RAW_DECL_LSEEK
1015
1016 /* Define to 1 if lstat is declared even after undefining macros. */
1017 #undef HAVE_RAW_DECL_LSTAT
1018
1019 /* Define to 1 if mbrlen is declared even after undefining macros. */
1020 #undef HAVE_RAW_DECL_MBRLEN
1021
1022 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1023 #undef HAVE_RAW_DECL_MBRTOWC
1024
1025 /* Define to 1 if mbsinit is declared even after undefining macros. */
1026 #undef HAVE_RAW_DECL_MBSINIT
1027
1028 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1029 #undef HAVE_RAW_DECL_MBSNRTOWCS
1030
1031 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1032 #undef HAVE_RAW_DECL_MBSRTOWCS
1033
1034 /* Define to 1 if memmem is declared even after undefining macros. */
1035 #undef HAVE_RAW_DECL_MEMMEM
1036
1037 /* Define to 1 if mempcpy is declared even after undefining macros. */
1038 #undef HAVE_RAW_DECL_MEMPCPY
1039
1040 /* Define to 1 if memrchr is declared even after undefining macros. */
1041 #undef HAVE_RAW_DECL_MEMRCHR
1042
1043 /* Define to 1 if mkdirat is declared even after undefining macros. */
1044 #undef HAVE_RAW_DECL_MKDIRAT
1045
1046 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1047 #undef HAVE_RAW_DECL_MKDTEMP
1048
1049 /* Define to 1 if mkfifo is declared even after undefining macros. */
1050 #undef HAVE_RAW_DECL_MKFIFO
1051
1052 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1053 #undef HAVE_RAW_DECL_MKFIFOAT
1054
1055 /* Define to 1 if mknod is declared even after undefining macros. */
1056 #undef HAVE_RAW_DECL_MKNOD
1057
1058 /* Define to 1 if mknodat is declared even after undefining macros. */
1059 #undef HAVE_RAW_DECL_MKNODAT
1060
1061 /* Define to 1 if mkostemp is declared even after undefining macros. */
1062 #undef HAVE_RAW_DECL_MKOSTEMP
1063
1064 /* Define to 1 if mkostemps is declared even after undefining macros. */
1065 #undef HAVE_RAW_DECL_MKOSTEMPS
1066
1067 /* Define to 1 if mkstemp is declared even after undefining macros. */
1068 #undef HAVE_RAW_DECL_MKSTEMP
1069
1070 /* Define to 1 if mkstemps is declared even after undefining macros. */
1071 #undef HAVE_RAW_DECL_MKSTEMPS
1072
1073 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1074 #undef HAVE_RAW_DECL_NL_LANGINFO
1075
1076 /* Define to 1 if pipe2 is declared even after undefining macros. */
1077 #undef HAVE_RAW_DECL_PIPE2
1078
1079 /* Define to 1 if popen is declared even after undefining macros. */
1080 #undef HAVE_RAW_DECL_POPEN
1081
1082 /* Define to 1 if pread is declared even after undefining macros. */
1083 #undef HAVE_RAW_DECL_PREAD
1084
1085 /* Define to 1 if ptsname is declared even after undefining macros. */
1086 #undef HAVE_RAW_DECL_PTSNAME
1087
1088 /* Define to 1 if pwrite is declared even after undefining macros. */
1089 #undef HAVE_RAW_DECL_PWRITE
1090
1091 /* Define to 1 if random_r is declared even after undefining macros. */
1092 #undef HAVE_RAW_DECL_RANDOM_R
1093
1094 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1095 #undef HAVE_RAW_DECL_RAWMEMCHR
1096
1097 /* Define to 1 if readlink is declared even after undefining macros. */
1098 #undef HAVE_RAW_DECL_READLINK
1099
1100 /* Define to 1 if readlinkat is declared even after undefining macros. */
1101 #undef HAVE_RAW_DECL_READLINKAT
1102
1103 /* Define to 1 if realpath is declared even after undefining macros. */
1104 #undef HAVE_RAW_DECL_REALPATH
1105
1106 /* Define to 1 if recv is declared even after undefining macros. */
1107 #undef HAVE_RAW_DECL_RECV
1108
1109 /* Define to 1 if recvfrom is declared even after undefining macros. */
1110 #undef HAVE_RAW_DECL_RECVFROM
1111
1112 /* Define to 1 if renameat is declared even after undefining macros. */
1113 #undef HAVE_RAW_DECL_RENAMEAT
1114
1115 /* Define to 1 if rmdir is declared even after undefining macros. */
1116 #undef HAVE_RAW_DECL_RMDIR
1117
1118 /* Define to 1 if rpmatch is declared even after undefining macros. */
1119 #undef HAVE_RAW_DECL_RPMATCH
1120
1121 /* Define to 1 if send is declared even after undefining macros. */
1122 #undef HAVE_RAW_DECL_SEND
1123
1124 /* Define to 1 if sendto is declared even after undefining macros. */
1125 #undef HAVE_RAW_DECL_SENDTO
1126
1127 /* Define to 1 if setenv is declared even after undefining macros. */
1128 #undef HAVE_RAW_DECL_SETENV
1129
1130 /* Define to 1 if setsockopt is declared even after undefining macros. */
1131 #undef HAVE_RAW_DECL_SETSOCKOPT
1132
1133 /* Define to 1 if setstate_r is declared even after undefining macros. */
1134 #undef HAVE_RAW_DECL_SETSTATE_R
1135
1136 /* Define to 1 if setusershell is declared even after undefining macros. */
1137 #undef HAVE_RAW_DECL_SETUSERSHELL
1138
1139 /* Define to 1 if shutdown is declared even after undefining macros. */
1140 #undef HAVE_RAW_DECL_SHUTDOWN
1141
1142 /* Define to 1 if sleep is declared even after undefining macros. */
1143 #undef HAVE_RAW_DECL_SLEEP
1144
1145 /* Define to 1 if snprintf is declared even after undefining macros. */
1146 #undef HAVE_RAW_DECL_SNPRINTF
1147
1148 /* Define to 1 if socket is declared even after undefining macros. */
1149 #undef HAVE_RAW_DECL_SOCKET
1150
1151 /* Define to 1 if srandom_r is declared even after undefining macros. */
1152 #undef HAVE_RAW_DECL_SRANDOM_R
1153
1154 /* Define to 1 if stat is declared even after undefining macros. */
1155 #undef HAVE_RAW_DECL_STAT
1156
1157 /* Define to 1 if stpcpy is declared even after undefining macros. */
1158 #undef HAVE_RAW_DECL_STPCPY
1159
1160 /* Define to 1 if stpncpy is declared even after undefining macros. */
1161 #undef HAVE_RAW_DECL_STPNCPY
1162
1163 /* Define to 1 if strcasestr is declared even after undefining macros. */
1164 #undef HAVE_RAW_DECL_STRCASESTR
1165
1166 /* Define to 1 if strchrnul is declared even after undefining macros. */
1167 #undef HAVE_RAW_DECL_STRCHRNUL
1168
1169 /* Define to 1 if strdup is declared even after undefining macros. */
1170 #undef HAVE_RAW_DECL_STRDUP
1171
1172 /* Define to 1 if strncat is declared even after undefining macros. */
1173 #undef HAVE_RAW_DECL_STRNCAT
1174
1175 /* Define to 1 if strndup is declared even after undefining macros. */
1176 #undef HAVE_RAW_DECL_STRNDUP
1177
1178 /* Define to 1 if strnlen is declared even after undefining macros. */
1179 #undef HAVE_RAW_DECL_STRNLEN
1180
1181 /* Define to 1 if strpbrk is declared even after undefining macros. */
1182 #undef HAVE_RAW_DECL_STRPBRK
1183
1184 /* Define to 1 if strsep is declared even after undefining macros. */
1185 #undef HAVE_RAW_DECL_STRSEP
1186
1187 /* Define to 1 if strsignal is declared even after undefining macros. */
1188 #undef HAVE_RAW_DECL_STRSIGNAL
1189
1190 /* Define to 1 if strtod is declared even after undefining macros. */
1191 #undef HAVE_RAW_DECL_STRTOD
1192
1193 /* Define to 1 if strtok_r is declared even after undefining macros. */
1194 #undef HAVE_RAW_DECL_STRTOK_R
1195
1196 /* Define to 1 if strtoll is declared even after undefining macros. */
1197 #undef HAVE_RAW_DECL_STRTOLL
1198
1199 /* Define to 1 if strtoull is declared even after undefining macros. */
1200 #undef HAVE_RAW_DECL_STRTOULL
1201
1202 /* Define to 1 if strverscmp is declared even after undefining macros. */
1203 #undef HAVE_RAW_DECL_STRVERSCMP
1204
1205 /* Define to 1 if symlink is declared even after undefining macros. */
1206 #undef HAVE_RAW_DECL_SYMLINK
1207
1208 /* Define to 1 if symlinkat is declared even after undefining macros. */
1209 #undef HAVE_RAW_DECL_SYMLINKAT
1210
1211 /* Define to 1 if tmpfile is declared even after undefining macros. */
1212 #undef HAVE_RAW_DECL_TMPFILE
1213
1214 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1215 #undef HAVE_RAW_DECL_TTYNAME_R
1216
1217 /* Define to 1 if unlink is declared even after undefining macros. */
1218 #undef HAVE_RAW_DECL_UNLINK
1219
1220 /* Define to 1 if unlinkat is declared even after undefining macros. */
1221 #undef HAVE_RAW_DECL_UNLINKAT
1222
1223 /* Define to 1 if unlockpt is declared even after undefining macros. */
1224 #undef HAVE_RAW_DECL_UNLOCKPT
1225
1226 /* Define to 1 if unsetenv is declared even after undefining macros. */
1227 #undef HAVE_RAW_DECL_UNSETENV
1228
1229 /* Define to 1 if usleep is declared even after undefining macros. */
1230 #undef HAVE_RAW_DECL_USLEEP
1231
1232 /* Define to 1 if utimensat is declared even after undefining macros. */
1233 #undef HAVE_RAW_DECL_UTIMENSAT
1234
1235 /* Define to 1 if vdprintf is declared even after undefining macros. */
1236 #undef HAVE_RAW_DECL_VDPRINTF
1237
1238 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1239 #undef HAVE_RAW_DECL_VSNPRINTF
1240
1241 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1242 #undef HAVE_RAW_DECL_WCRTOMB
1243
1244 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1245 #undef HAVE_RAW_DECL_WCSNRTOMBS
1246
1247 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1248 #undef HAVE_RAW_DECL_WCSRTOMBS
1249
1250 /* Define to 1 if wctob is declared even after undefining macros. */
1251 #undef HAVE_RAW_DECL_WCTOB
1252
1253 /* Define to 1 if wcwidth is declared even after undefining macros. */
1254 #undef HAVE_RAW_DECL_WCWIDTH
1255
1256 /* Define to 1 if _Exit is declared even after undefining macros. */
1257 #undef HAVE_RAW_DECL__EXIT
1258
1259 /* System has readline support (headers and libraries) */
1260 #undef HAVE_READLINE
1261
1262 /* Define to 1 if you have the <readline.h> header file. */
1263 #undef HAVE_READLINE_H
1264
1265 /* Define to 1 if you have the <readline/history.h> header file. */
1266 #undef HAVE_READLINE_HISTORY_H
1267
1268 /* Define to 1 if you have the <readline/readline.h> header file. */
1269 #undef HAVE_READLINE_READLINE_H
1270
1271 /* Define to 1 if you have the `realloc' function. */
1272 #undef HAVE_REALLOC
1273
1274 /* Define if realloc is declared. */
1275 #undef HAVE_REALLOC_DECL
1276
1277 /* Define to 1 if you have the `recvfrom' function. */
1278 #undef HAVE_RECVFROM
1279
1280 /* Define if recvfrom is declared. */
1281 #undef HAVE_RECVFROM_DECL
1282
1283 /* Define to 1 if you have the <regex.h> header file. */
1284 #undef HAVE_REGEX_H
1285
1286 /* Define to 1 if you have the `remove' function. */
1287 #undef HAVE_REMOVE
1288
1289 /* Define if remove is declared. */
1290 #undef HAVE_REMOVE_DECL
1291
1292 /* Define to 1 if you have the `rename' function. */
1293 #undef HAVE_RENAME
1294
1295 /* Define if rename is declared. */
1296 #undef HAVE_RENAME_DECL
1297
1298 /* Define to 1 if you have the `rewind' function. */
1299 #undef HAVE_REWIND
1300
1301 /* Define if rewind is declared. */
1302 #undef HAVE_REWIND_DECL
1303
1304 /* Define to 1 if you have the <rpc/rpc.h> header file. */
1305 #undef HAVE_RPC_RPC_H
1306
1307 /* Define to 1 if you have the `ruserok' function. */
1308 #undef HAVE_RUSEROK
1309
1310 /* Define if ruserok is declared. */
1311 #undef HAVE_RUSEROK_DECL
1312
1313 /* Define to 1 if the system has the type `sa_family_t'. */
1314 #undef HAVE_SA_FAMILY_T
1315
1316 /* Define to 1 if you have the `select' function. */
1317 #undef HAVE_SELECT
1318
1319 /* Define if select is declared. */
1320 #undef HAVE_SELECT_DECL
1321
1322 /* Define to 1 if you have the `sendto' function. */
1323 #undef HAVE_SENDTO
1324
1325 /* Define if sendto is declared. */
1326 #undef HAVE_SENDTO_DECL
1327
1328 /* Define to 1 if you have the `setegid' function. */
1329 #undef HAVE_SETEGID
1330
1331 /* Define if setegid is declared. */
1332 #undef HAVE_SETEGID_DECL
1333
1334 /* Define to 1 if you have the `seteuid' function. */
1335 #undef HAVE_SETEUID
1336
1337 /* Define if seteuid is declared. */
1338 #undef HAVE_SETEUID_DECL
1339
1340 /* Define to 1 if you have the `setmntent' function. */
1341 #undef HAVE_SETMNTENT
1342
1343 /* Define to 1 if you have the `setpgid' function. */
1344 #undef HAVE_SETPGID
1345
1346 /* Define if setpgid is declared. */
1347 #undef HAVE_SETPGID_DECL
1348
1349 /* Define to 1 if you have the `setpgrp' function. */
1350 #undef HAVE_SETPGRP
1351
1352 /* Define if setpgrp is declared. */
1353 #undef HAVE_SETPGRP_DECL
1354
1355 /* Define to 1 if you have the `setresgid' function. */
1356 #undef HAVE_SETRESGID
1357
1358 /* Define if setresgid is declared. */
1359 #undef HAVE_SETRESGID_DECL
1360
1361 /* Define to 1 if you have the `setresuid' function. */
1362 #undef HAVE_SETRESUID
1363
1364 /* Define if setresuid is declared. */
1365 #undef HAVE_SETRESUID_DECL
1366
1367 /* Define to 1 if you have the `setsockopt' function. */
1368 #undef HAVE_SETSOCKOPT
1369
1370 /* Define if setsockopt is declared. */
1371 #undef HAVE_SETSOCKOPT_DECL
1372
1373 /* Define to 1 if you have the `shutdown' function. */
1374 #undef HAVE_SHUTDOWN
1375
1376 /* Define to 1 if you have the `sigaction' function. */
1377 #undef HAVE_SIGACTION
1378
1379 /* Define to 1 if you have the `sigemptyset' function. */
1380 #undef HAVE_SIGEMPTYSET
1381
1382 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1383 #undef HAVE_SIGNED_SIG_ATOMIC_T
1384
1385 /* Define to 1 if 'wchar_t' is a signed integer type. */
1386 #undef HAVE_SIGNED_WCHAR_T
1387
1388 /* Define to 1 if 'wint_t' is a signed integer type. */
1389 #undef HAVE_SIGNED_WINT_T
1390
1391 /* Define to 1 if you have the `sigvec' function. */
1392 #undef HAVE_SIGVEC
1393
1394 /* Define to 1 if you have the `snprintf' function. */
1395 #undef HAVE_SNPRINTF
1396
1397 /* Define if snprintf is declared. */
1398 #undef HAVE_SNPRINTF_DECL
1399
1400 /* Define if the return value of the snprintf function is the number of of
1401    bytes (excluding the terminating NUL) that would have been produced if the
1402    buffer had been large enough. */
1403 #undef HAVE_SNPRINTF_RETVAL_C99
1404
1405 /* struct sockaddr_storage exists */
1406 #undef HAVE_SOCKADDR_STORAGE
1407
1408 /* Define to 1 if you have the `socket' function. */
1409 #undef HAVE_SOCKET
1410
1411 /* Define to 1 if you have the `socketpair' function. */
1412 #undef HAVE_SOCKETPAIR
1413
1414 /* Define if socketpair is declared. */
1415 #undef HAVE_SOCKETPAIR_DECL
1416
1417 /* Define if socket is declared. */
1418 #undef HAVE_SOCKET_DECL
1419
1420 /* Define to 1 if you have the `sscanf' function. */
1421 #undef HAVE_SSCANF
1422
1423 /* Define if sscanf is declared. */
1424 #undef HAVE_SSCANF_DECL
1425
1426 /* Define to 1 if you have the <stdarg.h> header file. */
1427 #undef HAVE_STDARG_H
1428
1429 /* Define to 1 if stdbool.h conforms to C99. */
1430 #undef HAVE_STDBOOL_H
1431
1432 /* Define to 1 if you have the <stddef.h> header file. */
1433 #undef HAVE_STDDEF_H
1434
1435 /* Define to 1 if you have the <stdint.h> header file. */
1436 #undef HAVE_STDINT_H
1437
1438 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1439    uintmax_t. */
1440 #undef HAVE_STDINT_H_WITH_UINTMAX
1441
1442 /* Define to 1 if you have the <stdio.h> header file. */
1443 #undef HAVE_STDIO_H
1444
1445 /* Define to 1 if you have the <stdlib.h> header file. */
1446 #undef HAVE_STDLIB_H
1447
1448 /* Define to 1 if you have the `strcasecmp' function. */
1449 #undef HAVE_STRCASECMP
1450
1451 /* Define if strcasecmp is declared. */
1452 #undef HAVE_STRCASECMP_DECL
1453
1454 /* Define to 1 if you have the `strerror' function. */
1455 #undef HAVE_STRERROR
1456
1457 /* Define if strerror is declared. */
1458 #undef HAVE_STRERROR_DECL
1459
1460 /* Define to 1 if you have the `strftime' function. */
1461 #undef HAVE_STRFTIME
1462
1463 /* Define if strftime is declared. */
1464 #undef HAVE_STRFTIME_DECL
1465
1466 /* Define to 1 if you have the <strings.h> header file. */
1467 #undef HAVE_STRINGS_H
1468
1469 /* Define to 1 if you have the <string.h> header file. */
1470 #undef HAVE_STRING_H
1471
1472 /* Define to 1 if you have the `strncasecmp' function. */
1473 #undef HAVE_STRNCASECMP
1474
1475 /* Define if strncasecmp is declared. */
1476 #undef HAVE_STRNCASECMP_DECL
1477
1478 /* Define to 1 if you have the `strnlen' function. */
1479 #undef HAVE_STRNLEN
1480
1481 /* Define to 1 if you have the `strtol' function. */
1482 #undef HAVE_STRTOL
1483
1484 /* Define to 1 if you have the `strtoll' function. */
1485 #undef HAVE_STRTOLL
1486
1487 /* Define if strtoll is declared. */
1488 #undef HAVE_STRTOLL_DECL
1489
1490 /* Define if strtol is declared. */
1491 #undef HAVE_STRTOL_DECL
1492
1493 /* Define to 1 if the system has the type `struct addrinfo'. */
1494 #undef HAVE_STRUCT_ADDRINFO
1495
1496 /* Define to 1 if the system has the type `struct random_data'. */
1497 #undef HAVE_STRUCT_RANDOM_DATA
1498
1499 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
1500 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
1501
1502 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1503 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1504
1505 /* Define to 1 if you have the `sysctl' function. */
1506 #undef HAVE_SYSCTL
1507
1508 /* Define to 1 if you have the `syslog' function. */
1509 #undef HAVE_SYSLOG
1510
1511 /* Define if syslog is declared. */
1512 #undef HAVE_SYSLOG_DECL
1513
1514 /* Define to 1 if you have the <syslog.h> header file. */
1515 #undef HAVE_SYSLOG_H
1516
1517 /* Define to 1 if you have the `sysmp' function. */
1518 #undef HAVE_SYSMP
1519
1520 /* Define to 1 if you have the `system' function. */
1521 #undef HAVE_SYSTEM
1522
1523 /* Define if system is declared. */
1524 #undef HAVE_SYSTEM_DECL
1525
1526 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1527 #undef HAVE_SYS_BITYPES_H
1528
1529 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1530    */
1531 #undef HAVE_SYS_DIR_H
1532
1533 /* Define to 1 if you have the <sys/fcntl.h> header file. */
1534 #undef HAVE_SYS_FCNTL_H
1535
1536 /* Define to 1 if you have the <sys/file.h> header file. */
1537 #undef HAVE_SYS_FILE_H
1538
1539 /* Define to 1 if you have the <sys/filsys.h> header file. */
1540 #undef HAVE_SYS_FILSYS_H
1541
1542 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
1543 #undef HAVE_SYS_FS_S5PARAM_H
1544
1545 /* Define to 1 if you have the <sys/fs_types.h> header file. */
1546 #undef HAVE_SYS_FS_TYPES_H
1547
1548 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1549 #undef HAVE_SYS_INTTYPES_H
1550
1551 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1552 #undef HAVE_SYS_IOCTL_H
1553
1554 /* Define to 1 if you have the <sys/ipc.h> header file. */
1555 #undef HAVE_SYS_IPC_H
1556
1557 /* Define to 1 if you have the <sys/mman.h> header file. */
1558 #undef HAVE_SYS_MMAN_H
1559
1560 /* Define to 1 if you have the <sys/mntent.h> header file. */
1561 #undef HAVE_SYS_MNTENT_H
1562
1563 /* Define to 1 if you have the <sys/mount.h> header file. */
1564 #undef HAVE_SYS_MOUNT_H
1565
1566 /* Define to 1 if you have the <sys/mtio.h> header file. */
1567 #undef HAVE_SYS_MTIO_H
1568
1569 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1570    */
1571 #undef HAVE_SYS_NDIR_H
1572
1573 /* Define to 1 if you have the <sys/param.h> header file. */
1574 #undef HAVE_SYS_PARAM_H
1575
1576 /* Define to 1 if you have the <sys/pstat.h> header file. */
1577 #undef HAVE_SYS_PSTAT_H
1578
1579 /* Define to 1 if you have the <sys/select.h> header file. */
1580 #undef HAVE_SYS_SELECT_H
1581
1582 /* Define to 1 if you have the <sys/shm.h> header file. */
1583 #undef HAVE_SYS_SHM_H
1584
1585 /* Define to 1 if you have the <sys/socket.h> header file. */
1586 #undef HAVE_SYS_SOCKET_H
1587
1588 /* Define to 1 if you have the <sys/statfs.h> header file. */
1589 #undef HAVE_SYS_STATFS_H
1590
1591 /* Define to 1 if you have the <sys/stat.h> header file. */
1592 #undef HAVE_SYS_STAT_H
1593
1594 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1595 #undef HAVE_SYS_SYSCTL_H
1596
1597 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1598 #undef HAVE_SYS_SYSINFO_H
1599
1600 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1601 #undef HAVE_SYS_SYSMP_H
1602
1603 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1604 #undef HAVE_SYS_SYSTEMCFG_H
1605
1606 /* Define to 1 if you have the <sys/table.h> header file. */
1607 #undef HAVE_SYS_TABLE_H
1608
1609 /* Define to 1 if you have the <sys/tape.h> header file. */
1610 #undef HAVE_SYS_TAPE_H
1611
1612 /* Define to 1 if you have the <sys/timeb.h> header file. */
1613 #undef HAVE_SYS_TIMEB_H
1614
1615 /* Define to 1 if you have the <sys/time.h> header file. */
1616 #undef HAVE_SYS_TIME_H
1617
1618 /* Define to 1 if you have the <sys/types.h> header file. */
1619 #undef HAVE_SYS_TYPES_H
1620
1621 /* Define to 1 if you have the <sys/uio.h> header file. */
1622 #undef HAVE_SYS_UIO_H
1623
1624 /* Define to 1 if you have the <sys/vfstab.h> header file. */
1625 #undef HAVE_SYS_VFSTAB_H
1626
1627 /* Define to 1 if you have the <sys/vfs.h> header file. */
1628 #undef HAVE_SYS_VFS_H
1629
1630 /* Define to 1 if you have the <sys/wait.h> header file. */
1631 #undef HAVE_SYS_WAIT_H
1632
1633 /* Define to 1 if you have the `table' function. */
1634 #undef HAVE_TABLE
1635
1636 /* Define to 1 if you have the `time' function. */
1637 #undef HAVE_TIME
1638
1639 /* Define if time is declared. */
1640 #undef HAVE_TIME_DECL
1641
1642 /* Define to 1 if you have the <time.h> header file. */
1643 #undef HAVE_TIME_H
1644
1645 /* Define to 1 if you have the `tolower' function. */
1646 #undef HAVE_TOLOWER
1647
1648 /* Define if tolower is declared. */
1649 #undef HAVE_TOLOWER_DECL
1650
1651 /* Define to 1 if you have the `toupper' function. */
1652 #undef HAVE_TOUPPER
1653
1654 /* Define if toupper is declared. */
1655 #undef HAVE_TOUPPER_DECL
1656
1657 /* Define to 1 if you have the `ungetc' function. */
1658 #undef HAVE_UNGETC
1659
1660 /* Define if ungetc is declared. */
1661 #undef HAVE_UNGETC_DECL
1662
1663 /* Define to 1 if you have the <unistd.h> header file. */
1664 #undef HAVE_UNISTD_H
1665
1666 /* Define to 1 if you have the `unsetenv' function. */
1667 #undef HAVE_UNSETENV
1668
1669 /* Define to 1 if the system has the type `unsigned long long int'. */
1670 #undef HAVE_UNSIGNED_LONG_LONG_INT
1671
1672 /* Define to 1 if you have the "util.h" header file. */
1673 #undef HAVE_UTIL_H
1674
1675 /* Define to 1 if you have the `vasnprintf' function. */
1676 #undef HAVE_VASNPRINTF
1677
1678 /* Define to 1 if you have the `vfprintf' function. */
1679 #undef HAVE_VFPRINTF
1680
1681 /* Define if vfprintf is declared. */
1682 #undef HAVE_VFPRINTF_DECL
1683
1684 /* Define to 1 if you have the `vprintf' function. */
1685 #undef HAVE_VPRINTF
1686
1687 /* Define if vprintf is declared. */
1688 #undef HAVE_VPRINTF_DECL
1689
1690 /* Define to 1 if you have the `vsnprintf' function. */
1691 #undef HAVE_VSNPRINTF
1692
1693 /* Define if vsnprintf is declared. */
1694 #undef HAVE_VSNPRINTF_DECL
1695
1696 /* Define to 1 if you have the <wait.h> header file. */
1697 #undef HAVE_WAIT_H
1698
1699 /* Define to 1 if you have the <wchar.h> header file. */
1700 #undef HAVE_WCHAR_H
1701
1702 /* Define if you have the 'wchar_t' type. */
1703 #undef HAVE_WCHAR_T
1704
1705 /* Define to 1 if you have the `wcrtomb' function. */
1706 #undef HAVE_WCRTOMB
1707
1708 /* Define to 1 if you have the `wcscoll' function. */
1709 #undef HAVE_WCSCOLL
1710
1711 /* Define to 1 if you have the `wcslen' function. */
1712 #undef HAVE_WCSLEN
1713
1714 /* Define to 1 if you have the `wcsnlen' function. */
1715 #undef HAVE_WCSNLEN
1716
1717 /* Define to 1 if you have the <wctype.h> header file. */
1718 #undef HAVE_WCTYPE_H
1719
1720 /* Define to 1 if you have the <winsock2.h> header file. */
1721 #undef HAVE_WINSOCK2_H
1722
1723 /* Define if you have the 'wint_t' type. */
1724 #undef HAVE_WINT_T
1725
1726 /* Define to 1 if O_NOATIME works. */
1727 #undef HAVE_WORKING_O_NOATIME
1728
1729 /* Define to 1 if O_NOFOLLOW works. */
1730 #undef HAVE_WORKING_O_NOFOLLOW
1731
1732 /* Define to 1 if you have the `writev' function. */
1733 #undef HAVE_WRITEV
1734
1735 /* Define if writev is declared. */
1736 #undef HAVE_WRITEV_DECL
1737
1738 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1739 #undef HAVE_WS2TCPIP_H
1740
1741 /* Define to 1 if the system has the type `_Bool'. */
1742 #undef HAVE__BOOL
1743
1744 /* Define to 1 if you have the `_ftime' function. */
1745 #undef HAVE__FTIME
1746
1747 /* Define to 1 if you have the external variable, _system_configuration with a
1748    member named physmem. */
1749 #undef HAVE__SYSTEM_CONFIGURATION
1750
1751 /* Define on Cygwin. */
1752 #undef IGNORE_FSTAB
1753
1754 /* Define on Cygwin. */
1755 #undef IGNORE_TAR_ERRORS
1756
1757 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1758 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1759 #else
1760 # define ISSLASH(C) ((C) == '/')
1761 #endif
1762
1763 /* The name for the Kerberized Amanda service. */
1764 #undef KAMANDA_SERVICE_NAME
1765
1766 /* Define if Kerberos 5 security is to be enabled. */
1767 #undef KRB5_SECURITY
1768
1769 /* Defined if libcurl supports AsynchDNS */
1770 #undef LIBCURL_FEATURE_ASYNCHDNS
1771
1772 /* Defined if libcurl supports IDN */
1773 #undef LIBCURL_FEATURE_IDN
1774
1775 /* Defined if libcurl supports IPv6 */
1776 #undef LIBCURL_FEATURE_IPV6
1777
1778 /* Defined if libcurl supports KRB4 */
1779 #undef LIBCURL_FEATURE_KRB4
1780
1781 /* Defined if libcurl supports libz */
1782 #undef LIBCURL_FEATURE_LIBZ
1783
1784 /* Defined if libcurl supports NTLM */
1785 #undef LIBCURL_FEATURE_NTLM
1786
1787 /* Defined if libcurl supports SSL */
1788 #undef LIBCURL_FEATURE_SSL
1789
1790 /* Defined if libcurl supports SSPI */
1791 #undef LIBCURL_FEATURE_SSPI
1792
1793 /* Defined if libcurl supports DICT */
1794 #undef LIBCURL_PROTOCOL_DICT
1795
1796 /* Defined if libcurl supports FILE */
1797 #undef LIBCURL_PROTOCOL_FILE
1798
1799 /* Defined if libcurl supports FTP */
1800 #undef LIBCURL_PROTOCOL_FTP
1801
1802 /* Defined if libcurl supports FTPS */
1803 #undef LIBCURL_PROTOCOL_FTPS
1804
1805 /* Defined if libcurl supports HTTP */
1806 #undef LIBCURL_PROTOCOL_HTTP
1807
1808 /* Defined if libcurl supports HTTPS */
1809 #undef LIBCURL_PROTOCOL_HTTPS
1810
1811 /* Defined if libcurl supports LDAP */
1812 #undef LIBCURL_PROTOCOL_LDAP
1813
1814 /* Defined if libcurl supports TELNET */
1815 #undef LIBCURL_PROTOCOL_TELNET
1816
1817 /* Defined if libcurl supports TFTP */
1818 #undef LIBCURL_PROTOCOL_TFTP
1819
1820 /* A comma-separated list of two integers, determining the minimum and maximum
1821    * reserved TCP port numbers sockets should be bound to. (mainly for
1822    amrecover) */
1823 #undef LOW_TCPPORTRANGE
1824
1825 /* Define to 1 if lseek does not detect pipes. */
1826 #undef LSEEK_PIPE_BROKEN
1827
1828 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1829    slash. */
1830 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1831
1832 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1833    */
1834 #undef LT_OBJDIR
1835
1836 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1837 #undef MAP_ANONYMOUS
1838
1839 /* Define if the mbrtowc function has the NULL string argument bug. */
1840 #undef MBRTOWC_NULL_ARG_BUG
1841
1842 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1843 #undef MBRTOWC_NUL_RETVAL_BUG
1844
1845 /* Define if the mbrtowc function returns a wrong return value. */
1846 #undef MBRTOWC_RETVAL_BUG
1847
1848 /* The switch to be used when invoking mt to specify the * tape device. */
1849 #undef MT_FILE_FLAG
1850
1851 /* Define on Cygwin. */
1852 #undef NEED_PATH_ENV
1853
1854 /* Define if we have to reset tape offsets when reaching 2GB. */
1855 #undef NEED_RESETOFS
1856
1857 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1858 #undef NO_MINUS_C_MINUS_O
1859
1860 /* Name of package */
1861 #undef PACKAGE
1862
1863 /* Define to the address where bug reports for this package should be sent. */
1864 #undef PACKAGE_BUGREPORT
1865
1866 /* Define to the full name of this package. */
1867 #undef PACKAGE_NAME
1868
1869 /* Define to the full name and version of this package. */
1870 #undef PACKAGE_STRING
1871
1872 /* Define to the one symbol short name of this package. */
1873 #undef PACKAGE_TARNAME
1874
1875 /* Define to the version of this package. */
1876 #undef PACKAGE_VERSION
1877
1878 /* Define if the pthread_in_use() detection is hard. */
1879 #undef PTHREAD_IN_USE_DETECTION_HARD
1880
1881 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1882    'ptrdiff_t'. */
1883 #undef PTRDIFF_T_SUFFIX
1884
1885 /* Define as the prefix for raw disk devices, commonly /dev/r or /dev/rdsk/ */
1886 #undef RDEV_PREFIX
1887
1888 /* Define to 1 if stat needs help when passed a directory name with a trailing
1889    slash */
1890 #undef REPLACE_FUNC_STAT_DIR
1891
1892 /* Define to 1 if stat needs help when passed a file name with a trailing
1893    slash */
1894 #undef REPLACE_FUNC_STAT_FILE
1895
1896 /* Define if nl_langinfo exists but is overridden by gnulib. */
1897 #undef REPLACE_NL_LANGINFO
1898
1899 /* Define if vasnprintf exists but is overridden by gnulib. */
1900 #undef REPLACE_VASNPRINTF
1901
1902 /* Define the location of the ufsrestore or restore program. */
1903 #undef RESTORE
1904
1905 /* Define as the return type of signal handlers (`int' or `void'). */
1906 #undef RETSIGTYPE
1907
1908 /* Define if RSH transport should be enabled. */
1909 #undef RSH_SECURITY
1910
1911 /* Define the location of smbclient for backing up Samba PC clients. */
1912 #undef SAMBA_CLIENT
1913
1914 /* Not the actual samba version, just a number that should be increased
1915    whenever we start to rely on a new samba feature. */
1916 #undef SAMBA_VERSION
1917
1918 /* Define to type of select arguments. */
1919 #undef SELECT_ARG_TYPE
1920
1921 /* A suffix that will be appended to service names. * Useful for testing in
1922    parallel with a working version. */
1923 #undef SERVICE_SUFFIX
1924
1925 /* Define to 1 if the `setpgrp' function takes no argument. */
1926 #undef SETPGRP_VOID
1927
1928 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1929    'sig_atomic_t'. */
1930 #undef SIG_ATOMIC_T_SUFFIX
1931
1932 /* Define if all of Amanda will run as a single userid (e.g., on Cygwin or for
1933    installchecks) */
1934 #undef SINGLE_USERID
1935
1936 /* The size of `int', as computed by sizeof. */
1937 #undef SIZEOF_INT
1938
1939 /* The size of `intmax_t', as computed by sizeof. */
1940 #undef SIZEOF_INTMAX_T
1941
1942 /* The size of `long', as computed by sizeof. */
1943 #undef SIZEOF_LONG
1944
1945 /* The size of `long long', as computed by sizeof. */
1946 #undef SIZEOF_LONG_LONG
1947
1948 /* The size of `off_t', as computed by sizeof. */
1949 #undef SIZEOF_OFF_T
1950
1951 /* The size of `size_t', as computed by sizeof. */
1952 #undef SIZEOF_SIZE_T
1953
1954 /* The size of `ssize_t', as computed by sizeof. */
1955 #undef SIZEOF_SSIZE_T
1956
1957 /* The size of `time_t', as computed by sizeof. */
1958 #undef SIZEOF_TIME_T
1959
1960 /* Define as the maximum value of type 'size_t', if the system doesn't define
1961    it. */
1962 #undef SIZE_MAX
1963
1964 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1965    'size_t'. */
1966 #undef SIZE_T_SUFFIX
1967
1968 /* Define to the exact path to the sort program. */
1969 #undef SORT_PATH
1970
1971 /* Path to the SSH binary */
1972 #undef SSH
1973
1974 /* Arguments to ssh */
1975 #undef SSH_OPTIONS
1976
1977 /* Define if SSH transport should be enabled. */
1978 #undef SSH_SECURITY
1979
1980 /* If using the C implementation of alloca, define if you know the
1981    direction of stack growth for your system; otherwise it will be
1982    automatically deduced at runtime.
1983         STACK_DIRECTION > 0 => grows toward higher addresses
1984         STACK_DIRECTION < 0 => grows toward lower addresses
1985         STACK_DIRECTION = 0 => direction of growth unknown */
1986 #undef STACK_DIRECTION
1987
1988 /* Location of the 'star' binary */
1989 #undef STAR
1990
1991 /* Define if the block counts reported by statfs may be truncated to 2GB and
1992    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1993    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1994    affected.) */
1995 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1996
1997 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1998 #undef STAT_MACROS_BROKEN
1999
2000 /* Define if there is no specific function for reading file systems usage
2001    information and you have the <sys/filsys.h> header file. (SVR2) */
2002 #undef STAT_READ_FILSYS
2003
2004 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
2005    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
2006 #undef STAT_STATFS2_BSIZE
2007
2008 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
2009    (4.4BSD, NetBSD) */
2010 #undef STAT_STATFS2_FSIZE
2011
2012 /* Define if statfs takes 2 args and the second argument has type struct
2013    fs_data. (Ultrix) */
2014 #undef STAT_STATFS2_FS_DATA
2015
2016 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
2017 #undef STAT_STATFS3_OSF1
2018
2019 /* Define if statfs takes 4 args. (SVR3, Dynix, old Irix, old AIX, Dolphin) */
2020 #undef STAT_STATFS4
2021
2022 /* Define if there is a function named statvfs. (SVR4) */
2023 #undef STAT_STATVFS
2024
2025 /* Define to 1 if you have the ANSI C header files. */
2026 #undef STDC_HEADERS
2027
2028 /* A comma-separated list of two integers, determining the minimum and *
2029    maximum unreserved TCP port numbers sockets should be bound to. */
2030 #undef TCPPORTRANGE
2031
2032 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2033 #undef TIME_WITH_SYS_TIME
2034
2035 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2036 #undef TM_IN_SYS_TIME
2037
2038 /* A comma-separated list of two integers, determining the minimum and *
2039    maximum reserved UDP port numbers sockets should be bound to. */
2040 #undef UDPPORTRANGE
2041
2042 /* Define as any optional arguments to get UNCOMPRESS_PATH to uncompress. */
2043 #undef UNCOMPRESS_OPT
2044
2045 /* Define as the exact path to the gzip or compress command. */
2046 #undef UNCOMPRESS_PATH
2047
2048 /* Define to the prefix of C symbols at the assembler and linker level, either
2049    an underscore or empty. */
2050 #undef USER_LABEL_PREFIX
2051
2052 /* Define if you want to use the ".amandahosts" for BSD security. */
2053 #undef USE_AMANDAHOSTS
2054
2055 /* Define for backups being done on a multiple networks and FQDNs are used. */
2056 #undef USE_FQDN
2057
2058 /* Define to 1 if files will be processed with gettextize */
2059 #undef USE_GETTEXT
2060
2061 /* Define if the POSIX multithreading library can be used. */
2062 #undef USE_POSIX_THREADS
2063
2064 /* Define if references to the POSIX multithreading library should be made
2065    weak. */
2066 #undef USE_POSIX_THREADS_WEAK
2067
2068 /* Define if the GNU Pth multithreading library can be used. */
2069 #undef USE_PTH_THREADS
2070
2071 /* Define if references to the GNU Pth multithreading library should be made
2072    weak. */
2073 #undef USE_PTH_THREADS_WEAK
2074
2075 /* Define to set SO_REUSEADDR on network connections. */
2076 #undef USE_REUSEADDR
2077
2078 /* Define to invoke rundump (setuid-root) instead of DUMP program directly. */
2079 #undef USE_RUNDUMP
2080
2081 /* Define if the old Solaris multithreading library can be used. */
2082 #undef USE_SOLARIS_THREADS
2083
2084 /* Define if references to the old Solaris multithreading library should be
2085    made weak. */
2086 #undef USE_SOLARIS_THREADS_WEAK
2087
2088 /* Define if the Win32 multithreading API can be used. */
2089 #undef USE_WIN32_THREADS
2090
2091 /* Define the location of the vdump program. */
2092 #undef VDUMP
2093
2094 /* Version number of package */
2095 #undef VERSION
2096
2097 /* Amanda version information beyond patch */
2098 #undef VERSION_COMMENT
2099
2100 /* major Amanda version number */
2101 #undef VERSION_MAJOR
2102
2103 /* minor Amanda version number */
2104 #undef VERSION_MINOR
2105
2106 /* Amanda patch number */
2107 #undef VERSION_PATCH
2108
2109 /* Define the location of the vrestore program. */
2110 #undef VRESTORE
2111
2112 /* Define the location of the vxdump program on HPUX and SINIX hosts or on *
2113    other hosts where the Veritas filesystem (vxfs) has been installed. */
2114 #undef VXDUMP
2115
2116 /* Define the location of the vxrestore program on HPUX and SINIX hosts or on
2117    * other hosts where the Veritas filesystem (vxfs) has been installed. */
2118 #undef VXRESTORE
2119
2120 /* Defined if wait() puts the status in a int instead of a union wait. */
2121 #undef WAIT_USES_INT
2122
2123 /* Defined if wait() puts the status in a union wait instead of int. */
2124 #undef WAIT_USES_UNION
2125
2126 /* Define to use flock(2) for file locking */
2127 #undef WANT_AMFLOCK_FLOCK
2128
2129 /* Define to use link(2) to emulate file locking. */
2130 #undef WANT_AMFLOCK_LNLOCK
2131
2132 /* Define to use lockf(3) for file locking. */
2133 #undef WANT_AMFLOCK_LOCKF
2134
2135 /* Define to use POSIX (fcntl()) for file locking */
2136 #undef WANT_AMFLOCK_POSIX
2137
2138 /* Compile DVD-RW driver */
2139 #undef WANT_DVDRW_DEVICE
2140
2141 /* Compile NDMP device */
2142 #undef WANT_NDMP_DEVICE
2143
2144 /* Compile Amazon S3 driver */
2145 #undef WANT_S3_DEVICE
2146
2147 /* Define if clients should be built setuid-root */
2148 #undef WANT_SETUID_CLIENT
2149
2150 /* Define if the tape-device will be built */
2151 #undef WANT_TAPE_DEVICE
2152
2153 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2154    'wchar_t'. */
2155 #undef WCHAR_T_SUFFIX
2156
2157 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2158    'wint_t'. */
2159 #undef WINT_T_SUFFIX
2160
2161 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2162    significant byte first (like Motorola and SPARC, unlike Intel). */
2163 #if defined AC_APPLE_UNIVERSAL_BUILD
2164 # if defined __BIG_ENDIAN__
2165 #  define WORDS_BIGENDIAN 1
2166 # endif
2167 #else
2168 # ifndef WORDS_BIGENDIAN
2169 #  undef WORDS_BIGENDIAN
2170 # endif
2171 #endif
2172
2173 /* This system has functional IPv6 support (kernel and compiler) */
2174 #undef WORKING_IPV6
2175
2176 /* Define the location of the xfsdump program on Irix hosts. */
2177 #undef XFSDUMP
2178
2179 /* Define the location of the xfsrestore program on Irix hosts. */
2180 #undef XFSRESTORE
2181
2182 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2183    `char[]'. */
2184 #undef YYTEXT_POINTER
2185
2186 /* Number of bits in a file offset, on hosts where this is settable. */
2187 #undef _FILE_OFFSET_BITS
2188
2189 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2190 #undef _LARGEFILE_SOURCE
2191
2192 /* Define for large files, on AIX-style hosts. */
2193 #undef _LARGE_FILES
2194
2195 /* Define to 1 if on MINIX. */
2196 #undef _MINIX
2197
2198 /* Define to 2 if the system does not provide POSIX.1 features except with
2199    this defined. */
2200 #undef _POSIX_1_SOURCE
2201
2202 /* Define to 1 if you need to in order for `stat' and other things to work. */
2203 #undef _POSIX_SOURCE
2204
2205 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2206 #undef _REGEX_LARGE_OFFSETS
2207
2208 /* Define to 500 only on HP-UX. */
2209 #undef _XOPEN_SOURCE
2210
2211 /* Enable extensions on AIX 3, Interix.  */
2212 #ifndef _ALL_SOURCE
2213 # undef _ALL_SOURCE
2214 #endif
2215 /* Enable GNU extensions on systems that have them.  */
2216 #ifndef _GNU_SOURCE
2217 # undef _GNU_SOURCE
2218 #endif
2219 /* Enable threading extensions on Solaris.  */
2220 #ifndef _POSIX_PTHREAD_SEMANTICS
2221 # undef _POSIX_PTHREAD_SEMANTICS
2222 #endif
2223 /* Enable extensions on HP NonStop.  */
2224 #ifndef _TANDEM_SOURCE
2225 # undef _TANDEM_SOURCE
2226 #endif
2227 /* Enable general extensions on Solaris.  */
2228 #ifndef __EXTENSIONS__
2229 # undef __EXTENSIONS__
2230 #endif
2231
2232
2233 /* Define to rpl_ if the getopt replacement functions and variables should be
2234    used. */
2235 #undef __GETOPT_PREFIX
2236
2237 /* Directory in which amanda's templates and examples are installed. */
2238 #undef amdatadir
2239
2240 /* Directory in which Amanda header files should be installed */
2241 #undef amincludedir
2242
2243 /* Directory in which Amanda libraries should be installed */
2244 #undef amlibdir
2245
2246 /* Directory in which Amanda own programs should be installed */
2247 #undef amlibexecdir
2248
2249 /* Directory in which perl modules should be installed */
2250 #undef amperldir
2251
2252 /* Directory in which user binaries should be installed. */
2253 #undef bindir
2254
2255 /* Define to empty if `const' does not conform to ANSI C. */
2256 #undef const
2257
2258 /* Define curl_free() as free() if our version of curl lacks curl_free. */
2259 #undef curl_free
2260
2261 /* Type for curl_off_t, if it is not defined by the system */
2262 #undef curl_off_t
2263
2264 /* Define to `int' if <sys/types.h> doesn't define. */
2265 #undef gid_t
2266
2267 /* Define to rpl_gmtime if the replacement function should be used. */
2268 #undef gmtime
2269
2270 /* Type for in_port_t, if it is not defined by the system */
2271 #undef in_port_t
2272
2273 /* Define to `__inline__' or `__inline' if that's what the C compiler
2274    calls it, or to nothing if 'inline' is not supported under any name.  */
2275 #ifndef __cplusplus
2276 #undef inline
2277 #endif
2278
2279 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2280 #undef intmax_t
2281
2282 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2283    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2284    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2285    __APPLE__ && __MACH__ test for MacOS X.
2286    __APPLE_CC__ tests for the Apple compiler and its version.
2287    __STDC_VERSION__ tests for the C99 mode.  */
2288 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2289 # define __GNUC_STDC_INLINE__ 1
2290 #endif
2291
2292 /* Directory in which internal binaries should be installed. */
2293 #undef libexecdir
2294
2295 /* Define to rpl_localtime if the replacement function should be used. */
2296 #undef localtime
2297
2298 /* Directory in which man-pages should be installed */
2299 #undef mandir
2300
2301 /* Define to a type if <wchar.h> does not define. */
2302 #undef mbstate_t
2303
2304 /* Define to the type of st_nlink in struct stat, or a supertype. */
2305 #undef nlink_t
2306
2307 /* Define to `long int' if <sys/types.h> does not define. */
2308 #undef off_t
2309
2310 /* Define to `int' if <sys/types.h> does not define. */
2311 #undef pid_t
2312
2313 /* Define as the type of the result of subtracting two pointers, if the system
2314    doesn't define it. */
2315 #undef ptrdiff_t
2316
2317 /* Define to rpl_re_comp if the replacement should be used. */
2318 #undef re_comp
2319
2320 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2321 #undef re_compile_fastmap
2322
2323 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2324 #undef re_compile_pattern
2325
2326 /* Define to rpl_re_exec if the replacement should be used. */
2327 #undef re_exec
2328
2329 /* Define to rpl_re_match if the replacement should be used. */
2330 #undef re_match
2331
2332 /* Define to rpl_re_match_2 if the replacement should be used. */
2333 #undef re_match_2
2334
2335 /* Define to rpl_re_search if the replacement should be used. */
2336 #undef re_search
2337
2338 /* Define to rpl_re_search_2 if the replacement should be used. */
2339 #undef re_search_2
2340
2341 /* Define to rpl_re_set_registers if the replacement should be used. */
2342 #undef re_set_registers
2343
2344 /* Define to rpl_re_set_syntax if the replacement should be used. */
2345 #undef re_set_syntax
2346
2347 /* Define to rpl_re_syntax_options if the replacement should be used. */
2348 #undef re_syntax_options
2349
2350 /* Define to rpl_regcomp if the replacement should be used. */
2351 #undef regcomp
2352
2353 /* Define to rpl_regerror if the replacement should be used. */
2354 #undef regerror
2355
2356 /* Define to rpl_regexec if the replacement should be used. */
2357 #undef regexec
2358
2359 /* Define to rpl_regfree if the replacement should be used. */
2360 #undef regfree
2361
2362 /* Define to the equivalent of the C99 'restrict' keyword, or to
2363    nothing if this is not supported.  Do not define if restrict is
2364    supported directly.  */
2365 #undef restrict
2366 /* Work around a bug in Sun C++: it does not support _Restrict, even
2367    though the corresponding Sun C compiler does, which causes
2368    "#define restrict _Restrict" in the previous line.  Perhaps some future
2369    version of Sun C++ will work with _Restrict; if so, it'll probably
2370    define __RESTRICT, just as Sun C does.  */
2371 #if defined __SUNPRO_CC && !defined __RESTRICT
2372 # define _Restrict
2373 #endif
2374
2375 /* Type for sa_family_t, if it is not defined by the system */
2376 #undef sa_family_t
2377
2378 /* Directory in which administrator binaries should be installed. */
2379 #undef sbindir
2380
2381 /* Define to `unsigned int' if <sys/types.h> does not define. */
2382 #undef size_t
2383
2384 /* type to use in place of socklen_t if not defined */
2385 #undef socklen_t
2386
2387 /* type to use for socket length parameters; use instead of socklen_t */
2388 #undef socklen_t_equiv
2389
2390 /* Define as a signed type of the same size as size_t. */
2391 #undef ssize_t
2392
2393 /* Define to `int' if <sys/types.h> doesn't define. */
2394 #undef uid_t
2395
2396 /* Define as a marker that can be attached to declarations that might not
2397     be used.  This helps to reduce warnings, such as from
2398     GCC -Wunused-parameter.  */
2399 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2400 # define _GL_UNUSED __attribute__ ((__unused__))
2401 #else
2402 # define _GL_UNUSED
2403 #endif
2404 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2405    is a misnomer outside of parameter lists.  */
2406 #define _UNUSED_PARAMETER_ _GL_UNUSED
2407