Imported Upstream version 2.6.0p2
[debian/amanda] / config / config.h.in
1 /* config/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Is DUMP the AIX program 'backup'? */
4 #undef AIX_BACKUP
5
6 /* Location of Amanda directories and files. */
7 #undef AMANDA_DBGDIR
8
9 /* Number of days to keep debugging files. */
10 #undef AMANDA_DEBUG_DAYS
11
12 /* The name for the Amanda service. */
13 #undef AMANDA_SERVICE_NAME
14
15 /* The directory in which Amanda should create temporary files. */
16 #undef AMANDA_TMPDIR
17
18 /* Define if you want assertion checking. */
19 #undef ASSERTIONS
20
21 /* Define as the user who owns installed binaries. */
22 #undef BINARY_OWNER
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 if BSDTCP transport should be enabled. */
40 #undef BSDTCP_SECURITY
41
42 /* Define if BSDUDP transport should be enabled. */
43 #undef BSDUDP_SECURITY
44
45 /* Define to use BSD .rhosts/.amandahosts security. */
46 #undef BSD_SECURITY
47
48 /* Define to force to another user on client machines. */
49 #undef CHECK_USERID
50
51 /* The Kerberos client host instance. */
52 #undef CLIENT_HOST_INSTANCE
53
54 /* The Kerberos client host key file. */
55 #undef CLIENT_HOST_KEY_FILE
56
57 /* The Kerberos client host principal. */
58 #undef CLIENT_HOST_PRINCIPAL
59
60 /* Define as a the user to force to on client machines. */
61 #undef CLIENT_LOGIN
62
63 /* Define to 1 if the `closedir' function returns void instead of `int'. */
64 #undef CLOSEDIR_VOID
65
66 /* Define as the command line option for best compression. */
67 #undef COMPRESS_BEST_OPT
68
69 /* Define as the command line option for fast compression. */
70 #undef COMPRESS_FAST_OPT
71
72 /* Define to the exact path to the gzip or the compress program. */
73 #undef COMPRESS_PATH
74
75 /* Define to the suffix for the COMPRESS_PATH compression program. */
76 #undef COMPRESS_SUFFIX
77
78 /* The directory in which configuration directories should be created. */
79 #undef CONFIG_DIR
80
81 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
82    systems. This function is required for `alloca.c' support on those systems.
83    */
84 #undef CRAY_STACKSEG_END
85
86 /* Define to 1 if using `alloca.c'. */
87 #undef C_ALLOCA
88
89 /* Default location for 'amandates' */
90 #undef DEFAULT_AMANDATES_FILE
91
92 /* This is the default changer device. */
93 #undef DEFAULT_CHANGER_DEVICE
94
95 /* This is the default Amanda configuration. */
96 #undef DEFAULT_CONFIG
97
98 /* This is the default Amanda index server. */
99 #undef DEFAULT_SERVER
100
101 /* This is the default no-rewinding tape device. */
102 #undef DEFAULT_TAPE_DEVICE
103
104 /* This is the default restoring Amanda tape server. */
105 #undef DEFAULT_TAPE_SERVER
106
107 /* Define as the prefix for disk devices, commonly /dev/ or /dev/dsk/ */
108 #undef DEV_PREFIX
109
110 /* Define the location of the ufsdump, backup, or dump program. */
111 #undef DUMP
112
113 /* Directory in which dumper interfaces should be installed and searched. */
114 #undef DUMPER_DIR
115
116 /* Define if dumper should buffer the sockets for faster throughput. */
117 #undef DUMPER_SOCKET_BUFFERING
118
119 /* Define this if this system's dump exits with 1 as a success code. */
120 #undef DUMP_RETURNS_1
121
122 /* Define to 1 if translation of program messages to the user's native
123    language is requested. */
124 #undef ENABLE_NLS
125
126 /* Define as good substitute value for EOVERFLOW. */
127 #undef EOVERFLOW
128
129 /* Define to 1 if the `getpgrp' function requires zero arguments. */
130 #undef GETPGRP_VOID
131
132 /* Define if gettimeofday clobbers the localtime buffer. */
133 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
134
135 /* Location of the GNU 'tar' binary */
136 #undef GNUTAR
137
138 /* The directory in which GNU tar should store directory lists for
139    incrementals. */
140 #undef GNUTAR_LISTED_INCREMENTAL_DIR
141
142 /* Define the location of the grep program. */
143 #undef GREP
144
145 /* Define to 1 if you have the `accept' function. */
146 #undef HAVE_ACCEPT
147
148 /* Define if accept is declared. */
149 #undef HAVE_ACCEPT_DECL
150
151 /* Define to 1 if you have `alloca', as a function or macro. */
152 #undef HAVE_ALLOCA
153
154 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
155    */
156 #undef HAVE_ALLOCA_H
157
158 /* Define to 1 if you have the <arpa/inet.h> header file. */
159 #undef HAVE_ARPA_INET_H
160
161 /* Define to 1 if you have the `atexit' function. */
162 #undef HAVE_ATEXIT
163
164 /* Define to 1 if you have the `atof' function. */
165 #undef HAVE_ATOF
166
167 /* Define if atof is declared. */
168 #undef HAVE_ATOF_DECL
169
170 /* Define to 1 if you have the `atol' function. */
171 #undef HAVE_ATOL
172
173 /* Define to 1 if you have the `atoll' function. */
174 #undef HAVE_ATOLL
175
176 /* Define if atoll is declared. */
177 #undef HAVE_ATOLL_DECL
178
179 /* Define if atol is declared. */
180 #undef HAVE_ATOL_DECL
181
182 /* Define to 1 if you have the `basename' function. */
183 #undef HAVE_BASENAME
184
185 /* Define to 1 if you have the `bcopy' function. */
186 #undef HAVE_BCOPY
187
188 /* Define if bcopy is declared. */
189 #undef HAVE_BCOPY_DECL
190
191 /* Define to 1 if you have the `bind' function. */
192 #undef HAVE_BIND
193
194 /* Define if bind is declared. */
195 #undef HAVE_BIND_DECL
196
197 /* Define to 1 if you have the `bzero' function. */
198 #undef HAVE_BZERO
199
200 /* Define if bzero is declared. */
201 #undef HAVE_BZERO_DECL
202
203 /* Define to 1 if you have the <camlib.h> header file. */
204 #undef HAVE_CAMLIB_H
205
206 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
207    CoreFoundation framework. */
208 #undef HAVE_CFLOCALECOPYCURRENT
209
210 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
211    the CoreFoundation framework. */
212 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
213
214 /* Define to 1 if you have the <chio.h> header file. */
215 #undef HAVE_CHIO_H
216
217 /* Define to 1 if you have the `closelog' function. */
218 #undef HAVE_CLOSELOG
219
220 /* Define if closelog is declared. */
221 #undef HAVE_CLOSELOG_DECL
222
223 /* Define to 1 if you have the `connect' function. */
224 #undef HAVE_CONNECT
225
226 /* Define if connect is declared. */
227 #undef HAVE_CONNECT_DECL
228
229 /* Define to 1 if you have the <crypto/hmac.h> header file. */
230 #undef HAVE_CRYPTO_HMAC_H
231
232 /* Define if the GNU dcgettext() function is already present or preinstalled.
233    */
234 #undef HAVE_DCGETTEXT
235
236 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
237    don't. */
238 #undef HAVE_DECL_FREEADDRINFO
239
240 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
241    don't. */
242 #undef HAVE_DECL_GAI_STRERROR
243
244 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
245    don't. */
246 #undef HAVE_DECL_GETADDRINFO
247
248 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
249    don't. */
250 #undef HAVE_DECL_GETNAMEINFO
251
252 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
253    don't. */
254 #undef HAVE_DECL_INET_NTOP
255
256 /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
257    */
258 #undef HAVE_DECL_MKDIR
259
260 /* Define to 1 if you have the declaration of `readdir', and to 0 if you
261    don't. */
262 #undef HAVE_DECL_READDIR
263
264 /* Define to 1 if you have the declaration of `readdir64', and to 0 if you
265    don't. */
266 #undef HAVE_DECL_READDIR64
267
268 /* Define to 1 if you have the declaration of `readdir64_r', and to 0 if you
269    don't. */
270 #undef HAVE_DECL_READDIR64_R
271
272 /* Define to 1 if you have the declaration of `readdir_r', and to 0 if you
273    don't. */
274 #undef HAVE_DECL_READDIR_R
275
276 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
277    don't. */
278 #undef HAVE_DECL_SNPRINTF
279
280 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
281    */
282 #undef HAVE_DECL_STRDUP
283
284 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
285    don't. */
286 #undef HAVE_DECL__SNPRINTF
287
288 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
289    */
290 #undef HAVE_DIRENT_H
291
292 /* Define to 1 if you have the <dlfcn.h> header file. */
293 #undef HAVE_DLFCN_H
294
295 /* Define to the string that enables dump estimates. */
296 #undef HAVE_DUMP_ESTIMATE
297
298 /* Define to 1 if you have the <dustat.h> header file. */
299 #undef HAVE_DUSTAT_H
300
301 /* Define to 1 if you have the `endmntent' function. */
302 #undef HAVE_ENDMNTENT
303
304 /* Define to 1 if you have the `fclose' function. */
305 #undef HAVE_FCLOSE
306
307 /* Define if fclose is declared. */
308 #undef HAVE_FCLOSE_DECL
309
310 /* Define to 1 if you have the <fcntl.h> header file. */
311 #undef HAVE_FCNTL_H
312
313 /* Define to 1 if you have the `fflush' function. */
314 #undef HAVE_FFLUSH
315
316 /* Define if fflush is declared. */
317 #undef HAVE_FFLUSH_DECL
318
319 /* Define to 1 if you have the <float.h> header file. */
320 #undef HAVE_FLOAT_H
321
322 /* Define to 1 if you have the `fprintf' function. */
323 #undef HAVE_FPRINTF
324
325 /* Define if fprintf is declared. */
326 #undef HAVE_FPRINTF_DECL
327
328 /* Define to 1 if you have the `fputc' function. */
329 #undef HAVE_FPUTC
330
331 /* Define if fputc is declared. */
332 #undef HAVE_FPUTC_DECL
333
334 /* Define to 1 if you have the `fputs' function. */
335 #undef HAVE_FPUTS
336
337 /* Define if fputs is declared. */
338 #undef HAVE_FPUTS_DECL
339
340 /* Define to 1 if you have the `fread' function. */
341 #undef HAVE_FREAD
342
343 /* Define if fread is declared. */
344 #undef HAVE_FREAD_DECL
345
346 /* Define to 1 if you have the `fseek' function. */
347 #undef HAVE_FSEEK
348
349 /* Define if fseek is declared. */
350 #undef HAVE_FSEEK_DECL
351
352 /* Define to 1 if you have the <fstab.h> header file. */
353 #undef HAVE_FSTAB_H
354
355 /* Define to 1 if you have the `fwrite' function. */
356 #undef HAVE_FWRITE
357
358 /* Define if fwrite is declared. */
359 #undef HAVE_FWRITE_DECL
360
361 /* Define to 1 if you have the `getaddrinfo' function. */
362 #undef HAVE_GETADDRINFO
363
364 /* Define to 1 if you have the `getgrgid_r' function. */
365 #undef HAVE_GETGRGID_R
366
367 /* Define to 1 if you have the `gethostbyname' function. */
368 #undef HAVE_GETHOSTBYNAME
369
370 /* Define to 1 if you have the `gethostname' function. */
371 #undef HAVE_GETHOSTNAME
372
373 /* Define if gethostname is declared. */
374 #undef HAVE_GETHOSTNAME_DECL
375
376 /* Define to 1 if you have the `getopt' function. */
377 #undef HAVE_GETOPT
378
379 /* Define if getopt is declared. */
380 #undef HAVE_GETOPT_DECL
381
382 /* Define to 1 if you have the `getpagesize' function. */
383 #undef HAVE_GETPAGESIZE
384
385 /* Define to 1 if you have the `getpeername' function. */
386 #undef HAVE_GETPEERNAME
387
388 /* Define if getpeername is declared. */
389 #undef HAVE_GETPEERNAME_DECL
390
391 /* Define to 1 if you have the `getpwuid_r' function. */
392 #undef HAVE_GETPWUID_R
393
394 /* Define to 1 if you have the `getsockname' function. */
395 #undef HAVE_GETSOCKNAME
396
397 /* Define if getsockname is declared. */
398 #undef HAVE_GETSOCKNAME_DECL
399
400 /* Define to 1 if you have the `getsockopt' function. */
401 #undef HAVE_GETSOCKOPT
402
403 /* Define if getsockopt is declared. */
404 #undef HAVE_GETSOCKOPT_DECL
405
406 /* Define to 1 if you have the `getsysinfo' function. */
407 #undef HAVE_GETSYSINFO
408
409 /* Define if the GNU gettext() function is already present or preinstalled. */
410 #undef HAVE_GETTEXT
411
412 /* Define to 1 if you have the `gettimeofday' function. */
413 #undef HAVE_GETTIMEOFDAY
414
415 /* Define this if glibc's backtrace functionality (execinfo.h) is present */
416 #undef HAVE_GLIBC_BACKTRACE
417
418 /* Define to 1 if you have the <grp.h> header file. */
419 #undef HAVE_GRP_H
420
421 /* Define if Amanda is using the gzip program. */
422 #undef HAVE_GZIP
423
424 /* Define to 1 if you have the <history.h> header file. */
425 #undef HAVE_HISTORY_H
426
427 /* Define to 1 if you have the <hmac.h> header file. */
428 #undef HAVE_HMAC_H
429
430 /* Define this if dump accepts -h for honoring nodump. */
431 #undef HAVE_HONOR_NODUMP
432
433 /* Define if you have the iconv() function. */
434 #undef HAVE_ICONV
435
436 /* Define if your compiler supports the #include_next directive. */
437 #undef HAVE_INCLUDE_NEXT
438
439 /* Define to 1 if you have the `inet_ntop' function. */
440 #undef HAVE_INET_NTOP
441
442 /* Define to 1 if you have the `initgroups' function. */
443 #undef HAVE_INITGROUPS
444
445 /* Define if initgroups is declared. */
446 #undef HAVE_INITGROUPS_DECL
447
448 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
449 #undef HAVE_INTMAX_T
450
451 /* Define to 1 if you have the <inttypes.h> header file. */
452 #undef HAVE_INTTYPES_H
453
454 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
455    declares uintmax_t. */
456 #undef HAVE_INTTYPES_H_WITH_UINTMAX
457
458 /* Define to 1 if you have the `ioctl' function. */
459 #undef HAVE_IOCTL
460
461 /* Define if ioctl is declared. */
462 #undef HAVE_IOCTL_DECL
463
464 /* Define to 1 if you have the <io.h> header file. */
465 #undef HAVE_IO_H
466
467 /* Define to 1 if <sys/socket.h> defines AF_INET. */
468 #undef HAVE_IPV4
469
470 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
471 #undef HAVE_IPV6
472
473 /* Define to 1 if you have the `isnormal' function. */
474 #undef HAVE_ISNORMAL
475
476 /* Define if isnormal is declared. */
477 #undef HAVE_ISNORMAL_DECL
478
479 /* Define to 1 if you have the `cam' library (-lcam). */
480 #undef HAVE_LIBCAM
481
482 /* Define to 1 if you have the `crypto' library (-lcrypto). */
483 #undef HAVE_LIBCRYPTO
484
485 /* Define to 1 if you have a functional curl library. */
486 #undef HAVE_LIBCURL
487
488 /* Define to 1 if you have the `cur_colr' library (-lcur_colr). */
489 #undef HAVE_LIBCUR_COLR
490
491 /* Define to 1 if you have the <libc.h> header file. */
492 #undef HAVE_LIBC_H
493
494 /* Define to 1 if you have the <libgen.h> header file. */
495 #undef HAVE_LIBGEN_H
496
497 /* Define to 1 if you have the `intl' library (-lintl). */
498 #undef HAVE_LIBINTL
499
500 /* Define to 1 if you have the `krb5support' library (-lkrb5support). */
501 #undef HAVE_LIBKRB5SUPPORT
502
503 /* Define to 1 if you have the `m' library (-lm). */
504 #undef HAVE_LIBM
505
506 /* Define to 1 if you have the `nsl' library (-lnsl). */
507 #undef HAVE_LIBNSL
508
509 /* Define to 1 if you have the `resolv' library (-lresolv). */
510 #undef HAVE_LIBRESOLV
511
512 /* Define to 1 if you have the `socket' library (-lsocket). */
513 #undef HAVE_LIBSOCKET
514
515 /* Define to 1 if you have the `sun' library (-lsun). */
516 #undef HAVE_LIBSUN
517
518 /* Define to 1 if you have the `xpg4' library (-lxpg4). */
519 #undef HAVE_LIBXPG4
520
521 /* Define to 1 if you have the <limits.h> header file. */
522 #undef HAVE_LIMITS_H
523
524 /* Define to 1 if you have the <linux/chio.h> header file. */
525 #undef HAVE_LINUX_CHIO_H
526
527 /* Define to 1 if you have the <linux/zftape.h> header file. */
528 #undef HAVE_LINUX_ZFTAPE_H
529
530 /* Define to 1 if you have the `listen' function. */
531 #undef HAVE_LISTEN
532
533 /* Define if listen is declared. */
534 #undef HAVE_LISTEN_DECL
535
536 /* Define if you have the 'long long' type. */
537 #undef HAVE_LONG_LONG
538
539 /* Define to 1 if the system has the type `long long int'. */
540 #undef HAVE_LONG_LONG_INT
541
542 /* Define to 1 if you have the `lstat' function. */
543 #undef HAVE_LSTAT
544
545 /* Define if lstat is declared. */
546 #undef HAVE_LSTAT_DECL
547
548 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
549 #undef HAVE_MACHINE_HAL_SYSINFO_H
550
551 /* Define to 1 if you have the `malloc' function. */
552 #undef HAVE_MALLOC
553
554 /* Define if malloc is declared. */
555 #undef HAVE_MALLOC_DECL
556
557 /* Define if the 'malloc' function is POSIX compliant. */
558 #undef HAVE_MALLOC_POSIX
559
560 /* Define to 1 if you have the <math.h> header file. */
561 #undef HAVE_MATH_H
562
563 /* Define to 1 if you have the `memmove' function. */
564 #undef HAVE_MEMMOVE
565
566 /* Define if memmove is declared. */
567 #undef HAVE_MEMMOVE_DECL
568
569 /* Define to 1 if you have the <memory.h> header file. */
570 #undef HAVE_MEMORY_H
571
572 /* Define to 1 if you have the `memset' function. */
573 #undef HAVE_MEMSET
574
575 /* Define if memset is declared. */
576 #undef HAVE_MEMSET_DECL
577
578 /* Define to 1 if you have the `mkdtemp' function. */
579 #undef HAVE_MKDTEMP
580
581 /* Define to 1 if you have the `mkstemp' function. */
582 #undef HAVE_MKSTEMP
583
584 /* Define if mkstemp is declared. */
585 #undef HAVE_MKSTEMP_DECL
586
587 /* Define to 1 if you have the `mktemp' function. */
588 #undef HAVE_MKTEMP
589
590 /* Define if mktemp is declared. */
591 #undef HAVE_MKTEMP_DECL
592
593 /* Define to 1 if you have the `mktime' function. */
594 #undef HAVE_MKTIME
595
596 /* Define if mktime is declared. */
597 #undef HAVE_MKTIME_DECL
598
599 /* Define to 1 if you have a working `mmap' system call. */
600 #undef HAVE_MMAP
601
602 /* Define to 1 if you have the <mntent.h> header file. */
603 #undef HAVE_MNTENT_H
604
605 /* Define to 1 if you have the <mnttab.h> header file. */
606 #undef HAVE_MNTTAB_H
607
608 /* Define if the mtget structure has an mt_blkno field */
609 #undef HAVE_MT_BLKNO
610
611 /* Define if the mtget structure has an mt_dsreg field */
612 #undef HAVE_MT_DSREG
613
614 /* Define if the mtget structure has an mt_erreg field */
615 #undef HAVE_MT_ERREG
616
617 /* Define if the mtget structure has an mt_fileno field */
618 #undef HAVE_MT_FILENO
619
620 /* Define if the mtget structure has an mt_flags field */
621 #undef HAVE_MT_FLAGS
622
623 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
624 #undef HAVE_NDIR_H
625
626 /* Define to 1 if you have the <netdb.h> header file. */
627 #undef HAVE_NETDB_H
628
629 /* Define to 1 if you have the <netinet/in.h> header file. */
630 #undef HAVE_NETINET_IN_H
631
632 /* Define to 1 if you have the `on_exit' function. */
633 #undef HAVE_ON_EXIT
634
635 /* Define to 1 if you have the `openlog' function. */
636 #undef HAVE_OPENLOG
637
638 /* Define if openlog is declared. */
639 #undef HAVE_OPENLOG_DECL
640
641 /* Define to 1 if you have the <openssl/hmac.h> header file. */
642 #undef HAVE_OPENSSL_HMAC_H
643
644 /* Define to 1 if you have the `pclose' function. */
645 #undef HAVE_PCLOSE
646
647 /* Define if pclose is declared. */
648 #undef HAVE_PCLOSE_DECL
649
650 /* Define to 1 if you have the `perror' function. */
651 #undef HAVE_PERROR
652
653 /* Define if perror is declared. */
654 #undef HAVE_PERROR_DECL
655
656 /* Define to 1 if you have the `printf' function. */
657 #undef HAVE_PRINTF
658
659 /* Define if printf is declared. */
660 #undef HAVE_PRINTF_DECL
661
662 /* Define to 1 if you have the `pstat_getdynamic' function. */
663 #undef HAVE_PSTAT_GETDYNAMIC
664
665 /* Define to 1 if you have the `pstat_getstatic' function. */
666 #undef HAVE_PSTAT_GETSTATIC
667
668 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
669 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
670
671 /* Define if the POSIX multithreading library has read/write locks. */
672 #undef HAVE_PTHREAD_RWLOCK
673
674 /* Define to 1 if the system has the type `ptrdiff_t'. */
675 #undef HAVE_PTRDIFF_T
676
677 /* Define to 1 if you have the `putenv' function. */
678 #undef HAVE_PUTENV
679
680 /* Define to 1 if you have the `puts' function. */
681 #undef HAVE_PUTS
682
683 /* Define if puts is declared. */
684 #undef HAVE_PUTS_DECL
685
686 /* System has readline support (headers and libraries) */
687 #undef HAVE_READLINE
688
689 /* Define to 1 if you have the <readline.h> header file. */
690 #undef HAVE_READLINE_H
691
692 /* Define to 1 if you have the <readline/history.h> header file. */
693 #undef HAVE_READLINE_HISTORY_H
694
695 /* Define to 1 if you have the <readline/readline.h> header file. */
696 #undef HAVE_READLINE_READLINE_H
697
698 /* Define to 1 if you have the `realloc' function. */
699 #undef HAVE_REALLOC
700
701 /* Define if realloc is declared. */
702 #undef HAVE_REALLOC_DECL
703
704 /* Define to 1 if you have the `recvfrom' function. */
705 #undef HAVE_RECVFROM
706
707 /* Define if recvfrom is declared. */
708 #undef HAVE_RECVFROM_DECL
709
710 /* Define to 1 if you have the `remove' function. */
711 #undef HAVE_REMOVE
712
713 /* Define if remove is declared. */
714 #undef HAVE_REMOVE_DECL
715
716 /* Define to 1 if you have the `rename' function. */
717 #undef HAVE_RENAME
718
719 /* Define if rename is declared. */
720 #undef HAVE_RENAME_DECL
721
722 /* Define to 1 if you have the `rewind' function. */
723 #undef HAVE_REWIND
724
725 /* Define if rewind is declared. */
726 #undef HAVE_REWIND_DECL
727
728 /* Define to 1 if you have the `ruserok' function. */
729 #undef HAVE_RUSEROK
730
731 /* Define if ruserok is declared. */
732 #undef HAVE_RUSEROK_DECL
733
734 /* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */
735 #undef HAVE_SCSI_SCSI_IOCTL_H
736
737 /* Define to 1 if you have the <scsi/sg.h> header file. */
738 #undef HAVE_SCSI_SG_H
739
740 /* Define to 1 if you have the `select' function. */
741 #undef HAVE_SELECT
742
743 /* Define if select is declared. */
744 #undef HAVE_SELECT_DECL
745
746 /* Define to 1 if you have the `sendto' function. */
747 #undef HAVE_SENDTO
748
749 /* Define if sendto is declared. */
750 #undef HAVE_SENDTO_DECL
751
752 /* Define to 1 if you have the `setegid' function. */
753 #undef HAVE_SETEGID
754
755 /* Define if setegid is declared. */
756 #undef HAVE_SETEGID_DECL
757
758 /* Define to 1 if you have the `seteuid' function. */
759 #undef HAVE_SETEUID
760
761 /* Define if seteuid is declared. */
762 #undef HAVE_SETEUID_DECL
763
764 /* Define to 1 if you have the `setmntent' function. */
765 #undef HAVE_SETMNTENT
766
767 /* Define to 1 if you have the `setpgid' function. */
768 #undef HAVE_SETPGID
769
770 /* Define if setpgid is declared. */
771 #undef HAVE_SETPGID_DECL
772
773 /* Define to 1 if you have the `setpgrp' function. */
774 #undef HAVE_SETPGRP
775
776 /* Define if setpgrp is declared. */
777 #undef HAVE_SETPGRP_DECL
778
779 /* Define to 1 if you have the `setresgid' function. */
780 #undef HAVE_SETRESGID
781
782 /* Define if setresgid is declared. */
783 #undef HAVE_SETRESGID_DECL
784
785 /* Define to 1 if you have the `setresuid' function. */
786 #undef HAVE_SETRESUID
787
788 /* Define if setresuid is declared. */
789 #undef HAVE_SETRESUID_DECL
790
791 /* Define to 1 if you have the `setsockopt' function. */
792 #undef HAVE_SETSOCKOPT
793
794 /* Define if setsockopt is declared. */
795 #undef HAVE_SETSOCKOPT_DECL
796
797 /* Define to 1 if you have the `shmat' function. */
798 #undef HAVE_SHMAT
799
800 /* Define if shmat is declared. */
801 #undef HAVE_SHMAT_DECL
802
803 /* Define to 1 if you have the `shmctl' function. */
804 #undef HAVE_SHMCTL
805
806 /* Define if shmctl is declared. */
807 #undef HAVE_SHMCTL_DECL
808
809 /* Define to 1 if you have the `shmdt' function. */
810 #undef HAVE_SHMDT
811
812 /* Define if shmdt is declared. */
813 #undef HAVE_SHMDT_DECL
814
815 /* Define to 1 if you have the `shmget' function. */
816 #undef HAVE_SHMGET
817
818 /* Define if shmget is declared. */
819 #undef HAVE_SHMGET_DECL
820
821 /* Define to 1 if you have the `shquote' function. */
822 #undef HAVE_SHQUOTE
823
824 /* Define to 1 if you have the `sigaction' function. */
825 #undef HAVE_SIGACTION
826
827 /* Define to 1 if you have the `sigemptyset' function. */
828 #undef HAVE_SIGEMPTYSET
829
830 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
831 #undef HAVE_SIGNED_SIG_ATOMIC_T
832
833 /* Define to 1 if 'wchar_t' is a signed integer type. */
834 #undef HAVE_SIGNED_WCHAR_T
835
836 /* Define to 1 if 'wint_t' is a signed integer type. */
837 #undef HAVE_SIGNED_WINT_T
838
839 /* Define to 1 if you have the `sigvec' function. */
840 #undef HAVE_SIGVEC
841
842 /* Define to 1 if you have the `snprintf' function. */
843 #undef HAVE_SNPRINTF
844
845 /* Define if snprintf is declared. */
846 #undef HAVE_SNPRINTF_DECL
847
848 /* if struct sockaddr_storage exists */
849 #undef HAVE_SOCKADDR_STORAGE
850
851 /* Define to 1 if you have the `socket' function. */
852 #undef HAVE_SOCKET
853
854 /* Define to 1 if you have the `socketpair' function. */
855 #undef HAVE_SOCKETPAIR
856
857 /* Define if socketpair is declared. */
858 #undef HAVE_SOCKETPAIR_DECL
859
860 /* Define if socket is declared. */
861 #undef HAVE_SOCKET_DECL
862
863 /* Define to 1 if you have the `sscanf' function. */
864 #undef HAVE_SSCANF
865
866 /* Define if sscanf is declared. */
867 #undef HAVE_SSCANF_DECL
868
869 /* Define to 1 if you have the <stdarg.h> header file. */
870 #undef HAVE_STDARG_H
871
872 /* Define to 1 if stdbool.h conforms to C99. */
873 #undef HAVE_STDBOOL_H
874
875 /* Define to 1 if you have the <stdint.h> header file. */
876 #undef HAVE_STDINT_H
877
878 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
879    uintmax_t. */
880 #undef HAVE_STDINT_H_WITH_UINTMAX
881
882 /* Define to 1 if you have the <stdio.h> header file. */
883 #undef HAVE_STDIO_H
884
885 /* Define to 1 if you have the <stdlib.h> header file. */
886 #undef HAVE_STDLIB_H
887
888 /* Define to 1 if you have the `strcasecmp' function. */
889 #undef HAVE_STRCASECMP
890
891 /* Define if strcasecmp is declared. */
892 #undef HAVE_STRCASECMP_DECL
893
894 /* Define to 1 if you have the `strdup' function. */
895 #undef HAVE_STRDUP
896
897 /* Define to 1 if you have the `strerror' function. */
898 #undef HAVE_STRERROR
899
900 /* Define if strerror is declared. */
901 #undef HAVE_STRERROR_DECL
902
903 /* Define to 1 if you have the `strftime' function. */
904 #undef HAVE_STRFTIME
905
906 /* Define if strftime is declared. */
907 #undef HAVE_STRFTIME_DECL
908
909 /* Define to 1 if you have the <strings.h> header file. */
910 #undef HAVE_STRINGS_H
911
912 /* Define to 1 if you have the <string.h> header file. */
913 #undef HAVE_STRING_H
914
915 /* Define to 1 if you have the `strncasecmp' function. */
916 #undef HAVE_STRNCASECMP
917
918 /* Define if strncasecmp is declared. */
919 #undef HAVE_STRNCASECMP_DECL
920
921 /* Define to 1 if you have the `strtol' function. */
922 #undef HAVE_STRTOL
923
924 /* Define to 1 if you have the `strtoll' function. */
925 #undef HAVE_STRTOLL
926
927 /* Define if strtoll is declared. */
928 #undef HAVE_STRTOLL_DECL
929
930 /* Define if strtol is declared. */
931 #undef HAVE_STRTOL_DECL
932
933 /* Define to 1 if the system has the type `struct addrinfo'. */
934 #undef HAVE_STRUCT_ADDRINFO
935
936 /* Define to 1 if you have the `sysctl' function. */
937 #undef HAVE_SYSCTL
938
939 /* Define to 1 if you have the `syslog' function. */
940 #undef HAVE_SYSLOG
941
942 /* Define if syslog is declared. */
943 #undef HAVE_SYSLOG_DECL
944
945 /* Define to 1 if you have the <syslog.h> header file. */
946 #undef HAVE_SYSLOG_H
947
948 /* Define to 1 if you have the `sysmp' function. */
949 #undef HAVE_SYSMP
950
951 /* Define to 1 if you have the `system' function. */
952 #undef HAVE_SYSTEM
953
954 /* Define if system is declared. */
955 #undef HAVE_SYSTEM_DECL
956
957 /* Define if SysV shared-memory functions are available. */
958 #undef HAVE_SYSVSHM
959
960 /* Define to 1 if you have the <sys/bitypes.h> header file. */
961 #undef HAVE_SYS_BITYPES_H
962
963 /* Define to 1 if you have the <sys/chio.h> header file. */
964 #undef HAVE_SYS_CHIO_H
965
966 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
967    */
968 #undef HAVE_SYS_DIR_H
969
970 /* Define to 1 if you have the <sys/dsreq.h> header file. */
971 #undef HAVE_SYS_DSREQ_H
972
973 /* Define to 1 if you have the <sys/fcntl.h> header file. */
974 #undef HAVE_SYS_FCNTL_H
975
976 /* Define to 1 if you have the <sys/file.h> header file. */
977 #undef HAVE_SYS_FILE_H
978
979 /* Define to 1 if you have the <sys/filsys.h> header file. */
980 #undef HAVE_SYS_FILSYS_H
981
982 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
983 #undef HAVE_SYS_FS_S5PARAM_H
984
985 /* Define to 1 if you have the <sys/fs_types.h> header file. */
986 #undef HAVE_SYS_FS_TYPES_H
987
988 /* Define to 1 if you have the <sys/gscdds.h> header file. */
989 #undef HAVE_SYS_GSCDDS_H
990
991 /* Define to 1 if you have the <sys/inttypes.h> header file. */
992 #undef HAVE_SYS_INTTYPES_H
993
994 /* Define to 1 if you have the <sys/ioctl.h> header file. */
995 #undef HAVE_SYS_IOCTL_H
996
997 /* Define to 1 if you have the <sys/ipc.h> header file. */
998 #undef HAVE_SYS_IPC_H
999
1000 /* Define to 1 if you have the <sys/mman.h> header file. */
1001 #undef HAVE_SYS_MMAN_H
1002
1003 /* Define to 1 if you have the <sys/mntent.h> header file. */
1004 #undef HAVE_SYS_MNTENT_H
1005
1006 /* Define to 1 if you have the <sys/mount.h> header file. */
1007 #undef HAVE_SYS_MOUNT_H
1008
1009 /* Define to 1 if you have the <sys/mtio.h> header file. */
1010 #undef HAVE_SYS_MTIO_H
1011
1012 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1013    */
1014 #undef HAVE_SYS_NDIR_H
1015
1016 /* Define to 1 if you have the <sys/param.h> header file. */
1017 #undef HAVE_SYS_PARAM_H
1018
1019 /* Define to 1 if you have the <sys/pstat.h> header file. */
1020 #undef HAVE_SYS_PSTAT_H
1021
1022 /* Define to 1 if you have the <sys/scarray.h> header file. */
1023 #undef HAVE_SYS_SCARRAY_H
1024
1025 /* Define to 1 if you have the <sys/scsiio.h> header file. */
1026 #undef HAVE_SYS_SCSIIO_H
1027
1028 /* Define to 1 if you have the <sys/scsi.h> header file. */
1029 #undef HAVE_SYS_SCSI_H
1030
1031 /* Define to 1 if you have the <sys/scsi/impl/uscsi.h> header file. */
1032 #undef HAVE_SYS_SCSI_IMPL_USCSI_H
1033
1034 /* Define to 1 if you have the <sys/scsi/scsi/ioctl.h> header file. */
1035 #undef HAVE_SYS_SCSI_SCSI_IOCTL_H
1036
1037 /* Define to 1 if you have the <sys/select.h> header file. */
1038 #undef HAVE_SYS_SELECT_H
1039
1040 /* Define to 1 if you have the <sys/shm.h> header file. */
1041 #undef HAVE_SYS_SHM_H
1042
1043 /* Define to 1 if you have the <sys/socket.h> header file. */
1044 #undef HAVE_SYS_SOCKET_H
1045
1046 /* Define to 1 if you have the <sys/statfs.h> header file. */
1047 #undef HAVE_SYS_STATFS_H
1048
1049 /* Define to 1 if you have the <sys/stat.h> header file. */
1050 #undef HAVE_SYS_STAT_H
1051
1052 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1053 #undef HAVE_SYS_SYSCTL_H
1054
1055 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1056 #undef HAVE_SYS_SYSINFO_H
1057
1058 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1059 #undef HAVE_SYS_SYSMP_H
1060
1061 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1062 #undef HAVE_SYS_SYSTEMCFG_H
1063
1064 /* Define to 1 if you have the <sys/table.h> header file. */
1065 #undef HAVE_SYS_TABLE_H
1066
1067 /* Define to 1 if you have the <sys/tape.h> header file. */
1068 #undef HAVE_SYS_TAPE_H
1069
1070 /* Define to 1 if you have the <sys/timeb.h> header file. */
1071 #undef HAVE_SYS_TIMEB_H
1072
1073 /* Define to 1 if you have the <sys/time.h> header file. */
1074 #undef HAVE_SYS_TIME_H
1075
1076 /* Define to 1 if you have the <sys/types.h> header file. */
1077 #undef HAVE_SYS_TYPES_H
1078
1079 /* Define to 1 if you have the <sys/uio.h> header file. */
1080 #undef HAVE_SYS_UIO_H
1081
1082 /* Define to 1 if you have the <sys/vfstab.h> header file. */
1083 #undef HAVE_SYS_VFSTAB_H
1084
1085 /* Define to 1 if you have the <sys/vfs.h> header file. */
1086 #undef HAVE_SYS_VFS_H
1087
1088 /* Define to 1 if you have the <sys/wait.h> header file. */
1089 #undef HAVE_SYS_WAIT_H
1090
1091 /* Define to 1 if you have the `table' function. */
1092 #undef HAVE_TABLE
1093
1094 /* Define to 1 if you have the `time' function. */
1095 #undef HAVE_TIME
1096
1097 /* Define if time is declared. */
1098 #undef HAVE_TIME_DECL
1099
1100 /* Define to 1 if you have the `tolower' function. */
1101 #undef HAVE_TOLOWER
1102
1103 /* Define if tolower is declared. */
1104 #undef HAVE_TOLOWER_DECL
1105
1106 /* Define to 1 if you have the `toupper' function. */
1107 #undef HAVE_TOUPPER
1108
1109 /* Define if toupper is declared. */
1110 #undef HAVE_TOUPPER_DECL
1111
1112 /* Define to 1 if you have the `ungetc' function. */
1113 #undef HAVE_UNGETC
1114
1115 /* Define if ungetc is declared. */
1116 #undef HAVE_UNGETC_DECL
1117
1118 /* Define to 1 if you have the <unistd.h> header file. */
1119 #undef HAVE_UNISTD_H
1120
1121 /* Define to 1 if the system has the type `unsigned long long int'. */
1122 #undef HAVE_UNSIGNED_LONG_LONG_INT
1123
1124 /* Define to 1 if you have the `vasnprintf' function. */
1125 #undef HAVE_VASNPRINTF
1126
1127 /* Define to 1 if you have the `vfprintf' function. */
1128 #undef HAVE_VFPRINTF
1129
1130 /* Define if vfprintf is declared. */
1131 #undef HAVE_VFPRINTF_DECL
1132
1133 /* Define to 1 or 0, depending whether the compiler supports simple visibility
1134    declarations. */
1135 #undef HAVE_VISIBILITY
1136
1137 /* Define to 1 if you have the `vprintf' function. */
1138 #undef HAVE_VPRINTF
1139
1140 /* Define if vprintf is declared. */
1141 #undef HAVE_VPRINTF_DECL
1142
1143 /* Define to 1 if you have the `vsnprintf' function. */
1144 #undef HAVE_VSNPRINTF
1145
1146 /* Define if vsnprintf is declared. */
1147 #undef HAVE_VSNPRINTF_DECL
1148
1149 /* Define to 1 if you have the <wait.h> header file. */
1150 #undef HAVE_WAIT_H
1151
1152 /* Define to 1 if you have the <wchar.h> header file. */
1153 #undef HAVE_WCHAR_H
1154
1155 /* Define if you have the 'wchar_t' type. */
1156 #undef HAVE_WCHAR_T
1157
1158 /* Define to 1 if you have the `wcslen' function. */
1159 #undef HAVE_WCSLEN
1160
1161 /* Define to 1 if you have the <winsock2.h> header file. */
1162 #undef HAVE_WINSOCK2_H
1163
1164 /* Define if you have the 'wint_t' type. */
1165 #undef HAVE_WINT_T
1166
1167 /* Define to 1 if you have the `writev' function. */
1168 #undef HAVE_WRITEV
1169
1170 /* Define if writev is declared. */
1171 #undef HAVE_WRITEV_DECL
1172
1173 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1174 #undef HAVE_WS2TCPIP_H
1175
1176 /* Define to 1 if the system has the type `_Bool'. */
1177 #undef HAVE__BOOL
1178
1179 /* Define to 1 if you have the `_ftime' function. */
1180 #undef HAVE__FTIME
1181
1182 /* Define to 1 if you have the external variable, _system_configuration with a
1183    member named physmem. */
1184 #undef HAVE__SYSTEM_CONFIGURATION
1185
1186 /* Define on Cygwin. */
1187 #undef IGNORE_FSTAB
1188
1189 /* Define on Cygwin. */
1190 #undef IGNORE_TAR_ERRORS
1191
1192 /* The name for the Kerberized Amanda service. */
1193 #undef KAMANDA_SERVICE_NAME
1194
1195 /* Enable Kerberos IV security. */
1196 #undef KRB4_SECURITY
1197
1198 /* Define if Kerberos 5 security is to be enabled. */
1199 #undef KRB5_SECURITY
1200
1201 /* Defined if libcurl supports AsynchDNS */
1202 #undef LIBCURL_FEATURE_ASYNCHDNS
1203
1204 /* Defined if libcurl supports IDN */
1205 #undef LIBCURL_FEATURE_IDN
1206
1207 /* Defined if libcurl supports IPv6 */
1208 #undef LIBCURL_FEATURE_IPV6
1209
1210 /* Defined if libcurl supports KRB4 */
1211 #undef LIBCURL_FEATURE_KRB4
1212
1213 /* Defined if libcurl supports libz */
1214 #undef LIBCURL_FEATURE_LIBZ
1215
1216 /* Defined if libcurl supports NTLM */
1217 #undef LIBCURL_FEATURE_NTLM
1218
1219 /* Defined if libcurl supports SSL */
1220 #undef LIBCURL_FEATURE_SSL
1221
1222 /* Defined if libcurl supports SSPI */
1223 #undef LIBCURL_FEATURE_SSPI
1224
1225 /* Defined if libcurl supports DICT */
1226 #undef LIBCURL_PROTOCOL_DICT
1227
1228 /* Defined if libcurl supports FILE */
1229 #undef LIBCURL_PROTOCOL_FILE
1230
1231 /* Defined if libcurl supports FTP */
1232 #undef LIBCURL_PROTOCOL_FTP
1233
1234 /* Defined if libcurl supports FTPS */
1235 #undef LIBCURL_PROTOCOL_FTPS
1236
1237 /* Defined if libcurl supports HTTP */
1238 #undef LIBCURL_PROTOCOL_HTTP
1239
1240 /* Defined if libcurl supports HTTPS */
1241 #undef LIBCURL_PROTOCOL_HTTPS
1242
1243 /* Defined if libcurl supports LDAP */
1244 #undef LIBCURL_PROTOCOL_LDAP
1245
1246 /* Defined if libcurl supports TELNET */
1247 #undef LIBCURL_PROTOCOL_TELNET
1248
1249 /* Defined if libcurl supports TFTP */
1250 #undef LIBCURL_PROTOCOL_TFTP
1251
1252 /* A comma-separated list of two integers, determining the minimum and maximum
1253    * reserved TCP port numbers sockets should be bound to. (mainly for
1254    amrecover) */
1255 #undef LOW_TCPPORTRANGE
1256
1257 /* Command for starting printing jobs. */
1258 #undef LPRCMD
1259
1260 /* LPRCMD switch for specifying a printer name. */
1261 #undef LPRFLAG
1262
1263 /* A program that understands -s "subject" user < message_file */
1264 #undef MAILER
1265
1266 /* Maximum size of a tape block in KBytes. */
1267 #undef MAX_TAPE_BLOCK_KB
1268
1269 /* The switch to be used when invoking mt to specify the * tape device. */
1270 #undef MT_FILE_FLAG
1271
1272 /* Define on Cygwin. */
1273 #undef NEED_PATH_ENV
1274
1275 /* Define if we have to reset tape offsets when reaching 2GB. */
1276 #undef NEED_RESETOFS
1277
1278 /* Name of package */
1279 #undef PACKAGE
1280
1281 /* Define to the address where bug reports for this package should be sent. */
1282 #undef PACKAGE_BUGREPORT
1283
1284 /* Define to the full name of this package. */
1285 #undef PACKAGE_NAME
1286
1287 /* Define to the full name and version of this package. */
1288 #undef PACKAGE_STRING
1289
1290 /* Define to the one symbol short name of this package. */
1291 #undef PACKAGE_TARNAME
1292
1293 /* Define to the version of this package. */
1294 #undef PACKAGE_VERSION
1295
1296 /* Define if the pthread_in_use() detection is hard. */
1297 #undef PTHREAD_IN_USE_DETECTION_HARD
1298
1299 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1300    'ptrdiff_t'. */
1301 #undef PTRDIFF_T_SUFFIX
1302
1303 /* Define as the prefix for raw disk devices, commonly /dev/r or /dev/rdsk/ */
1304 #undef RDEV_PREFIX
1305
1306 /* Define if vasnprintf exists but is overridden by gnulib. */
1307 #undef REPLACE_VASNPRINTF
1308
1309 /* Define the location of the ufsrestore or restore program. */
1310 #undef RESTORE
1311
1312 /* Define as the return type of signal handlers (`int' or `void'). */
1313 #undef RETSIGTYPE
1314
1315 /* Define if RSH transport should be enabled. */
1316 #undef RSH_SECURITY
1317
1318 /* Define the location of smbclient for backing up Samba PC clients. */
1319 #undef SAMBA_CLIENT
1320
1321 /* Not the actual samba version, just a number that should be increased
1322    whenever we start to rely on a new samba feature. */
1323 #undef SAMBA_VERSION
1324
1325 /* Define to type of select arguments. */
1326 #undef SELECT_ARG_TYPE
1327
1328 /* The Kerberos server instance. */
1329 #undef SERVER_HOST_INSTANCE
1330
1331 /* The Kerberos server key file. */
1332 #undef SERVER_HOST_KEY_FILE
1333
1334 /* The Kerberos server principal. */
1335 #undef SERVER_HOST_PRINCIPAL
1336
1337 /* A suffix that will be appended to service names. * Useful for testing in
1338    parallel with a working version. */
1339 #undef SERVICE_SUFFIX
1340
1341 /* Define to 1 if the `setpgrp' function takes no argument. */
1342 #undef SETPGRP_VOID
1343
1344 /* Define to type of shmget() function argument. */
1345 #undef SHM_ARG_TYPE
1346
1347 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1348    'sig_atomic_t'. */
1349 #undef SIG_ATOMIC_T_SUFFIX
1350
1351 /* Define if all of Amanda will run as a single userid (e.g., on Cygwin or for
1352    installchecks) */
1353 #undef SINGLE_USERID
1354
1355 /* The size of `int', as computed by sizeof. */
1356 #undef SIZEOF_INT
1357
1358 /* The size of `intmax_t', as computed by sizeof. */
1359 #undef SIZEOF_INTMAX_T
1360
1361 /* The size of `long', as computed by sizeof. */
1362 #undef SIZEOF_LONG
1363
1364 /* The size of `long long', as computed by sizeof. */
1365 #undef SIZEOF_LONG_LONG
1366
1367 /* The size of `off_t', as computed by sizeof. */
1368 #undef SIZEOF_OFF_T
1369
1370 /* The size of `size_t', as computed by sizeof. */
1371 #undef SIZEOF_SIZE_T
1372
1373 /* The size of `ssize_t', as computed by sizeof. */
1374 #undef SIZEOF_SSIZE_T
1375
1376 /* The size of `time_t', as computed by sizeof. */
1377 #undef SIZEOF_TIME_T
1378
1379 /* Define as the maximum value of type 'size_t', if the system doesn't define
1380    it. */
1381 #undef SIZE_MAX
1382
1383 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1384    'size_t'. */
1385 #undef SIZE_T_SUFFIX
1386
1387 /* Define to the exact path to the sort program. */
1388 #undef SORT_PATH
1389
1390 /* Path to the SSH binary */
1391 #undef SSH
1392
1393 /* Arguments to ssh */
1394 #undef SSH_OPTIONS
1395
1396 /* Define if SSH transport should be enabled. */
1397 #undef SSH_SECURITY
1398
1399 /* If using the C implementation of alloca, define if you know the
1400    direction of stack growth for your system; otherwise it will be
1401    automatically deduced at runtime.
1402         STACK_DIRECTION > 0 => grows toward higher addresses
1403         STACK_DIRECTION < 0 => grows toward lower addresses
1404         STACK_DIRECTION = 0 => direction of growth unknown */
1405 #undef STACK_DIRECTION
1406
1407 /* Define if the block counts reported by statfs may be truncated to 2GB and
1408    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1409    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1410    affected.) */
1411 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1412
1413 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1414 #undef STAT_MACROS_BROKEN
1415
1416 /* Define if there is no specific function for reading file systems usage
1417    information and you have the <sys/filsys.h> header file. (SVR2) */
1418 #undef STAT_READ_FILSYS
1419
1420 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1421    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1422 #undef STAT_STATFS2_BSIZE
1423
1424 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1425    (4.4BSD, NetBSD) */
1426 #undef STAT_STATFS2_FSIZE
1427
1428 /* Define if statfs takes 2 args and the second argument has type struct
1429    fs_data. (Ultrix) */
1430 #undef STAT_STATFS2_FS_DATA
1431
1432 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1433 #undef STAT_STATFS3_OSF1
1434
1435 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1436 #undef STAT_STATFS4
1437
1438 /* Define if there is a function named statvfs. (SVR4) */
1439 #undef STAT_STATVFS
1440
1441 /* Define to 1 if you have the ANSI C header files. */
1442 #undef STDC_HEADERS
1443
1444 /* A comma-separated list of two integers, determining the minimum and *
1445    maximum unreserved TCP port numbers sockets should be bound to. */
1446 #undef TCPPORTRANGE
1447
1448 /* The Kerberos ticket lifetime. */
1449 #undef TICKET_LIFETIME
1450
1451 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1452 #undef TIME_WITH_SYS_TIME
1453
1454 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1455 #undef TM_IN_SYS_TIME
1456
1457 /* A comma-separated list of two integers, determining the minimum and *
1458    maximum reserved UDP port numbers sockets should be bound to. */
1459 #undef UDPPORTRANGE
1460
1461 /* Define as any optional arguments to get UNCOMPRESS_PATH to uncompress. */
1462 #undef UNCOMPRESS_OPT
1463
1464 /* Define as the exact path to the gzip or compress command. */
1465 #undef UNCOMPRESS_PATH
1466
1467 /* Define if you want to use the ".amandahosts" for BSD security. */
1468 #undef USE_AMANDAHOSTS
1469
1470 /* Define for backups being done on a multiple networks and FQDNs are used. */
1471 #undef USE_FQDN
1472
1473 /* Define if the POSIX multithreading library can be used. */
1474 #undef USE_POSIX_THREADS
1475
1476 /* Define if references to the POSIX multithreading library should be made
1477    weak. */
1478 #undef USE_POSIX_THREADS_WEAK
1479
1480 /* Define if the GNU Pth multithreading library can be used. */
1481 #undef USE_PTH_THREADS
1482
1483 /* Define if references to the GNU Pth multithreading library should be made
1484    weak. */
1485 #undef USE_PTH_THREADS_WEAK
1486
1487 /* Define to set SO_REUSEADDR on network connections. */
1488 #undef USE_REUSEADDR
1489
1490 /* Define to invoke rundump (setuid-root) instead of DUMP program directly. */
1491 #undef USE_RUNDUMP
1492
1493 /* Define if the old Solaris multithreading library can be used. */
1494 #undef USE_SOLARIS_THREADS
1495
1496 /* Define if references to the old Solaris multithreading library should be
1497    made weak. */
1498 #undef USE_SOLARIS_THREADS_WEAK
1499
1500 /* Define to have programs use version suffixes when calling other programs.
1501    */
1502 #undef USE_VERSION_SUFFIXES
1503
1504 /* Define if the Win32 multithreading API can be used. */
1505 #undef USE_WIN32_THREADS
1506
1507 /* Define the location of the vdump program. */
1508 #undef VDUMP
1509
1510 /* Version number of package */
1511 #undef VERSION
1512
1513 /* Define the location of the vrestore program. */
1514 #undef VRESTORE
1515
1516 /* Define the location of the vxdump program on HPUX and SINIX hosts or on *
1517    other hosts where the Veritas filesystem (vxfs) has been installed. */
1518 #undef VXDUMP
1519
1520 /* Define the location of the vxrestore program on HPUX and SINIX hosts or on
1521    * other hosts where the Veritas filesystem (vxfs) has been installed. */
1522 #undef VXRESTORE
1523
1524 /* Defined if wait() puts the status in a int instead of a union wait. */
1525 #undef WAIT_USES_INT
1526
1527 /* Defined if wait() puts the status in a union wait instead of int. */
1528 #undef WAIT_USES_UNION
1529
1530 /* Define to use flock(2) for file locking */
1531 #undef WANT_AMFLOCK_FLOCK
1532
1533 /* Define to use link(2) to emulate file locking. */
1534 #undef WANT_AMFLOCK_LNLOCK
1535
1536 /* Define to use lockf(3) for file locking. */
1537 #undef WANT_AMFLOCK_LOCKF
1538
1539 /* Define to use POSIX (fcntl()) for file locking */
1540 #undef WANT_AMFLOCK_POSIX
1541
1542 /* Compile Amazon DevPay support */
1543 #undef WANT_DEVPAY
1544
1545 /* Compile Amazon S3 driver */
1546 #undef WANT_S3_DEVICE
1547
1548 /* Define if clients should be built setuid-root */
1549 #undef WANT_SETUID_CLIENT
1550
1551 /* Define on AIX. */
1552 #undef WANT_TAPE_AIX
1553
1554 /* Define if the tape-device will be built */
1555 #undef WANT_TAPE_DEVICE
1556
1557 /* Define on UnixWare. */
1558 #undef WANT_TAPE_UWARE
1559
1560 /* Define on XENIX/ISC. */
1561 #undef WANT_TAPE_XENIX
1562
1563 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1564    'wchar_t'. */
1565 #undef WCHAR_T_SUFFIX
1566
1567 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1568    'wint_t'. */
1569 #undef WINT_T_SUFFIX
1570
1571 /* Define to 1 if your processor stores words with the most significant byte
1572    first (like Motorola and SPARC, unlike Intel and VAX). */
1573 #undef WORDS_BIGENDIAN
1574
1575 /* Target system has functional IPv6 support */
1576 #undef WORKING_IPV6
1577
1578 /* Define the location of the xfsdump program on Irix hosts. */
1579 #undef XFSDUMP
1580
1581 /* Define the location of the xfsrestore program on Irix hosts. */
1582 #undef XFSRESTORE
1583
1584 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1585    `char[]'. */
1586 #undef YYTEXT_POINTER
1587
1588 /* Number of bits in a file offset, on hosts where this is settable. */
1589 #undef _FILE_OFFSET_BITS
1590
1591 /* Enable GNU extensions on systems that have them.  */
1592 #ifndef _GNU_SOURCE
1593 # undef _GNU_SOURCE
1594 #endif
1595
1596 /* Define for large files, on AIX-style hosts. */
1597 #undef _LARGE_FILES
1598
1599 /* Define to 1 if on MINIX. */
1600 #undef _MINIX
1601
1602 /* Define to 2 if the system does not provide POSIX.1 features except with
1603    this defined. */
1604 #undef _POSIX_1_SOURCE
1605
1606 /* Define to 1 if you need to in order for `stat' and other things to work. */
1607 #undef _POSIX_SOURCE
1608
1609 /* Enable extensions on AIX 3, Interix.  */
1610 #ifndef _ALL_SOURCE
1611 # undef _ALL_SOURCE
1612 #endif
1613 /* Enable GNU extensions on systems that have them.  */
1614 #ifndef _GNU_SOURCE
1615 # undef _GNU_SOURCE
1616 #endif
1617 /* Enable threading extensions on Solaris.  */
1618 #ifndef _POSIX_PTHREAD_SEMANTICS
1619 # undef _POSIX_PTHREAD_SEMANTICS
1620 #endif
1621 /* Enable extensions on HP NonStop.  */
1622 #ifndef _TANDEM_SOURCE
1623 # undef _TANDEM_SOURCE
1624 #endif
1625 /* Enable general extensions on Solaris.  */
1626 #ifndef __EXTENSIONS__
1627 # undef __EXTENSIONS__
1628 #endif
1629
1630
1631 /* Directory in which Amanda header files should be installed */
1632 #undef amincludedir
1633
1634 /* Directory in which Amanda libraries should be installed */
1635 #undef amlibdir
1636
1637 /* Directory in which Amanda own programs should be installed */
1638 #undef amlibexecdir
1639
1640 /* Directory in which perl modules should be installed */
1641 #undef amperldir
1642
1643 /* Directory in which user binaries should be installed. */
1644 #undef bindir
1645
1646 /* Define to empty if `const' does not conform to ANSI C. */
1647 #undef const
1648
1649 /* Define curl_free() as free() if our version of curl lacks curl_free. */
1650 #undef curl_free
1651
1652 /* Type for curl_off_t, if it is not defined by the system */
1653 #undef curl_off_t
1654
1655 /* Define to `int' if <sys/types.h> doesn't define. */
1656 #undef gid_t
1657
1658 /* Define to rpl_gmtime if the replacement function should be used. */
1659 #undef gmtime
1660
1661 /* Type for in_port_t, if it is not defined by the system */
1662 #undef in_port_t
1663
1664 /* Define to `__inline__' or `__inline' if that's what the C compiler
1665    calls it, or to nothing if 'inline' is not supported under any name.  */
1666 #ifndef __cplusplus
1667 #undef inline
1668 #endif
1669
1670 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1671 #undef intmax_t
1672
1673 /* Directory in which internal binaries should be installed. */
1674 #undef libexecdir
1675
1676 /* Define to rpl_localtime if the replacement function should be used. */
1677 #undef localtime
1678
1679 /* Directory in which man-pages should be installed */
1680 #undef mandir
1681
1682 /* Define to `long int' if <sys/types.h> does not define. */
1683 #undef off_t
1684
1685 /* Define to `int' if <sys/types.h> does not define. */
1686 #undef pid_t
1687
1688 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1689    supported. Do not define if restrict is supported directly. */
1690 #undef restrict
1691
1692 /* Type for sa_family_t, if it is not defined by the system */
1693 #undef sa_family_t
1694
1695 /* Directory in which administrator binaries should be installed. */
1696 #undef sbindir
1697
1698 /* Define to `unsigned int' if <sys/types.h> does not define. */
1699 #undef size_t
1700
1701 /* type to use in place of socklen_t if not defined */
1702 #undef socklen_t
1703
1704 /* type to use for socket length parameters; use instead of socklen_t */
1705 #undef socklen_t_equiv
1706
1707 /* Define as a signed type of the same size as size_t. */
1708 #undef ssize_t
1709
1710 /* Define to `int' if <sys/types.h> doesn't define. */
1711 #undef uid_t