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