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