Imported Upstream version 2.5.2p1
[debian/amanda] / config / config.h.in
1 /* config/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define this to an absolute name of <string.h>. */
4 #undef ABSOLUTE_STRING_H
5
6 /* Define on AIX. */
7 #undef AIX_BACKUP
8
9 /* Define on AIX. */
10 #undef AIX_TAPEIO
11
12 /* Location of Amanda directories and files. */
13 #undef AMANDA_DBGDIR
14
15 /* Number of days to keep debugging files. */
16 #undef AMANDA_DEBUG_DAYS
17
18 /* The name for the Amanda service. */
19 #undef AMANDA_SERVICE_NAME
20
21 /* The directory in which Amanda should create temporary files. */
22 #undef AMANDA_TMPDIR
23
24 /* Define if you want assertion checking. */
25 #undef ASSERTIONS
26
27 /* Define as the user who owns installed binaries. */
28 #undef BINARY_OWNER
29
30 /* Define if BSDTCP transport should be enabled. */
31 #undef BSDTCP_SECURITY
32
33 /* Define if BSDUDP transport should be enabled. */
34 #undef BSDUDP_SECURITY
35
36 /* Define to use BSD .rhosts/.amandahosts security. */
37 #undef BSD_SECURITY
38
39 /* The Kerberos client host instance. */
40 #undef CLIENT_HOST_INSTANCE
41
42 /* The Kerberos client host key file. */
43 #undef CLIENT_HOST_KEY_FILE
44
45 /* The Kerberos client host principle. */
46 #undef CLIENT_HOST_PRINCIPLE
47
48 /* Define as a the user to force to on client machines. */
49 #undef CLIENT_LOGIN
50
51 /* Define to 1 if the `closedir' function returns void instead of `int'. */
52 #undef CLOSEDIR_VOID
53
54 /* Define as the command line option for best compression. */
55 #undef COMPRESS_BEST_OPT
56
57 /* Define as the command line option for fast compression. */
58 #undef COMPRESS_FAST_OPT
59
60 /* Define to the exact path to the gzip or the compress program. */
61 #undef COMPRESS_PATH
62
63 /* Define to the suffix for the COMPRESS_PATH compression program. */
64 #undef COMPRESS_SUFFIX
65
66 /* Saves the original ./configure command line arguments */
67 #undef CONFIGURE_COMMAND
68
69 /* The directory in which configuration directories should be created. */
70 #undef CONFIG_DIR
71
72 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
73    systems. This function is required for `alloca.c' support on those systems.
74    */
75 #undef CRAY_STACKSEG_END
76
77 /* Define to 1 if using `alloca.c'. */
78 #undef C_ALLOCA
79
80 /* Define if you want debugging. */
81 #undef DEBUG_CODE
82
83 /* This is the default changer device. */
84 #undef DEFAULT_CHANGER_DEVICE
85
86 /* This is the default Amanda configuration. */
87 #undef DEFAULT_CONFIG
88
89 /* For Linux systems with floppy tapes: * QIC volume table support via raw
90    tape device. */
91 #undef DEFAULT_RAW_TAPE_DEVICE
92
93 /* This is the default Amanda index server. */
94 #undef DEFAULT_SERVER
95
96 /* This is the default no-rewinding tape device. */
97 #undef DEFAULT_TAPE_DEVICE
98
99 /* This is the default restoring Amanda tape server. */
100 #undef DEFAULT_TAPE_SERVER
101
102 /* Define as the prefix for disk devices, commonly /dev/ or /dev/dsk/ */
103 #undef DEV_PREFIX
104
105 /* Define on Cygwin. */
106 #undef DONT_SUID_ROOT
107
108 /* Define the location of the ufsdump, backup, or dump program. */
109 #undef DUMP
110
111 /* Directory in which dumper interfaces should be installed and searched. */
112 #undef DUMPER_DIR
113
114 /* Define if dumper should buffer the sockets for faster throughput. */
115 #undef DUMPER_SOCKET_BUFFERING
116
117 /* Define this if this system's dump exits with 1 as a success code. */
118 #undef DUMP_RETURNS_1
119
120 /* Define as good substitute value for EOVERFLOW. */
121 #undef EOVERFLOW
122
123 /* Define to force to another user on client machines. */
124 #undef FORCE_USERID
125
126 /* Define to 1 if the `getpgrp' function requires zero arguments. */
127 #undef GETPGRP_VOID
128
129 /* Define to the location of Gnu tar. */
130 #undef GNUTAR
131
132 /* The directory in which GNU tar should store directory lists for
133    incrementals. */
134 #undef GNUTAR_LISTED_INCREMENTAL_DIR
135
136 /* Define the location of the grep program. */
137 #undef GREP
138
139 /* Define to 1 if you have the `accept' function. */
140 #undef HAVE_ACCEPT
141
142 /* Define if accept is declared. */
143 #undef HAVE_ACCEPT_DECL
144
145 /* Define to enable AIX tape-changer support */
146 #undef HAVE_AIX_LIKE_SCSI
147
148 /* Define to 1 if you have `alloca', as a function or macro. */
149 #undef HAVE_ALLOCA
150
151 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
152    */
153 #undef HAVE_ALLOCA_H
154
155 /* Define to 1 if you have the <arpa/inet.h> header file. */
156 #undef HAVE_ARPA_INET_H
157
158 /* Define to 1 if you have the `atexit' function. */
159 #undef HAVE_ATEXIT
160
161 /* Define to 1 if you have the `atof' function. */
162 #undef HAVE_ATOF
163
164 /* Define if atof is declared. */
165 #undef HAVE_ATOF_DECL
166
167 /* Define to 1 if you have the `atoi' function. */
168 #undef HAVE_ATOI
169
170 /* Define if atoi is declared. */
171 #undef HAVE_ATOI_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 this if issuing a fsf on a tape fails when you are not at a tape *
201    mark, for instance, if amrecover gives I/O errors when skipping. */
202 #undef HAVE_BROKEN_FSF
203
204 /* Define to enable BSD tape-changer support */
205 #undef HAVE_BSD_LIKE_SCSI
206
207 /* Define to 1 if you have the `bzero' function. */
208 #undef HAVE_BZERO
209
210 /* Define if bzero is declared. */
211 #undef HAVE_BZERO_DECL
212
213 /* Define to 1 if you have the <camlib.h> header file. */
214 #undef HAVE_CAMLIB_H
215
216 /* Define to 1 if you have the <cam/cam.h> header file. */
217 #undef HAVE_CAM_CAM_H
218
219 /* Define to enable CAM tape-changer support */
220 #undef HAVE_CAM_LIKE_SCSI
221
222 /* Define to 1 if you have the <cam/scsi/scsi_message.h> header file. */
223 #undef HAVE_CAM_SCSI_SCSI_MESSAGE_H
224
225 /* Define if limits.h defines CHAR_BIT. */
226 #undef HAVE_CHAR_BIT
227
228 /* Define if limits.h defines CHAR_MAX. */
229 #undef HAVE_CHAR_MAX
230
231 /* Define if limits.h defines CHAR_MIN. */
232 #undef HAVE_CHAR_MIN
233
234 /* Define to 1 if you have the <chio.h> header file. */
235 #undef HAVE_CHIO_H
236
237 /* Define to 1 if you have the `closelog' function. */
238 #undef HAVE_CLOSELOG
239
240 /* Define if closelog is declared. */
241 #undef HAVE_CLOSELOG_DECL
242
243 /* Define to 1 if you have the `connect' function. */
244 #undef HAVE_CONNECT
245
246 /* Define if connect is declared. */
247 #undef HAVE_CONNECT_DECL
248
249 /* Define to 1 if you have the <dbm.h> header file. */
250 #undef HAVE_DBM_H
251
252 /* Define to 1 if you have the `dbm_open' function. */
253 #undef HAVE_DBM_OPEN
254
255 /* Define if dbm_open is declared. */
256 #undef HAVE_DBM_OPEN_DECL
257
258 /* Define to 1 if you have the <db.h> header file. */
259 #undef HAVE_DB_H
260
261 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
262    don't. */
263 #undef HAVE_DECL_FREEADDRINFO
264
265 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
266    don't. */
267 #undef HAVE_DECL_GAI_STRERROR
268
269 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
270    don't. */
271 #undef HAVE_DECL_GETADDRINFO
272
273 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
274    don't. */
275 #undef HAVE_DECL_GETNAMEINFO
276
277 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
278    don't. */
279 #undef HAVE_DECL_INET_NTOP
280
281 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
282    don't. */
283 #undef HAVE_DECL_SNPRINTF
284
285 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
286    */
287 #undef HAVE_DECL_STRDUP
288
289 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
290    */
291 #undef HAVE_DIRENT_H
292
293 /* Define to 1 if you have the <dlfcn.h> header file. */
294 #undef HAVE_DLFCN_H
295
296 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
297 #undef HAVE_DOPRNT
298
299 /* Define to the string that enables dump estimates. */
300 #undef HAVE_DUMP_ESTIMATE
301
302 /* Define to 1 if you have the `endmntent' function. */
303 #undef HAVE_ENDMNTENT
304
305 /* Define to 1 if you have the `fclose' function. */
306 #undef HAVE_FCLOSE
307
308 /* Define if fclose is declared. */
309 #undef HAVE_FCLOSE_DECL
310
311 /* Define to 1 if you have the <fcntl.h> header file. */
312 #undef HAVE_FCNTL_H
313
314 /* Define to 1 if you have the `fflush' function. */
315 #undef HAVE_FFLUSH
316
317 /* Define if fflush is declared. */
318 #undef HAVE_FFLUSH_DECL
319
320 /* Define to 1 if you have the `flock' function. */
321 #undef HAVE_FLOCK
322
323 /* Define if flock is declared. */
324 #undef HAVE_FLOCK_DECL
325
326 /* Define to 1 if you have the `fnmatch' function. */
327 #undef HAVE_FNMATCH
328
329 /* Define to 1 if you have the <fnmatch.h> header file. */
330 #undef HAVE_FNMATCH_H
331
332 /* Define to 1 if you have the `fprintf' function. */
333 #undef HAVE_FPRINTF
334
335 /* Define if fprintf is declared. */
336 #undef HAVE_FPRINTF_DECL
337
338 /* Define to 1 if you have the `fputc' function. */
339 #undef HAVE_FPUTC
340
341 /* Define if fputc is declared. */
342 #undef HAVE_FPUTC_DECL
343
344 /* Define to 1 if you have the `fputs' function. */
345 #undef HAVE_FPUTS
346
347 /* Define if fputs is declared. */
348 #undef HAVE_FPUTS_DECL
349
350 /* Define to 1 if you have the `fread' function. */
351 #undef HAVE_FREAD
352
353 /* Define if fread is declared. */
354 #undef HAVE_FREAD_DECL
355
356 /* Define to 1 if you have the `fseek' function. */
357 #undef HAVE_FSEEK
358
359 /* Define if fseek is declared. */
360 #undef HAVE_FSEEK_DECL
361
362 /* Define to 1 if you have the <fstab.h> header file. */
363 #undef HAVE_FSTAB_H
364
365 /* Define to 1 if you have the `fwrite' function. */
366 #undef HAVE_FWRITE
367
368 /* Define if fwrite is declared. */
369 #undef HAVE_FWRITE_DECL
370
371 /* Define to 1 if you have the `gai_strerror' function. */
372 #undef HAVE_GAI_STRERROR
373
374 /* Define to 1 if you have the `getaddrinfo' function. */
375 #undef HAVE_GETADDRINFO
376
377 /* Define to 1 if you have the `getfsent' function. */
378 #undef HAVE_GETFSENT
379
380 /* Define to 1 if you have the `gethostbyname' function. */
381 #undef HAVE_GETHOSTBYNAME
382
383 /* Define to 1 if you have the `gethostname' function. */
384 #undef HAVE_GETHOSTNAME
385
386 /* Define if gethostname is declared. */
387 #undef HAVE_GETHOSTNAME_DECL
388
389 /* Define to 1 if you have the `getmntent' function. */
390 #undef HAVE_GETMNTENT
391
392 /* Define to 1 if you have the `getopt' function. */
393 #undef HAVE_GETOPT
394
395 /* Define if getopt is declared. */
396 #undef HAVE_GETOPT_DECL
397
398 /* Define to 1 if you have the `getpagesize' function. */
399 #undef HAVE_GETPAGESIZE
400
401 /* Define to 1 if you have the `getpeername' function. */
402 #undef HAVE_GETPEERNAME
403
404 /* Define if getpeername is declared. */
405 #undef HAVE_GETPEERNAME_DECL
406
407 /* Define to 1 if you have the `getpgrp' function. */
408 #undef HAVE_GETPGRP
409
410 /* Define to 1 if you have the `getsockname' function. */
411 #undef HAVE_GETSOCKNAME
412
413 /* Define if getsockname is declared. */
414 #undef HAVE_GETSOCKNAME_DECL
415
416 /* Define to 1 if you have the `getsockopt' function. */
417 #undef HAVE_GETSOCKOPT
418
419 /* Define if getsockopt is declared. */
420 #undef HAVE_GETSOCKOPT_DECL
421
422 /* Define to 1 if you have the `gettimeofday' function. */
423 #undef HAVE_GETTIMEOFDAY
424
425 /* Define if gettimeofday is declared. */
426 #undef HAVE_GETTIMEOFDAY_DECL
427
428 /* Define to 1 if you have the `getvfsent' function. */
429 #undef HAVE_GETVFSENT
430
431 /* Define to 1 if you have the <grp.h> header file. */
432 #undef HAVE_GRP_H
433
434 /* Define if Amanda is using the gzip program. */
435 #undef HAVE_GZIP
436
437 /* Define to 1 if you have the <history.h> header file. */
438 #undef HAVE_HISTORY_H
439
440 /* Define this if dump accepts -h for honoring nodump. */
441 #undef HAVE_HONOR_NODUMP
442
443 /* Define to enable HPUX tape-changer support. */
444 #undef HAVE_HPUX_LIKE_SCSI
445
446 /* Define to enable HPUX chio based changer support. */
447 #undef HAVE_HPUX_SCSI_CHIO
448
449 /* Define to 1 if you have the `inet_ntop' function. */
450 #undef HAVE_INET_NTOP
451
452 /* Define to 1 if you have the `initgroups' function. */
453 #undef HAVE_INITGROUPS
454
455 /* Define if initgroups is declared. */
456 #undef HAVE_INITGROUPS_DECL
457
458 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
459 #undef HAVE_INTMAX_T
460
461 /* Define to 1 if you have the <inttypes.h> header file. */
462 #undef HAVE_INTTYPES_H
463
464 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
465    declares uintmax_t. */
466 #undef HAVE_INTTYPES_H_WITH_UINTMAX
467
468 /* Define to 1 if you have the `ioctl' function. */
469 #undef HAVE_IOCTL
470
471 /* Define if ioctl is declared. */
472 #undef HAVE_IOCTL_DECL
473
474 /* Define to 1 if <sys/socket.h> defines AF_INET. */
475 #undef HAVE_IPV4
476
477 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
478 #undef HAVE_IPV6
479
480 /* Define to enable IRIX tape-changer support */
481 #undef HAVE_IRIX_LIKE_SCSI
482
483 /* Define to 1 if you have the `isascii' function. */
484 #undef HAVE_ISASCII
485
486 /* Define to 1 if you have the `isnormal' function. */
487 #undef HAVE_ISNORMAL
488
489 /* Define if isnormal is declared. */
490 #undef HAVE_ISNORMAL_DECL
491
492 /* Define to 1 if you have the `c' library (-lc). */
493 #undef HAVE_LIBC
494
495 /* Define to 1 if you have the `cam' library (-lcam). */
496 #undef HAVE_LIBCAM
497
498 /* Define to 1 if you have the `curses' library (-lcurses). */
499 #undef HAVE_LIBCURSES
500
501 /* Define to 1 if you have the `cur_colr' library (-lcur_colr). */
502 #undef HAVE_LIBCUR_COLR
503
504 /* Define to 1 if you have the <libc.h> header file. */
505 #undef HAVE_LIBC_H
506
507 /* Define to 1 if you have the `db' library (-ldb). */
508 #undef HAVE_LIBDB
509
510 /* Define to 1 if you have the `dbm' library (-ldbm). */
511 #undef HAVE_LIBDBM
512
513 /* Define to 1 if you have the `dbmalloc' library (-ldbmalloc). */
514 #undef HAVE_LIBDBMALLOC
515
516 /* Define to 1 if you have the `gdbm' library (-lgdbm). */
517 #undef HAVE_LIBGDBM
518
519 /* Define to 1 if you have the <libgen.h> header file. */
520 #undef HAVE_LIBGEN_H
521
522 /* Define to 1 if you have the `intl' library (-lintl). */
523 #undef HAVE_LIBINTL
524
525 /* Define to 1 if you have the `krb5support' library (-lkrb5support). */
526 #undef HAVE_LIBKRB5SUPPORT
527
528 /* Define to 1 if you have the `m' library (-lm). */
529 #undef HAVE_LIBM
530
531 /* Define to 1 if you have the `ncurses' library (-lncurses). */
532 #undef HAVE_LIBNCURSES
533
534 /* Define to 1 if you have the `ndbm' library (-lndbm). */
535 #undef HAVE_LIBNDBM
536
537 /* Define to 1 if you have the `nsl' library (-lnsl). */
538 #undef HAVE_LIBNSL
539
540 /* Define to 1 if you have the `readline' library (-lreadline). */
541 #undef HAVE_LIBREADLINE
542
543 /* Define to 1 if you have the `resolv' library (-lresolv). */
544 #undef HAVE_LIBRESOLV
545
546 /* Define to 1 if you have the `socket' library (-lsocket). */
547 #undef HAVE_LIBSOCKET
548
549 /* Define to 1 if you have the `sun' library (-lsun). */
550 #undef HAVE_LIBSUN
551
552 /* Define to 1 if you have the `termcap' library (-ltermcap). */
553 #undef HAVE_LIBTERMCAP
554
555 /* Define to 1 if you have the `vtblc' library (-lvtblc). */
556 #undef HAVE_LIBVTBLC
557
558 /* Define to 1 if you have the <limits.h> header file. */
559 #undef HAVE_LIMITS_H
560
561 /* Define to enable Linux tape-changer support. */
562 #undef HAVE_LINUX_LIKE_SCSI
563
564 /* Define to 1 if you have the <linux/zftape.h> header file. */
565 #undef HAVE_LINUX_ZFTAPE_H
566
567 /* Define to 1 if you have the `listen' function. */
568 #undef HAVE_LISTEN
569
570 /* Define if listen is declared. */
571 #undef HAVE_LISTEN_DECL
572
573 /* Define if you have the 'long double' type. */
574 #undef HAVE_LONG_DOUBLE
575
576 /* Define if you have the 'long long' type. */
577 #undef HAVE_LONG_LONG
578
579 /* Define to 1 if the system has the type `long long int'. */
580 #undef HAVE_LONG_LONG_INT
581
582 /* Define to 1 if you have the `lstat' function. */
583 #undef HAVE_LSTAT
584
585 /* Define if lstat is declared. */
586 #undef HAVE_LSTAT_DECL
587
588 /* Define to 1 if you have the `malloc' function. */
589 #undef HAVE_MALLOC
590
591 /* Define if malloc is declared. */
592 #undef HAVE_MALLOC_DECL
593
594 /* Define to 1 if you have the <math.h> header file. */
595 #undef HAVE_MATH_H
596
597 /* Define to 1 if you have the `memmove' function. */
598 #undef HAVE_MEMMOVE
599
600 /* Define if memmove is declared. */
601 #undef HAVE_MEMMOVE_DECL
602
603 /* Define to 1 if you have the <memory.h> header file. */
604 #undef HAVE_MEMORY_H
605
606 /* Define to 1 if you have the `memset' function. */
607 #undef HAVE_MEMSET
608
609 /* Define if memset is declared. */
610 #undef HAVE_MEMSET_DECL
611
612 /* Define to 1 if you have the `mkdir' function. */
613 #undef HAVE_MKDIR
614
615 /* Define to 1 if you have the `mkstemp' function. */
616 #undef HAVE_MKSTEMP
617
618 /* Define if mkstemp is declared. */
619 #undef HAVE_MKSTEMP_DECL
620
621 /* Define to 1 if you have the `mktemp' function. */
622 #undef HAVE_MKTEMP
623
624 /* Define if mktemp is declared. */
625 #undef HAVE_MKTEMP_DECL
626
627 /* Define to 1 if you have the `mktime' function. */
628 #undef HAVE_MKTIME
629
630 /* Define if mktime is declared. */
631 #undef HAVE_MKTIME_DECL
632
633 /* Define to 1 if you have a working `mmap' system call. */
634 #undef HAVE_MMAP
635
636 /* Define to 1 if you have the <mntent.h> header file. */
637 #undef HAVE_MNTENT_H
638
639 /* Define to 1 if you have the <mnttab.h> header file. */
640 #undef HAVE_MNTTAB_H
641
642 /* Define if the mtget structure has an mt_blkno field */
643 #undef HAVE_MT_BLKNO
644
645 /* Define if the mtget structure has an mt_dsreg field */
646 #undef HAVE_MT_DSREG
647
648 /* Define if the mtget structure has an mt_erreg field */
649 #undef HAVE_MT_ERREG
650
651 /* Define if the mtget structure has an mt_fileno field */
652 #undef HAVE_MT_FILENO
653
654 /* Define if the mtget structure has an mt_flags field */
655 #undef HAVE_MT_FLAGS
656
657 /* Define to 1 if you have the <ndbm.h> header file. */
658 #undef HAVE_NDBM_H
659
660 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
661 #undef HAVE_NDIR_H
662
663 /* Define to 1 if you have the <netdb.h> header file. */
664 #undef HAVE_NETDB_H
665
666 /* Define to 1 if you have the <netinet/in.h> header file. */
667 #undef HAVE_NETINET_IN_H
668
669 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
670 #undef HAVE_NETINET_IN_SYSTM_H
671
672 /* Define to 1 if you have the <netinet/ip.h> header file. */
673 #undef HAVE_NETINET_IP_H
674
675 /* Define to 1 if you have the `on_exit' function. */
676 #undef HAVE_ON_EXIT
677
678 /* Define to 1 if you have the `openlog' function. */
679 #undef HAVE_OPENLOG
680
681 /* Define if openlog is declared. */
682 #undef HAVE_OPENLOG_DECL
683
684 /* Define to 1 if you have the `pclose' function. */
685 #undef HAVE_PCLOSE
686
687 /* Define if pclose is declared. */
688 #undef HAVE_PCLOSE_DECL
689
690 /* Define to 1 if you have the `perror' function. */
691 #undef HAVE_PERROR
692
693 /* Define if perror is declared. */
694 #undef HAVE_PERROR_DECL
695
696 /* Define to 1 if you have the `printf' function. */
697 #undef HAVE_PRINTF
698
699 /* Define if printf is declared. */
700 #undef HAVE_PRINTF_DECL
701
702 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
703 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
704
705 /* Define if the POSIX multithreading library has read/write locks. */
706 #undef HAVE_PTHREAD_RWLOCK
707
708 /* Define to 1 if the system has the type `ptrdiff_t'. */
709 #undef HAVE_PTRDIFF_T
710
711 /* Define to 1 if you have the `putenv' function. */
712 #undef HAVE_PUTENV
713
714 /* Define to 1 if you have the `puts' function. */
715 #undef HAVE_PUTS
716
717 /* Define if puts is declared. */
718 #undef HAVE_PUTS_DECL
719
720 /* Define to 1 if you have the <readline.h> header file. */
721 #undef HAVE_READLINE_H
722
723 /* Define to 1 if you have the <readline/history.h> header file. */
724 #undef HAVE_READLINE_HISTORY_H
725
726 /* Define to 1 if you have the <readline/readline.h> header file. */
727 #undef HAVE_READLINE_READLINE_H
728
729 /* Define to 1 if you have the `realloc' function. */
730 #undef HAVE_REALLOC
731
732 /* Define if realloc is declared. */
733 #undef HAVE_REALLOC_DECL
734
735 /* Define to 1 if you have the `recvfrom' function. */
736 #undef HAVE_RECVFROM
737
738 /* Define if recvfrom is declared. */
739 #undef HAVE_RECVFROM_DECL
740
741 /* Define to 1 if you have the `remove' function. */
742 #undef HAVE_REMOVE
743
744 /* Define if remove is declared. */
745 #undef HAVE_REMOVE_DECL
746
747 /* Define to 1 if you have the `rename' function. */
748 #undef HAVE_RENAME
749
750 /* Define if rename is declared. */
751 #undef HAVE_RENAME_DECL
752
753 /* Define to 1 if you have the `rewind' function. */
754 #undef HAVE_REWIND
755
756 /* Define if rewind is declared. */
757 #undef HAVE_REWIND_DECL
758
759 /* Define to 1 if you have the `rmdir' function. */
760 #undef HAVE_RMDIR
761
762 /* Define to 1 if you have the `ruserok' function. */
763 #undef HAVE_RUSEROK
764
765 /* Define if ruserok is declared. */
766 #undef HAVE_RUSEROK_DECL
767
768 /* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */
769 #undef HAVE_SCSI_SCSI_IOCTL_H
770
771 /* Define to 1 if you have the <scsi/sg.h> header file. */
772 #undef HAVE_SCSI_SG_H
773
774 /* Define to 1 if you have the `select' function. */
775 #undef HAVE_SELECT
776
777 /* Define if select is declared. */
778 #undef HAVE_SELECT_DECL
779
780 /* Define to 1 if you have the `sendto' function. */
781 #undef HAVE_SENDTO
782
783 /* Define if sendto is declared. */
784 #undef HAVE_SENDTO_DECL
785
786 /* Define to 1 if you have the `setegid' function. */
787 #undef HAVE_SETEGID
788
789 /* Define if setegid is declared. */
790 #undef HAVE_SETEGID_DECL
791
792 /* Define to 1 if you have the `seteuid' function. */
793 #undef HAVE_SETEUID
794
795 /* Define if seteuid is declared. */
796 #undef HAVE_SETEUID_DECL
797
798 /* Define to 1 if you have the `setmntent' function. */
799 #undef HAVE_SETMNTENT
800
801 /* Define to 1 if you have the `setpgid' function. */
802 #undef HAVE_SETPGID
803
804 /* Define if setpgid is declared. */
805 #undef HAVE_SETPGID_DECL
806
807 /* Define to 1 if you have the `setpgrp' function. */
808 #undef HAVE_SETPGRP
809
810 /* Define if setpgrp is declared. */
811 #undef HAVE_SETPGRP_DECL
812
813 /* Define to 1 if you have the `setresgid' function. */
814 #undef HAVE_SETRESGID
815
816 /* Define if setresgid is declared. */
817 #undef HAVE_SETRESGID_DECL
818
819 /* Define to 1 if you have the `setresuid' function. */
820 #undef HAVE_SETRESUID
821
822 /* Define if setresuid is declared. */
823 #undef HAVE_SETRESUID_DECL
824
825 /* Define to 1 if you have the `setsockopt' function. */
826 #undef HAVE_SETSOCKOPT
827
828 /* Define if setsockopt is declared. */
829 #undef HAVE_SETSOCKOPT_DECL
830
831 /* Define to 1 if you have the `shmat' function. */
832 #undef HAVE_SHMAT
833
834 /* Define if shmat is declared. */
835 #undef HAVE_SHMAT_DECL
836
837 /* Define to 1 if you have the `shmctl' function. */
838 #undef HAVE_SHMCTL
839
840 /* Define if shmctl is declared. */
841 #undef HAVE_SHMCTL_DECL
842
843 /* Define to 1 if you have the `shmdt' function. */
844 #undef HAVE_SHMDT
845
846 /* Define if shmdt is declared. */
847 #undef HAVE_SHMDT_DECL
848
849 /* Define to 1 if you have the `shmget' function. */
850 #undef HAVE_SHMGET
851
852 /* Define if shmget is declared. */
853 #undef HAVE_SHMGET_DECL
854
855 /* Define to 1 if you have the `shquote' function. */
856 #undef HAVE_SHQUOTE
857
858 /* Define to 1 if you have the `sigaction' function. */
859 #undef HAVE_SIGACTION
860
861 /* Define to 1 if you have the `sigemptyset' function. */
862 #undef HAVE_SIGEMPTYSET
863
864 /* Define to 1 if you have the `sigvec' function. */
865 #undef HAVE_SIGVEC
866
867 /* Define to 1 if you have the `snprintf' function. */
868 #undef HAVE_SNPRINTF
869
870 /* Define if snprintf is declared. */
871 #undef HAVE_SNPRINTF_DECL
872
873 /* if struct sockaddr_storage exists */
874 #undef HAVE_SOCKADDR_STORAGE
875
876 /* Define to 1 if you have the `socket' function. */
877 #undef HAVE_SOCKET
878
879 /* Define to 1 if you have the `socketpair' function. */
880 #undef HAVE_SOCKETPAIR
881
882 /* Define if socketpair is declared. */
883 #undef HAVE_SOCKETPAIR_DECL
884
885 /* Define if socket is declared. */
886 #undef HAVE_SOCKET_DECL
887
888 /* Define to enable Solaris tape-changer support */
889 #undef HAVE_SOLARIS_LIKE_SCSI
890
891 /* Define to 1 if you have the `sscanf' function. */
892 #undef HAVE_SSCANF
893
894 /* Define if sscanf is declared. */
895 #undef HAVE_SSCANF_DECL
896
897 /* Define to 1 if you have the `statfs' function. */
898 #undef HAVE_STATFS
899
900 /* Define to 1 if you have the `statvfs' function. */
901 #undef HAVE_STATVFS
902
903 /* Define to 1 if you have the <stdarg.h> header file. */
904 #undef HAVE_STDARG_H
905
906 /* Define to 1 if stdbool.h conforms to C99. */
907 #undef HAVE_STDBOOL_H
908
909 /* Define to 1 if you have the <stdint.h> header file. */
910 #undef HAVE_STDINT_H
911
912 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
913    uintmax_t. */
914 #undef HAVE_STDINT_H_WITH_UINTMAX
915
916 /* Define to 1 if you have the <stdlib.h> header file. */
917 #undef HAVE_STDLIB_H
918
919 /* Define to 1 if you have the `strcasecmp' function. */
920 #undef HAVE_STRCASECMP
921
922 /* Define if strcasecmp is declared. */
923 #undef HAVE_STRCASECMP_DECL
924
925 /* Define to 1 if you have the `strdup' function. */
926 #undef HAVE_STRDUP
927
928 /* Define to 1 if you have the `strerror' function. */
929 #undef HAVE_STRERROR
930
931 /* Define if strerror is declared. */
932 #undef HAVE_STRERROR_DECL
933
934 /* Define to 1 if you have the `strftime' function. */
935 #undef HAVE_STRFTIME
936
937 /* Define if strftime is declared. */
938 #undef HAVE_STRFTIME_DECL
939
940 /* Define to 1 if you have the <strings.h> header file. */
941 #undef HAVE_STRINGS_H
942
943 /* Define to 1 if you have the <string.h> header file. */
944 #undef HAVE_STRING_H
945
946 /* Define to 1 if you have the `strncasecmp' function. */
947 #undef HAVE_STRNCASECMP
948
949 /* Define if strncasecmp is declared. */
950 #undef HAVE_STRNCASECMP_DECL
951
952 /* Define to 1 if you have the `strtol' function. */
953 #undef HAVE_STRTOL
954
955 /* Define to 1 if you have the `strtoll' function. */
956 #undef HAVE_STRTOLL
957
958 /* Define if strtoll is declared. */
959 #undef HAVE_STRTOLL_DECL
960
961 /* Define if strtol is declared. */
962 #undef HAVE_STRTOL_DECL
963
964 /* Define to 1 if the system has the type `struct addrinfo'. */
965 #undef HAVE_STRUCT_ADDRINFO
966
967 /* Define if the database header declares struct datum. */
968 #undef HAVE_STRUCT_DATUM
969
970 /* Define to 1 if you have the `syslog' function. */
971 #undef HAVE_SYSLOG
972
973 /* Define if syslog is declared. */
974 #undef HAVE_SYSLOG_DECL
975
976 /* Define to 1 if you have the <syslog.h> header file. */
977 #undef HAVE_SYSLOG_H
978
979 /* Define to 1 if you have the `system' function. */
980 #undef HAVE_SYSTEM
981
982 /* Define if system is declared. */
983 #undef HAVE_SYSTEM_DECL
984
985 /* Define if SysV shared-memory functions are available. */
986 #undef HAVE_SYSVSHM
987
988 /* Define to 1 if you have the <sys/chio.h> header file. */
989 #undef HAVE_SYS_CHIO_H
990
991 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
992    */
993 #undef HAVE_SYS_DIR_H
994
995 /* Define to 1 if you have the <sys/dsreq.h> header file. */
996 #undef HAVE_SYS_DSREQ_H
997
998 /* Define to 1 if you have the <sys/fcntl.h> header file. */
999 #undef HAVE_SYS_FCNTL_H
1000
1001 /* Define to 1 if you have the <sys/file.h> header file. */
1002 #undef HAVE_SYS_FILE_H
1003
1004 /* Define to 1 if you have the <sys/gscdds.h> header file. */
1005 #undef HAVE_SYS_GSCDDS_H
1006
1007 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1008 #undef HAVE_SYS_IOCTL_H
1009
1010 /* Define to 1 if you have the <sys/ipc.h> header file. */
1011 #undef HAVE_SYS_IPC_H
1012
1013 /* Define to 1 if you have the <sys/mman.h> header file. */
1014 #undef HAVE_SYS_MMAN_H
1015
1016 /* Define to 1 if you have the <sys/mntent.h> header file. */
1017 #undef HAVE_SYS_MNTENT_H
1018
1019 /* Define to 1 if you have the <sys/mount.h> header file. */
1020 #undef HAVE_SYS_MOUNT_H
1021
1022 /* Define to 1 if you have the <sys/mtio.h> header file. */
1023 #undef HAVE_SYS_MTIO_H
1024
1025 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1026    */
1027 #undef HAVE_SYS_NDIR_H
1028
1029 /* Define to 1 if you have the <sys/param.h> header file. */
1030 #undef HAVE_SYS_PARAM_H
1031
1032 /* Define to 1 if you have the <sys/scarray.h> header file. */
1033 #undef HAVE_SYS_SCARRAY_H
1034
1035 /* Define to 1 if you have the <sys/scsiio.h> header file. */
1036 #undef HAVE_SYS_SCSIIO_H
1037
1038 /* Define to 1 if you have the <sys/scsi.h> header file. */
1039 #undef HAVE_SYS_SCSI_H
1040
1041 /* Define to 1 if you have the <sys/scsi/impl/uscsi.h> header file. */
1042 #undef HAVE_SYS_SCSI_IMPL_USCSI_H
1043
1044 /* Define to 1 if you have the <sys/scsi/scsi/ioctl.h> header file. */
1045 #undef HAVE_SYS_SCSI_SCSI_IOCTL_H
1046
1047 /* Define to 1 if you have the <sys/select.h> header file. */
1048 #undef HAVE_SYS_SELECT_H
1049
1050 /* Define to 1 if you have the <sys/shm.h> header file. */
1051 #undef HAVE_SYS_SHM_H
1052
1053 /* Define to 1 if you have the <sys/socket.h> header file. */
1054 #undef HAVE_SYS_SOCKET_H
1055
1056 /* Define to 1 if you have the <sys/statfs.h> header file. */
1057 #undef HAVE_SYS_STATFS_H
1058
1059 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1060 #undef HAVE_SYS_STATVFS_H
1061
1062 /* Define to 1 if you have the <sys/stat.h> header file. */
1063 #undef HAVE_SYS_STAT_H
1064
1065 /* Define to 1 if you have the <sys/tape.h> header file. */
1066 #undef HAVE_SYS_TAPE_H
1067
1068 /* Define to 1 if you have the <sys/time.h> header file. */
1069 #undef HAVE_SYS_TIME_H
1070
1071 /* Define to 1 if you have the <sys/types.h> header file. */
1072 #undef HAVE_SYS_TYPES_H
1073
1074 /* Define to 1 if you have the <sys/uio.h> header file. */
1075 #undef HAVE_SYS_UIO_H
1076
1077 /* Define to 1 if you have the <sys/vfstab.h> header file. */
1078 #undef HAVE_SYS_VFSTAB_H
1079
1080 /* Define to 1 if you have the <sys/vfs.h> header file. */
1081 #undef HAVE_SYS_VFS_H
1082
1083 /* Define to 1 if you have the <sys/wait.h> header file. */
1084 #undef HAVE_SYS_WAIT_H
1085
1086 /* Define to 1 if you have the `time' function. */
1087 #undef HAVE_TIME
1088
1089 /* Define if time is declared. */
1090 #undef HAVE_TIME_DECL
1091
1092 /* Define to 1 if you have the `tolower' function. */
1093 #undef HAVE_TOLOWER
1094
1095 /* Define if tolower is declared. */
1096 #undef HAVE_TOLOWER_DECL
1097
1098 /* Define to 1 if you have the `toupper' function. */
1099 #undef HAVE_TOUPPER
1100
1101 /* Define if toupper is declared. */
1102 #undef HAVE_TOUPPER_DECL
1103
1104 /* Define if gettimeofday takes two arguments. */
1105 #undef HAVE_TWO_ARG_GETTIMEOFDAY
1106
1107 /* Define to 1 if you have the `ungetc' function. */
1108 #undef HAVE_UNGETC
1109
1110 /* Define if ungetc is declared. */
1111 #undef HAVE_UNGETC_DECL
1112
1113 /* Define to 1 if you have the <unistd.h> header file. */
1114 #undef HAVE_UNISTD_H
1115
1116 /* Define if the compiler support unsigned long constants. */
1117 #undef HAVE_UNSIGNED_LONG_CONSTANTS
1118
1119 /* Define to 1 if you have the `vasnprintf' function. */
1120 #undef HAVE_VASNPRINTF
1121
1122 /* Define to 1 if you have the `vfprintf' function. */
1123 #undef HAVE_VFPRINTF
1124
1125 /* Define if vfprintf is declared. */
1126 #undef HAVE_VFPRINTF_DECL
1127
1128 /* Define to 1 or 0, depending whether the compiler supports simple visibility
1129    declarations. */
1130 #undef HAVE_VISIBILITY
1131
1132 /* Define to 1 if you have the `vprintf' function. */
1133 #undef HAVE_VPRINTF
1134
1135 /* Define if vprintf is declared. */
1136 #undef HAVE_VPRINTF_DECL
1137
1138 /* Define to 1 if you have the `vsnprintf' function. */
1139 #undef HAVE_VSNPRINTF
1140
1141 /* Define if vsnprintf is declared. */
1142 #undef HAVE_VSNPRINTF_DECL
1143
1144 /* Define to 1 if you have the `vsprintf' function. */
1145 #undef HAVE_VSPRINTF
1146
1147 /* Define if vsprintf is declared. */
1148 #undef HAVE_VSPRINTF_DECL
1149
1150 /* Define to 1 if you have the <vtblc.h> header file. */
1151 #undef HAVE_VTBLC_H
1152
1153 /* Define to 1 if you have the <wait.h> header file. */
1154 #undef HAVE_WAIT_H
1155
1156 /* Define if you have the 'wchar_t' type. */
1157 #undef HAVE_WCHAR_T
1158
1159 /* Define to 1 if you have the `wcslen' function. */
1160 #undef HAVE_WCSLEN
1161
1162 /* Define to 1 if you have the <winsock2.h> header file. */
1163 #undef HAVE_WINSOCK2_H
1164
1165 /* Define if you have the 'wint_t' type. */
1166 #undef HAVE_WINT_T
1167
1168 /* Define to 1 if you have the `writev' function. */
1169 #undef HAVE_WRITEV
1170
1171 /* Define if writev is declared. */
1172 #undef HAVE_WRITEV_DECL
1173
1174 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1175 #undef HAVE_WS2TCPIP_H
1176
1177 /* Define to 1 if the system has the type `_Bool'. */
1178 #undef HAVE__BOOL
1179
1180 /* Define if limits.h defines _POSIX2_RE_DUP_MAX. */
1181 #undef HAVE__POSIX2_RE_DUP_MAX
1182
1183 /* Define on Cygwin. */
1184 #undef IGNORE_FSTAB
1185
1186 /* Define on Cygwin. */
1187 #undef IGNORE_TAR_ERRORS
1188
1189 /* Define on Cygwin. */
1190 #undef IGNORE_UID_CHECK
1191
1192 /* The name for the Kerberized Amanda service. */
1193 #undef KAMANDA_SERVICE_NAME
1194
1195 /* Enable Kerberos security. */
1196 #undef KRB4_SECURITY
1197
1198 /* Define if Kerberos 5 security is to be enabled. */
1199 #undef KRB5_SECURITY
1200
1201 /* Format for a long long printf. */
1202 #undef LL_FMT
1203
1204 /* Format for a long long printf. */
1205 #undef LL_RFMT
1206
1207 /* A comma-separated list of two integers, determining the minimum and maximum
1208    reserved TCP port numbers sockets should be bound to. (mainly for
1209    amrecover) */
1210 #undef LOW_TCPPORTRANGE
1211
1212 /* Command for starting printing jobs. */
1213 #undef LPRCMD
1214
1215 /* LPRCMD switch for specifying a printer name. */
1216 #undef LPRFLAG
1217
1218 /* Define to a program that understands -s "subject" user < message_file */
1219 #undef MAILER
1220
1221 /* Maximum size of a tape block in KBytes. */
1222 #undef MAX_TAPE_BLOCK_KB
1223
1224 /* Defined to the switch to be used when invoking mt to specify the * tape
1225    device. */
1226 #undef MT_FILE_FLAG
1227
1228 /* Define on Cygwin. */
1229 #undef NEED_PATH_ENV
1230
1231 /* Define if we have to reset tape offsets when reacing 2GB. */
1232 #undef NEED_RESETOFS
1233
1234 /* Name of package */
1235 #undef PACKAGE
1236
1237 /* Define to the address where bug reports for this package should be sent. */
1238 #undef PACKAGE_BUGREPORT
1239
1240 /* Define to the full name of this package. */
1241 #undef PACKAGE_NAME
1242
1243 /* Define to the full name and version of this package. */
1244 #undef PACKAGE_STRING
1245
1246 /* Define to the one symbol short name of this package. */
1247 #undef PACKAGE_TARNAME
1248
1249 /* Define to the version of this package. */
1250 #undef PACKAGE_VERSION
1251
1252 /* Define if the pthread_in_use() detection is hard. */
1253 #undef PTHREAD_IN_USE_DETECTION_HARD
1254
1255 /* Define as the prefix for raw disk devices, commonly /dev/r or /dev/rdsk/ */
1256 #undef RDEV_PREFIX
1257
1258 /* Define the location of the ufsrestore or restore program. */
1259 #undef RESTORE
1260
1261 /* Define as the return type of signal handlers (`int' or `void'). */
1262 #undef RETSIGTYPE
1263
1264 /* Define if RSH transport should be enabled. */
1265 #undef RSH_SECURITY
1266
1267 /* Define the location of smbclient for backing up Samba PC clients. */
1268 #undef SAMBA_CLIENT
1269
1270 /* Not the actual samba version, just a number that should be increased
1271    whenever we start to rely on a new samba feature. */
1272 #undef SAMBA_VERSION
1273
1274 /* Define to type of select arguments. */
1275 #undef SELECT_ARG_TYPE
1276
1277 /* The Kerberos server instance. */
1278 #undef SERVER_HOST_INSTANCE
1279
1280 /* The Kerberos server key file. */
1281 #undef SERVER_HOST_KEY_FILE
1282
1283 /* The Kerberos server principle. */
1284 #undef SERVER_HOST_PRINCIPLE
1285
1286 /* A suffix that will be appended to service names. * Useful for testing in
1287    parallel with a working version. */
1288 #undef SERVICE_SUFFIX
1289
1290 /* Define to 1 if the `setpgrp' function takes no argument. */
1291 #undef SETPGRP_VOID
1292
1293 /* Define to type of shmget() function argument. */
1294 #undef SHM_ARG_TYPE
1295
1296 /* The size of a `char', as computed by sizeof. */
1297 #undef SIZEOF_CHAR
1298
1299 /* The size of a `int', as computed by sizeof. */
1300 #undef SIZEOF_INT
1301
1302 /* The size of a `intmax_t', as computed by sizeof. */
1303 #undef SIZEOF_INTMAX_T
1304
1305 /* The size of a `long', as computed by sizeof. */
1306 #undef SIZEOF_LONG
1307
1308 /* The size of a `long long', as computed by sizeof. */
1309 #undef SIZEOF_LONG_LONG
1310
1311 /* The size of a `off_t', as computed by sizeof. */
1312 #undef SIZEOF_OFF_T
1313
1314 /* The size of a `short', as computed by sizeof. */
1315 #undef SIZEOF_SHORT
1316
1317 /* The size of a `size_t', as computed by sizeof. */
1318 #undef SIZEOF_SIZE_T
1319
1320 /* The size of a `ssize_t', as computed by sizeof. */
1321 #undef SIZEOF_SSIZE_T
1322
1323 /* The size of a `time_t', as computed by sizeof. */
1324 #undef SIZEOF_TIME_T
1325
1326 /* The size of a `void*', as computed by sizeof. */
1327 #undef SIZEOF_VOIDP
1328
1329 /* Define as the maximum value of type 'size_t', if the system doesn't define
1330    it. */
1331 #undef SIZE_MAX
1332
1333 /* Define to the exact path to the sort program. */
1334 #undef SORT_PATH
1335
1336 /* Path to the SSH binary */
1337 #undef SSH
1338
1339 /* Arguments to ssh */
1340 #undef SSH_OPTIONS
1341
1342 /* Define if SSH transport should be enabled. */
1343 #undef SSH_SECURITY
1344
1345 /* If using the C implementation of alloca, define if you know the
1346    direction of stack growth for your system; otherwise it will be
1347    automatically deduced at run-time.
1348         STACK_DIRECTION > 0 => grows toward higher addresses
1349         STACK_DIRECTION < 0 => grows toward lower addresses
1350         STACK_DIRECTION = 0 => direction of growth unknown */
1351 #undef STACK_DIRECTION
1352
1353 /* Define on OSF1. */
1354 #undef STATFS_OSF1
1355
1356 /* Define on SCO OS5. */
1357 #undef STATFS_SCO_OS5
1358
1359 /* Define on Ultrix. */
1360 #undef STATFS_ULTRIX
1361
1362 /* Define to 1 if you have the ANSI C header files. */
1363 #undef STDC_HEADERS
1364
1365 /* A comma-separated list of two integers, determining the minimum and maximum
1366    unreserved TCP port numbers sockets should be bound to. */
1367 #undef TCPPORTRANGE
1368
1369 /* Define to enable the text-based database format. */
1370 #undef TEXTDB
1371
1372 /* The Kerberos ticket lifetime. */
1373 #undef TICKET_LIFETIME
1374
1375 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1376 #undef TIME_WITH_SYS_TIME
1377
1378 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1379 #undef TM_IN_SYS_TIME
1380
1381 /* A comma-separated list of two integers, determining the minimum and maximum
1382    reserved UDP port numbers sockets should be bound to. */
1383 #undef UDPPORTRANGE
1384
1385 /* Define as any optional arguments to get UNCOMPRESS_PATH to uncompress. */
1386 #undef UNCOMPRESS_OPT
1387
1388 /* Define as the exact path to the gzip or compress command. */
1389 #undef UNCOMPRESS_PATH
1390
1391 /* Define if you want to use the .amandahosts for BSD security. */
1392 #undef USE_AMANDAHOSTS
1393
1394 /* Define to enable dbm databases. */
1395 #undef USE_DBM_H
1396
1397 /* Define to enable db databases. */
1398 #undef USE_DB_H
1399
1400 /* Define to use flock for file locking. */
1401 #undef USE_FLOCK
1402
1403 /* Define for backups being done on a multiple networks and FQDNs are used. */
1404 #undef USE_FQDN
1405
1406 /* Define to enable gdbm databases. */
1407 #undef USE_GDBM_H
1408
1409 /* Define to use a hard-link based approach for file locking. */
1410 #undef USE_LNLOCK
1411
1412 /* Define to use lockf for file locking. */
1413 #undef USE_LOCKF
1414
1415 /* Define to enable ndbm databases. */
1416 #undef USE_NDBM_H
1417
1418 /* Define to use Posix fcntl for file locking. */
1419 #undef USE_POSIX_FCNTL
1420
1421 /* Define if the POSIX multithreading library can be used. */
1422 #undef USE_POSIX_THREADS
1423
1424 /* Define if references to the POSIX multithreading library should be made
1425    weak. */
1426 #undef USE_POSIX_THREADS_WEAK
1427
1428 /* Define if the GNU Pth multithreading library can be used. */
1429 #undef USE_PTH_THREADS
1430
1431 /* Define if references to the GNU Pth multithreading library should be made
1432    weak. */
1433 #undef USE_PTH_THREADS_WEAK
1434
1435 /* Define to set SO_REUSEADDR on network connections. */
1436 #undef USE_REUSEADDR
1437
1438 /* Define to invoke rundump (setuid-root) instead of DUMP program directly. */
1439 #undef USE_RUNDUMP
1440
1441 /* Define if the old Solaris multithreading library can be used. */
1442 #undef USE_SOLARIS_THREADS
1443
1444 /* Define if references to the old Solaris multithreading library should be
1445    made weak. */
1446 #undef USE_SOLARIS_THREADS_WEAK
1447
1448 /* Define to have programs use version suffixes when calling other programs.
1449    */
1450 #undef USE_VERSION_SUFFIXES
1451
1452 /* Define if the Win32 multithreading API can be used. */
1453 #undef USE_WIN32_THREADS
1454
1455 /* Define on UnixWare. */
1456 #undef UWARE_TAPEIO
1457
1458 /* Define the location of the vdump program. */
1459 #undef VDUMP
1460
1461 /* Version number of package */
1462 #undef VERSION
1463
1464 /* Define the location of the vrestore program. */
1465 #undef VRESTORE
1466
1467 /* Define the location of the vxdump program on HPUX and SINIX hosts or on *
1468    other hosts where the Veritas filesystem (vxfs) has been installed. */
1469 #undef VXDUMP
1470
1471 /* Define the location of the vxrestore program on HPUX and SINIX hosts or on
1472    * other hosts where the Veritas filesystem (vxfs) has been installed. */
1473 #undef VXRESTORE
1474
1475 /* Defined if wait() puts the status in a int instead of a union wait. */
1476 #undef WAIT_USES_INT
1477
1478 /* Defined if wait() puts the status in a union wait instead of int. */
1479 #undef WAIT_USES_UNION
1480
1481 /* Define to 1 if your processor stores words with the most significant byte
1482    first (like Motorola and SPARC, unlike Intel and VAX). */
1483 #undef WORDS_BIGENDIAN
1484
1485 /* Define if IPv6 is working. */
1486 #undef WORKING_IPV6
1487
1488 /* Define on XENIX/ISC. */
1489 #undef XENIX_TAPEIO
1490
1491 /* Define the location of the xfsdump program on Irix hosts. */
1492 #undef XFSDUMP
1493
1494 /* Define the location of the xfsrestore program on Irix hosts. */
1495 #undef XFSRESTORE
1496
1497 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1498    `char[]'. */
1499 #undef YYTEXT_POINTER
1500
1501 /* Define to 1 if on AIX 3.
1502    System headers sometimes define this.
1503    We just want to avoid a redefinition error message.  */
1504 #ifndef _ALL_SOURCE
1505 # undef _ALL_SOURCE
1506 #endif
1507
1508 /* Number of bits in a file offset, on hosts where this is settable. */
1509 #undef _FILE_OFFSET_BITS
1510
1511 /* Enable GNU extensions on systems that have them.  */
1512 #ifndef _GNU_SOURCE
1513 # undef _GNU_SOURCE
1514 #endif
1515
1516 /* Define for large files, on AIX-style hosts. */
1517 #undef _LARGE_FILES
1518
1519 /* Define to 1 if on MINIX. */
1520 #undef _MINIX
1521
1522 /* Define to 2 if the system does not provide POSIX.1 features except with
1523    this defined. */
1524 #undef _POSIX_1_SOURCE
1525
1526 /* Define to 1 if you need to in order for `stat' and other things to work. */
1527 #undef _POSIX_SOURCE
1528
1529 /* Enable extensions on Solaris.  */
1530 #ifndef __EXTENSIONS__
1531 # undef __EXTENSIONS__
1532 #endif
1533 #ifndef _POSIX_PTHREAD_SEMANTICS
1534 # undef _POSIX_PTHREAD_SEMANTICS
1535 #endif
1536 #ifndef _TANDEM_SOURCE
1537 # undef _TANDEM_SOURCE
1538 #endif
1539
1540 /* Directory in which user binaries should be installed. */
1541 #undef bindir
1542
1543 /* Define to empty if `const' does not conform to ANSI C. */
1544 #undef const
1545
1546 /* Define to `int' if <sys/types.h> doesn't define. */
1547 #undef gid_t
1548
1549 /* Define to `__inline__' or `__inline' if that's what the C compiler
1550    calls it, or to nothing if 'inline' is not supported under any name.  */
1551 #ifndef __cplusplus
1552 #undef inline
1553 #endif
1554
1555 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1556 #undef intmax_t
1557
1558 /* Directory in which internal binaries should be installed. */
1559 #undef libexecdir
1560
1561 /* Directory in which man-pages should be installed */
1562 #undef mandir
1563
1564 /* Define to `long' if <sys/types.h> does not define. */
1565 #undef off_t
1566
1567 /* Define to `int' if <sys/types.h> does not define. */
1568 #undef pid_t
1569
1570 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1571    supported. Do not define if restrict is supported directly. */
1572 #undef restrict
1573
1574 /* Define if sa_family_t is not a standard system type */
1575 #undef sa_family_t
1576
1577 /* Directory in which administrator binaries should be installed. */
1578 #undef sbindir
1579
1580 /* Define to `unsigned' if <sys/types.h> does not define. */
1581 #undef size_t
1582
1583 /* Define if socklen_t is not a standard system type */
1584 #undef socklen_t
1585
1586 /* Define to `int' if <sys/types.h> doesn't define. */
1587 #undef uid_t