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