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