boot - Switch boot2 loader path around
[dragonfly.git] / usr.sbin / amd / include / config.h
blob13e6c5dc609341aefb6cfa7e5cedff9bd59d5f93
1 /*
2 * $FreeBSD: src/usr.sbin/amd/include/config.h,v 1.15.2.1 2001/08/29 08:46:52 alfred Exp $
3 * $DragonFly: src/usr.sbin/amd/include/config.h,v 1.5 2006/05/14 18:07:29 swildner Exp $
5 * portions derived from
6 * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $
8 */
10 /* config.h. Generated automatically by configure. */
11 /* aux/config.h.in. Generated automatically from ./aux/configure.in by autoheader. */
13 * Start of am-utils-6.x config.h file.
14 * Erez Zadok <ezk@cs.columbia.edu>
16 * DO NOT EDIT BY HAND.
17 * Note: acconfig.h generates config.h.in, which generates config.h.
20 #ifndef _CONFIG_H
21 #define _CONFIG_H
25 * Check for types of amd filesystems available.
28 /* Define if have automount filesystem */
29 #define HAVE_AM_FS_AUTO 1
31 /* Define if have direct automount filesystem */
32 #define HAVE_AM_FS_DIRECT 1
34 /* Define if have "top-level" filesystem */
35 #define HAVE_AM_FS_TOPLVL 1
37 /* Define if have error filesystem */
38 #define HAVE_AM_FS_ERROR 1
40 /* Define if have inheritance filesystem */
41 #define HAVE_AM_FS_INHERIT 1
43 /* Define if have program filesystem */
44 #define HAVE_AM_FS_PROGRAM 1
46 /* Define if have symbolic-link filesystem */
47 #define HAVE_AM_FS_LINK 1
49 /* Define if have symlink with existence check filesystem */
50 #define HAVE_AM_FS_LINKX 1
52 /* Define if have NFS host-tree filesystem */
53 #define HAVE_AM_FS_HOST 1
55 /* Define if have nfsl (NFS with local link check) filesystem */
56 #define HAVE_AM_FS_NFSL 1
58 /* Define if have multi-NFS filesystem */
59 #define HAVE_AM_FS_NFSX 1
61 /* Define if have union filesystem */
62 #define HAVE_AM_FS_UNION 1
66 * Check for types of maps available.
69 /* Define if have file maps (everyone should have it!) */
70 #define HAVE_MAP_FILE 1
72 /* Define if have NIS maps */
73 #define HAVE_MAP_NIS 1
75 /* Define if have NIS+ maps */
76 /* #undef HAVE_MAP_NISPLUS */
78 /* Define if have DBM maps */
79 /* #undef HAVE_MAP_DBM */
81 /* Define if have NDBM maps */
82 #define HAVE_MAP_NDBM 1
84 /* Define if have HESIOD maps */
85 /* #undef HAVE_MAP_HESIOD */
87 /* Define if have LDAP maps */
88 /* #undef HAVE_MAP_LDAP */
90 /* Define if have PASSWD maps */
91 #define HAVE_MAP_PASSWD 1
93 /* Define if have UNION maps */
94 #define HAVE_MAP_UNION 1
97 * Check for filesystem types available.
100 /* Define if have UFS filesystem */
101 #define HAVE_FS_UFS 1
103 /* Define if have XFS filesystem (irix) */
104 /* #undef HAVE_FS_XFS */
106 /* Define if have EFS filesystem (irix) */
107 /* #undef HAVE_FS_EFS */
109 /* Define if have NFS filesystem */
110 #define HAVE_FS_NFS 1
112 /* Define if have NFS3 filesystem */
113 #define HAVE_FS_NFS3 1
115 /* Define if have PCFS filesystem */
116 #define HAVE_FS_PCFS 1
118 /* Define if have LOFS filesystem */
119 #define HAVE_FS_LOFS 1
121 /* Define if have HSFS filesystem */
122 /* #undef HAVE_FS_HSFS */
124 /* Define if have CDFS filesystem */
125 #define HAVE_FS_CDFS 1
127 /* Define if have TFS filesystem */
128 /* #undef HAVE_FS_TFS */
130 /* Define if have TMPFS filesystem */
131 /* #undef HAVE_FS_TMPFS */
133 /* Define if have MFS filesystem */
134 #define HAVE_FS_MFS 1
136 /* Define if have CFS (crypto) filesystem */
137 /* #undef HAVE_FS_CFS */
139 /* Define if have AUTOFS filesystem */
140 /* #undef HAVE_FS_AUTOFS */
142 /* Define if have CACHEFS filesystem */
143 /* #undef HAVE_FS_CACHEFS */
145 /* Define if have NULLFS (loopback on bsd44) filesystem */
146 #define HAVE_FS_NULLFS 1
148 /* Define if have UNIONFS filesystem */
149 #define HAVE_FS_UNIONFS 1
153 * Check for the type of the mount(2) system name for a filesystem.
154 * Normally this is "nfs" (e.g. Solaris) or an integer (older systems)
157 /* Mount(2) type/name for UFS filesystem */
158 #define MOUNT_TYPE_UFS "ufs"
160 /* Mount(2) type/name for XFS filesystem (irix) */
161 /* #undef MOUNT_TYPE_XFS */
163 /* Mount(2) type/name for EFS filesystem (irix) */
164 /* #undef MOUNT_TYPE_EFS */
166 /* Mount(2) type/name for NFS filesystem */
167 #define MOUNT_TYPE_NFS "nfs"
169 /* Mount(2) type/name for NFS3 filesystem */
170 #define MOUNT_TYPE_NFS3 "nfs"
172 /* Mount(2) type/name for PCFS filesystem */
173 /* XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0 */
174 #define MOUNT_TYPE_PCFS "msdos"
176 /* Mount(2) type/name for LOFS filesystem */
177 #define MOUNT_TYPE_LOFS "lofs"
179 /* Mount(2) type/name for CDFS filesystem */
180 #define MOUNT_TYPE_CDFS "cd9660"
182 /* Mount(2) type/name for TFS filesystem */
183 /* #undef MOUNT_TYPE_TFS */
185 /* Mount(2) type/name for TMPFS filesystem */
186 /* #undef MOUNT_TYPE_TMPFS */
188 /* Mount(2) type/name for MFS filesystem */
189 #define MOUNT_TYPE_MFS "mfs"
191 /* Mount(2) type/name for CFS (crypto) filesystem */
192 /* #undef MOUNT_TYPE_CFS */
194 /* Mount(2) type/name for AUTOFS filesystem */
195 /* #undef MOUNT_TYPE_AUTOFS */
197 /* Mount(2) type/name for CACHEFS filesystem */
198 /* #undef MOUNT_TYPE_CACHEFS */
200 /* Mount(2) type/name for IGNORE filesystem (not real just ignore for df) */
201 /* #undef MOUNT_TYPE_IGNORE */
203 /* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */
204 #define MOUNT_TYPE_NULLFS "null"
206 /* Mount(2) type/name for UNIONFS filesystem */
207 #define MOUNT_TYPE_UNIONFS "union"
211 * Check for the string name for the mount-table of a filesystem.
214 /* Mount-table entry name for UFS filesystem */
215 #define MNTTAB_TYPE_UFS "ufs"
217 /* Mount-table entry name for XFS filesystem (irix) */
218 /* #undef MNTTAB_TYPE_XFS */
220 /* Mount-table entry name for EFS filesystem (irix) */
221 /* #undef MNTTAB_TYPE_EFS */
223 /* Mount-table entry name for NFS filesystem */
224 #define MNTTAB_TYPE_NFS "nfs"
226 /* Mount-table entry name for NFS3 filesystem */
227 #define MNTTAB_TYPE_NFS3 "nfs"
229 /* Mount-table entry name for PCFS filesystem */
230 #define MNTTAB_TYPE_PCFS "msdos"
232 /* Mount-table entry name for LOFS filesystem */
233 #define MNTTAB_TYPE_LOFS "lofs"
235 /* Mount-table entry name for CDFS filesystem */
236 #define MNTTAB_TYPE_CDFS "cd9660"
238 /* Mount-table entry name for TFS filesystem */
239 /* #undef MNTTAB_TYPE_TFS */
241 /* Mount-table entry name for TMPFS filesystem */
242 /* #undef MNTTAB_TYPE_TMPFS */
244 /* Mount-table entry name for MFS filesystem */
245 #define MNTTAB_TYPE_MFS "mfs"
247 /* Mount-table entry name for CFS (crypto) filesystem */
248 /* #undef MNTTAB_TYPE_CFS */
250 /* Mount-table entry name for AUTOFS filesystem */
251 /* #undef MNTTAB_TYPE_AUTOFS */
253 /* Mount-table entry name for CACHEFS filesystem */
254 /* #undef MNTTAB_TYPE_CACHEFS */
256 /* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */
257 #define MNTTAB_TYPE_NULLFS "null"
259 /* Mount-table entry name for UNIONFS filesystem */
260 #define MNTTAB_TYPE_UNIONFS "union"
263 * Name of mount table file name.
265 /* #undef MNTTAB_FILE_NAME */
267 /* Name of mount type to hide amd mount from df(1) */
268 #define HIDE_MOUNT_TYPE "nfs"
271 * Names of various mount table option strings.
274 /* Mount Table option string: Read only */
275 /* #undef MNTTAB_OPT_RO */
277 /* Mount Table option string: Read/write */
278 /* #undef MNTTAB_OPT_RW */
280 /* Mount Table option string: Read/write with quotas */
281 /* #undef MNTTAB_OPT_RQ */
283 /* Mount Table option string: Check quotas */
284 /* #undef MNTTAB_OPT_QUOTA */
286 /* Mount Table option string: Don't check quotas */
287 /* #undef MNTTAB_OPT_NOQUOTA */
289 /* Mount Table option string: action to taken on error */
290 /* #undef MNTTAB_OPT_ONERROR */
292 /* Mount Table option string: min. time between inconsistencies */
293 /* #undef MNTTAB_OPT_TOOSOON */
295 /* Mount Table option string: Soft mount */
296 /* #undef MNTTAB_OPT_SOFT */
298 /* Mount Table option string: spongy mount */
299 /* #undef MNTTAB_OPT_SPONGY */
301 /* Mount Table option string: Hard mount */
302 /* #undef MNTTAB_OPT_HARD */
304 /* Mount Table option string: Set uid allowed */
305 /* #undef MNTTAB_OPT_SUID */
307 /* Mount Table option string: Set uid not allowed */
308 /* #undef MNTTAB_OPT_NOSUID */
310 /* Mount Table option string: SysV-compatible gid on create */
311 /* #undef MNTTAB_OPT_GRPID */
313 /* Mount Table option string: Change mount options */
314 /* #undef MNTTAB_OPT_REMOUNT */
316 /* Mount Table option string: Disallow mounts on subdirs */
317 /* #undef MNTTAB_OPT_NOSUB */
319 /* Mount Table option string: Do multi-component lookup */
320 /* #undef MNTTAB_OPT_MULTI */
322 /* Mount Table option string: Allow NFS ops to be interrupted */
323 /* #undef MNTTAB_OPT_INTR */
325 /* Mount Table option string: Don't allow interrupted ops */
326 /* #undef MNTTAB_OPT_NOINTR */
328 /* Mount Table option string: NFS server IP port number */
329 /* #undef MNTTAB_OPT_PORT */
331 /* Mount Table option string: Secure (AUTH_DES) mounting */
332 /* #undef MNTTAB_OPT_SECURE */
334 /* Mount Table option string: Secure (AUTH_Kerb) mounting */
335 /* #undef MNTTAB_OPT_KERB */
337 /* Mount Table option string: Max NFS read size (bytes) */
338 /* #undef MNTTAB_OPT_RSIZE */
340 /* Mount Table option string: Max NFS write size (bytes) */
341 /* #undef MNTTAB_OPT_WSIZE */
343 /* Mount Table option string: NFS timeout (1/10 sec) */
344 /* #undef MNTTAB_OPT_TIMEO */
346 /* Mount Table option string: Max retransmissions (soft mnts) */
347 /* #undef MNTTAB_OPT_RETRANS */
349 /* Mount Table option string: Attr cache timeout (sec) */
350 /* #undef MNTTAB_OPT_ACTIMEO */
352 /* Mount Table option string: Min attr cache timeout (files) */
353 /* #undef MNTTAB_OPT_ACREGMIN */
355 /* Mount Table option string: Max attr cache timeout (files) */
356 /* #undef MNTTAB_OPT_ACREGMAX */
358 /* Mount Table option string: Min attr cache timeout (dirs) */
359 /* #undef MNTTAB_OPT_ACDIRMIN */
361 /* Mount Table option string: Max attr cache timeout (dirs) */
362 /* #undef MNTTAB_OPT_ACDIRMAX */
364 /* Mount Table option string: Don't cache attributes at all */
365 /* #undef MNTTAB_OPT_NOAC */
367 /* Mount Table option string: No close-to-open consistency */
368 /* #undef MNTTAB_OPT_NOCTO */
370 /* Mount Table option string: Do mount retries in background */
371 /* #undef MNTTAB_OPT_BG */
373 /* Mount Table option string: Do mount retries in foreground */
374 /* #undef MNTTAB_OPT_FG */
376 /* Mount Table option string: Number of mount retries */
377 /* #undef MNTTAB_OPT_RETRY */
379 /* Mount Table option string: Device id of mounted fs */
380 /* #undef MNTTAB_OPT_DEV */
382 /* Mount Table option string: Filesystem id of mounted fs */
383 /* #undef MNTTAB_OPT_FSID */
385 /* Mount Table option string: Get static pathconf for mount */
386 /* #undef MNTTAB_OPT_POSIX */
388 /* Mount Table option string: Automount map */
389 /* #undef MNTTAB_OPT_MAP */
391 /* Mount Table option string: Automount direct map mount */
392 /* #undef MNTTAB_OPT_DIRECT */
394 /* Mount Table option string: Automount indirect map mount */
395 /* #undef MNTTAB_OPT_INDIRECT */
397 /* Mount Table option string: Local locking (no lock manager) */
398 /* #undef MNTTAB_OPT_LLOCK */
400 /* Mount Table option string: Ignore this entry */
401 /* #undef MNTTAB_OPT_IGNORE */
403 /* Mount Table option string: No auto (what?) */
404 /* #undef MNTTAB_OPT_NOAUTO */
406 /* Mount Table option string: No connection */
407 /* #undef MNTTAB_OPT_NOCONN */
409 /* Mount Table option string: protocol version number indicator */
410 /* #undef MNTTAB_OPT_VERS */
412 /* Mount Table option string: protocol network_id indicator */
413 /* #undef MNTTAB_OPT_PROTO */
415 /* Mount Table option string: Synchronous local directory ops */
416 /* #undef MNTTAB_OPT_SYNCDIR */
418 /* Mount Table option string: Do no allow setting sec attrs */
419 /* #undef MNTTAB_OPT_NOSETSEC */
421 /* Mount Table option string: set symlink cache time-to-live */
422 /* #undef MNTTAB_OPT_SYMTTL */
424 /* Mount Table option string: compress */
425 /* #undef MNTTAB_OPT_COMPRESS */
427 /* Mount Table option string: paging threshold */
428 /* #undef MNTTAB_OPT_PGTHRESH */
430 /* Mount Table option string: max groups */
431 /* #undef MNTTAB_OPT_MAXGROUPS */
434 * Generic mount(2) options (hex numbers)
437 /* asynchronous filesystem access */
438 #define MNT2_GEN_OPT_ASYNC 0x40
440 /* automounter filesystem (ignore) flag, used in bsdi-4.1 */
441 /* #undef MNT2_GEN_OPT_AUTOMNTFS */
443 /* cache (what?) */
444 /* #undef MNT2_GEN_OPT_CACHE */
446 /* 6-argument mount */
447 /* #undef MNT2_GEN_OPT_DATA */
449 /* old (4-argument) mount (compatibility) */
450 /* #undef MNT2_GEN_OPT_FSS */
452 /* ignore mount entry in df output */
453 /* #undef MNT2_GEN_OPT_IGNORE */
455 /* journaling filesystem (AIX's UFS/FFS) */
456 /* #undef MNT2_GEN_OPT_JFS */
458 /* old BSD group-id on create */
459 /* #undef MNT2_GEN_OPT_GRPID */
461 /* do multi-component lookup on files */
462 /* #undef MNT2_GEN_OPT_MULTI */
464 /* use type string instead of int */
465 /* #undef MNT2_GEN_OPT_NEWTYPE */
467 /* NFS mount */
468 /* #undef MNT2_GEN_OPT_NFS */
470 /* nocache (what?) */
471 /* #undef MNT2_GEN_OPT_NOCACHE */
473 /* not a device */
474 #define MNT2_GEN_OPT_NODEV 0x10
476 /* no exec calls allowed */
477 #define MNT2_GEN_OPT_NOEXEC 0x4
479 /* not a device */
480 /* #undef MNT2_GEN_OPT_NONDEV */
482 /* Disallow mounts beneath this mount */
483 /* #undef MNT2_GEN_OPT_NOSUB */
485 /* Setuid programs disallowed */
486 #define MNT2_GEN_OPT_NOSUID 0x8
488 /* Return ENAMETOOLONG for long filenames */
489 /* #undef MNT2_GEN_OPT_NOTRUNC */
491 /* allow overlay mounts */
492 /* #undef MNT2_GEN_OPT_OVERLAY */
494 /* check quotas */
495 #define MNT2_GEN_OPT_QUOTA 0x2000
497 /* Read-only */
498 #define MNT2_GEN_OPT_RDONLY 0x1
500 /* change options on an existing mount */
501 /* #undef MNT2_GEN_OPT_REMOUNT */
503 /* read only */
504 /* #undef MNT2_GEN_OPT_RONLY */
506 /* synchronize data immediately to filesystem */
507 /* #undef MNT2_GEN_OPT_SYNC */
509 /* synchronous filesystem access (same as SYNC) */
510 #define MNT2_GEN_OPT_SYNCHRONOUS 0x2
512 /* Mount with Sys 5-specific semantics */
513 /* #undef MNT2_GEN_OPT_SYS5 */
515 /* Union mount */
516 /* #undef MNT2_GEN_OPT_UNION */
519 * NFS-specific mount(2) options (hex numbers)
522 /* hide mount type from df(1) */
523 /* #undef MNT2_NFS_OPT_AUTO */
525 /* set max secs for dir attr cache */
526 #define MNT2_NFS_OPT_ACDIRMAX 0x200000
528 /* set min secs for dir attr cache */
529 #define MNT2_NFS_OPT_ACDIRMIN 0x100000
531 /* set max secs for file attr cache */
532 #define MNT2_NFS_OPT_ACREGMAX 0x80000
534 /* set min secs for file attr cache */
535 #define MNT2_NFS_OPT_ACREGMIN 0x40000
537 /* Authentication error */
538 /* #undef MNT2_NFS_OPT_AUTHERR */
540 /* set dead server retry thresh */
541 #define MNT2_NFS_OPT_DEADTHRESH 0x4000
543 /* Dismount in progress */
544 /* #undef MNT2_NFS_OPT_DISMINPROG */
546 /* Dismounted */
547 /* #undef MNT2_NFS_OPT_DISMNT */
549 /* Don't estimate rtt dynamically */
550 #define MNT2_NFS_OPT_DUMBTIMR 0x800
552 /* System V-style gid inheritance */
553 /* #undef MNT2_NFS_OPT_GRPID */
555 /* Has authenticator */
556 /* #undef MNT2_NFS_OPT_HASAUTH */
558 /* provide name of server's fs to system */
559 /* #undef MNT2_NFS_OPT_FSNAME */
561 /* set hostname for error printf */
562 /* #undef MNT2_NFS_OPT_HOSTNAME */
564 /* ignore mount point */
565 /* #undef MNT2_NFS_OPT_IGNORE */
567 /* allow interrupts on hard mount */
568 #define MNT2_NFS_OPT_INT 0x40
570 /* Bits set internally */
571 /* #undef MNT2_NFS_OPT_INTERNAL */
573 /* Use Kerberos authentication */
574 /* #undef MNT2_NFS_OPT_KERB */
576 /* use kerberos credentials */
577 /* #undef MNT2_NFS_OPT_KERBEROS */
579 /* transport's knetconfig structure */
580 /* #undef MNT2_NFS_OPT_KNCONF */
582 /* set lease term (nqnfs) */
583 #define MNT2_NFS_OPT_LEASETERM 0x1000
585 /* Local locking (no lock manager) */
586 /* #undef MNT2_NFS_OPT_LLOCK */
588 /* set maximum grouplist size */
589 #define MNT2_NFS_OPT_MAXGRPS 0x20
591 /* Mnt server for mnt point */
592 /* #undef MNT2_NFS_OPT_MNTD */
594 /* Assume writes were mine */
595 /* #undef MNT2_NFS_OPT_MYWRITE */
597 /* mount NFS Version 3 */
598 #define MNT2_NFS_OPT_NFSV3 0x200
600 /* don't cache attributes */
601 /* #undef MNT2_NFS_OPT_NOAC */
603 /* Don't Connect the socket */
604 #define MNT2_NFS_OPT_NOCONN 0x80
606 /* no close-to-open consistency */
607 /* #undef MNT2_NFS_OPT_NOCTO */
609 /* disallow interrupts on hard mounts */
610 /* #undef MNT2_NFS_OPT_NOINT */
612 /* Get lease for lookup */
613 /* #undef MNT2_NFS_OPT_NQLOOKLEASE */
615 /* Use Nqnfs protocol */
616 #define MNT2_NFS_OPT_NQNFS 0x100
618 /* static pathconf kludge info */
619 /* #undef MNT2_NFS_OPT_POSIX */
621 /* Rcv socket lock */
622 /* #undef MNT2_NFS_OPT_RCVLOCK */
624 /* Do lookup with readdir (nqnfs) */
625 /* #undef MNT2_NFS_OPT_RDIRALOOK */
627 /* set read ahead */
628 #define MNT2_NFS_OPT_READAHEAD 0x2000
630 /* Allocate a reserved port */
631 #define MNT2_NFS_OPT_RESVPORT 0x8000
633 /* set number of request retries */
634 #define MNT2_NFS_OPT_RETRANS 0x10
636 /* read only */
637 /* #undef MNT2_NFS_OPT_RONLY */
639 /* use RPC to do secure NFS time sync */
640 /* #undef MNT2_NFS_OPT_RPCTIMESYNC */
642 /* set read size */
643 #define MNT2_NFS_OPT_RSIZE 0x4
645 /* secure mount */
646 /* #undef MNT2_NFS_OPT_SECURE */
648 /* Send socket lock */
649 /* #undef MNT2_NFS_OPT_SNDLOCK */
651 /* soft mount (hard is default) */
652 #define MNT2_NFS_OPT_SOFT 0x1
654 /* spongy mount */
655 /* #undef MNT2_NFS_OPT_SPONGY */
657 /* set initial timeout */
658 #define MNT2_NFS_OPT_TIMEO 0x8
660 /* use TCP for mounts */
661 /* #undef MNT2_NFS_OPT_TCP */
663 /* Wait for authentication */
664 /* #undef MNT2_NFS_OPT_WAITAUTH */
666 /* Wants an authenticator */
667 /* #undef MNT2_NFS_OPT_WANTAUTH */
669 /* Want receive socket lock */
670 /* #undef MNT2_NFS_OPT_WANTRCV */
672 /* Want send socket lock */
673 /* #undef MNT2_NFS_OPT_WANTSND */
675 /* set write size */
676 #define MNT2_NFS_OPT_WSIZE 0x2
678 /* set symlink cache time-to-live */
679 /* #undef MNT2_NFS_OPT_SYMTTL */
681 /* paging threshold */
682 /* #undef MNT2_NFS_OPT_PGTHRESH */
685 * CDFS-specific mount(2) options (hex numbers)
688 /* Ignore permission bits */
689 /* #undef MNT2_CDFS_OPT_DEFPERM */
691 /* Use on-disk permission bits */
692 /* #undef MNT2_CDFS_OPT_NODEFPERM */
694 /* Strip off extension from version string */
695 /* #undef MNT2_CDFS_OPT_NOVERSION */
697 /* Use Rock Ridge Interchange Protocol (RRIP) extensions */
698 /* #undef MNT2_CDFS_OPT_RRIP */
701 * Existence of fields in structures.
704 /* does mntent_t have mnt_cnode field? */
705 /* #undef HAVE_FIELD_MNTENT_T_MNT_CNODE */
707 /* does mntent_t have mnt_time field? */
708 /* #undef HAVE_FIELD_MNTENT_T_MNT_TIME */
710 /* does mntent_t have mnt_time field and is of type "char *" ? */
711 /* #undef HAVE_FIELD_MNTENT_T_MNT_TIME_STRING */
713 /* does mntent_t have mnt_ro field? */
714 /* #undef HAVE_FIELD_MNTENT_T_MNT_RO */
716 /* does cdfs_args_t have flags field? */
717 #define HAVE_FIELD_CDFS_ARGS_T_FLAGS 1
719 /* does cdfs_args_t have fspec field? */
720 #define HAVE_FIELD_CDFS_ARGS_T_FSPEC 1
722 /* does cdfs_args_t have iso_flags field? */
723 /* #undef HAVE_FIELD_CDFS_ARGS_T_ISO_FLAGS */
725 /* does cdfs_args_t have iso_pgthresh field? */
726 /* #undef HAVE_FIELD_CDFS_ARGS_T_ISO_PGTHRESH */
728 /* does cdfs_args_t have norrip field? */
729 /* #undef HAVE_FIELD_CDFS_ARGS_T_NORRIP */
731 /* does cdfs_args_t have ssector field? */
732 #define HAVE_FIELD_CDFS_ARGS_T_SSECTOR 1
734 /* does pcfs_args_t have dsttime field? */
735 /* #undef HAVE_FIELD_PCFS_ARGS_T_DSTTIME */
737 /* does pcfs_args_t have fspec field? */
738 #define HAVE_FIELD_PCFS_ARGS_T_FSPEC 1
740 /* does pcfs_args_t have gid field? */
741 #define HAVE_FIELD_PCFS_ARGS_T_GID 1
743 /* does pcfs_args_t have mask field? */
744 #define HAVE_FIELD_PCFS_ARGS_T_MASK 1
746 /* does pcfs_args_t have secondswest field? */
747 /* #undef HAVE_FIELD_PCFS_ARGS_T_SECONDSWEST */
749 /* does pcfs_args_t have uid field? */
750 #define HAVE_FIELD_PCFS_ARGS_T_UID 1
752 /* does ufs_args_t have flags field? */
753 /* #undef HAVE_FIELD_UFS_ARGS_T_FLAGS */
755 /* does ufs_args_t have fspec field? */
756 #define HAVE_FIELD_UFS_ARGS_T_FSPEC 1
758 /* does efs_args_t have flags field? */
759 /* #undef HAVE_FIELD_EFS_ARGS_T_FLAGS */
761 /* does efs_args_t have fspec field? */
762 /* #undef HAVE_FIELD_EFS_ARGS_T_FSPEC */
764 /* does xfs_args_t have flags field? */
765 /* #undef HAVE_FIELD_XFS_ARGS_T_FLAGS */
767 /* does xfs_args_t have fspec field? */
768 /* #undef HAVE_FIELD_XFS_ARGS_T_FSPEC */
770 /* does ufs_ars_t have ufs_flags field? */
771 /* #undef HAVE_FIELD_UFS_ARGS_T_UFS_FLAGS */
773 /* does ufs_ars_t have ufs_pgthresh field? */
774 /* #undef HAVE_FIELD_UFS_ARGS_T_UFS_PGTHRESH */
776 /* does struct fhstatus have a fhs_fh field? */
777 /* #undef HAVE_FIELD_STRUCT_FHSTATUS_FHS_FH */
779 /* does struct statfs have an f_fstypename field? */
780 #define HAVE_FIELD_STRUCT_STATFS_F_FSTYPENAME 1
782 /* does struct nfs_args have an acdirmin field? */
783 #define HAVE_FIELD_NFS_ARGS_T_ACDIRMIN 1
785 /* does struct nfs_args have an acregmin field? */
786 #define HAVE_FIELD_NFS_ARGS_T_ACREGMIN 1
788 /* does struct nfs_args have a bsize field? */
789 /* #undef HAVE_FIELD_NFS_ARGS_T_BSIZE */
791 /* does struct nfs_args have an fh_len field? */
792 /* #undef HAVE_FIELD_NFS_ARGS_T_FH_LEN */
794 /* does struct nfs_args have an fhsize field? */
795 #define HAVE_FIELD_NFS_ARGS_T_FHSIZE 1
797 /* does struct nfs_args have a gfs_flags field? */
798 /* #undef HAVE_FIELD_NFS_ARGS_T_GFS_FLAGS */
800 /* does struct nfs_args have a namlen field? */
801 /* #undef HAVE_FIELD_NFS_ARGS_T_NAMLEN */
803 /* does struct nfs_args have an optstr field? */
804 /* #undef HAVE_FIELD_NFS_ARGS_T_OPTSTR */
806 /* does struct nfs_args have a proto field? */
807 #define HAVE_FIELD_NFS_ARGS_T_PROTO 1
809 /* does struct nfs_args have a socket type field? */
810 #define HAVE_FIELD_NFS_ARGS_T_SOTYPE 1
812 /* does struct nfs_args have a version field? */
813 #define HAVE_FIELD_NFS_ARGS_T_VERSION 1
815 /* does struct ifreq have field ifr_addr? */
816 #define HAVE_FIELD_STRUCT_IFREQ_IFR_ADDR 1
818 /* does struct ifaddrs have field ifa_next? */
819 /* #undef HAVE_FIELD_STRUCT_IFADDRS_IFA_NEXT */
821 /* does struct sockaddr have field sa_len? */
822 #define HAVE_FIELD_STRUCT_SOCKADDR_SA_LEN 1
824 /* does struct autofs_args have an addr field? */
825 /* #undef HAVE_FIELD_AUTOFS_ARGS_T_ADDR */
827 /* does umntrequest have an rdevid field? */
828 /* #undef HAVE_FIELD_UMNTREQUEST_RDEVID */
831 /* should signal handlers be reinstalled? */
832 /* #undef REINSTALL_SIGNAL_HANDLER */
835 /**************************************************************************/
836 /*** Everything above this line is part of the "TOP" of acconfig.h. ***/
837 /**************************************************************************/
840 /* Define if on AIX 3.
841 System headers sometimes define this.
842 We just want to avoid a redefinition error message. */
843 #ifndef _ALL_SOURCE
844 /* #undef _ALL_SOURCE */
845 #endif
847 /* Define if using alloca.c. */
848 /* #undef C_ALLOCA */
850 /* Define to empty if the keyword does not work. */
851 /* #undef const */
853 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
854 This function is required for alloca.c support on those systems. */
855 /* #undef CRAY_STACKSEG_END */
857 /* Define to the type of elements in the array set by `getgroups'.
858 Usually this is either `int' or `gid_t'. */
859 #define GETGROUPS_T gid_t
861 /* Define to `int' if <sys/types.h> doesn't define. */
862 /* #undef gid_t */
864 /* Define if you have alloca, as a function or macro. */
865 #define HAVE_ALLOCA 1
867 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
868 /* #undef HAVE_ALLOCA_H */
870 /* Define if you support file names longer than 14 characters. */
871 #define HAVE_LONG_FILE_NAMES 1
873 /* Define if system calls automatically restart after interruption
874 by a signal. */
875 #define HAVE_RESTARTABLE_SYSCALLS 1
877 /* Define if your struct stat has st_rdev. */
878 #define HAVE_ST_RDEV 1
880 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
881 #define HAVE_SYS_WAIT_H 1
883 /* Define if you have <vfork.h>. */
884 /* #undef HAVE_VFORK_H */
886 /* Define if you have the wait3 system call. */
887 #define HAVE_WAIT3 1
889 /* Define as __inline if that's what the C compiler calls it. */
890 /* #undef inline */
892 /* Define if your C compiler doesn't accept -c and -o together. */
893 /* #undef NO_MINUS_C_MINUS_O */
895 /* Define if you need to in order for stat and other things to work. */
896 /* #undef _POSIX_SOURCE */
898 /* Define as the return type of signal handlers (int or void). */
899 #define RETSIGTYPE void
901 /* If using the C implementation of alloca, define if you know the
902 direction of stack growth for your system; otherwise it will be
903 automatically deduced at run-time.
904 STACK_DIRECTION > 0 => grows toward higher addresses
905 STACK_DIRECTION < 0 => grows toward lower addresses
906 STACK_DIRECTION = 0 => direction of growth unknown
908 /* #undef STACK_DIRECTION */
910 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
911 /* #undef STAT_MACROS_BROKEN */
913 /* Define if you have the ANSI C header files. */
914 #define STDC_HEADERS 1
916 /* Define if you can safely include both <sys/time.h> and <time.h>. */
917 #define TIME_WITH_SYS_TIME 1
919 /* Define if your <sys/time.h> declares struct tm. */
920 /* #undef TM_IN_SYS_TIME */
922 /* Define to `int' if <sys/types.h> doesn't define. */
923 /* #undef uid_t */
925 /* Define vfork as fork if vfork does not work. */
926 /* #undef vfork */
928 /* Define if your processor stores words with the most significant
929 byte first (like Motorola and SPARC, unlike Intel and VAX). */
930 /* #undef WORDS_BIGENDIAN */
931 #include <machine/endian.h>
932 #if BYTE_ORDER == BIG_ENDIAN
933 #define WORDS_BIGENDIAN
934 #endif
936 /* Define if lex declares yytext as a char * by default, not a char[]. */
937 #define YYTEXT_POINTER 1
939 /* Turn off general debugging by default */
940 /* #undef DEBUG */
942 /* Turn off memory debugging by default */
943 /* #undef DEBUG_MEM */
945 /* Enable "amq -M" remote mount code (insecure due to IP spoofing) */
946 /* #undef ENABLE_AMQ_MOUNT */
948 /* Define package name (must be defined by configure.in) */
949 #define PACKAGE "am-utils"
951 /* Define version of package (must be defined by configure.in) */
952 #define VERSION "6.0.3s1"
954 /* We [FREEBSD-NATIVE] pick some parameters from our local config file */
955 #include "config_local.h"
957 /* Define name of host machine's cpu (eg. sparc) */
958 /* #define HOST_CPU "i386" */
960 /* Define name of host machine's architecture (eg. sun4) */
961 /* #define HOST_ARCH "i386" */
963 /* Define name of host machine's vendor (eg. sun) */
964 #define HOST_VENDOR "unknown"
966 /* Define name and version of host machine (eg. solaris2.5.1) */
967 /* #define HOST_OS "freebsd3.0" */
969 /* Define only name of host machine OS (eg. solaris2) */
970 /* #define HOST_OS_NAME "freebsd3" */
972 /* Define only version of host machine (eg. 2.5.1) */
973 /* #define HOST_OS_VERSION "3.0" */
975 /* Define the header version of (linux) hosts (eg. 2.2.10) */
976 /* #define HOST_HEADER_VERSION "4.0" */
978 /* Define name of host */
979 /* #define HOST_NAME "dragon.nuxi.com" */
981 /* Define user name */
982 /* #define USER_NAME "obrien" */
984 /* Define configuration date */
985 /* #define CONFIG_DATE "Fri Aug 21 19:35:55 PDT 1998" */
987 /* what type of network transport type is in use? TLI or sockets? */
988 /* #undef HAVE_TRANSPORT_TYPE_TLI */
990 /* Define to "void *" if compiler can handle, otherwise "char *" */
991 #define voidp void *
993 /* Define a type/structure for an NFS V2 filehandle */
994 #define am_nfs_fh nfs_fh
996 /* Define a type/structure for an NFS V3 filehandle */
997 #define am_nfs_fh3 nfs_fh3
999 /* define name of am-utils' NFS protocol header */
1000 #define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_freebsd3.h"
1002 /* Define a type for the nfs_args structure */
1003 #define nfs_args_t struct nfs_args
1005 /* Define the field name for the filehandle within nfs_args_t */
1006 #define NFS_FH_FIELD fh
1008 /* Define if plain fhandle type exists */
1009 #define HAVE_FHANDLE 1
1011 /* Define the type of the 3rd argument ('in') to svc_getargs() */
1012 #define SVC_IN_ARG_TYPE caddr_t
1014 /* Define to the type of xdr procedure type */
1015 #define XDRPROC_T_TYPE xdrproc_t
1017 /* Define if mount table is on file, undefine if in kernel */
1018 /* #undef MOUNT_TABLE_ON_FILE */
1020 /* Define if have struct mntent in one of the standard headers */
1021 /* #undef HAVE_STRUCT_MNTENT */
1023 /* Define if have struct mnttab in one of the standard headers */
1024 /* #undef HAVE_STRUCT_MNTTAB */
1026 /* Define if have struct nfs_args in one of the standard nfs headers */
1027 #define HAVE_STRUCT_NFS_ARGS 1
1029 /* Define if have struct nfs_mount_data in one of the standard nfs headers */
1030 /* #undef HAVE_STRUCT_NFS_MOUNT_DATA */
1032 /* Define if have struct nfs_gfs_mount in one of the standard nfs headers */
1033 /* #undef HAVE_STRUCT_NFS_GFS_MOUNT */
1035 /* Type of the 3rd argument to yp_order() */
1036 #define YP_ORDER_OUTORDER_TYPE int
1038 /* Type of the 6th argument to recvfrom() */
1039 #define RECVFROM_FROMLEN_TYPE int
1041 /* Type of the 5rd argument to authunix_create() */
1042 #define AUTH_CREATE_GIDLIST_TYPE gid_t
1044 /* The string used in printf to print the mount-type field of mount(2) */
1045 #define MTYPE_PRINTF_TYPE "%s"
1047 /* Type of the mount-type field in the mount() system call */
1048 #define MTYPE_TYPE const char *
1050 /* Define a type for the pcfs_args structure */
1051 #define pcfs_args_t struct msdosfs_args
1053 /* Define a type for the autofs_args structure */
1054 /* #undef autofs_args_t */
1056 /* Define a type for the cachefs_args structure */
1057 /* #undef cachefs_args_t */
1059 /* Define a type for the tmpfs_args structure */
1060 /* #undef tmpfs_args_t */
1062 /* Define a type for the ufs_args structure */
1063 #define ufs_args_t struct ufs_args
1065 /* Define a type for the efs_args structure */
1066 /* #undef efs_args_t */
1068 /* Define a type for the xfs_args structure */
1069 /* #undef xfs_args_t */
1071 /* Define a type for the lofs_args structure */
1072 /* #undef lofs_args_t */
1074 /* Define a type for the cdfs_args structure */
1075 #define cdfs_args_t struct iso_args
1077 /* Define a type for the mfs_args structure */
1078 #define mfs_args_t struct mfs_args
1080 /* Define a type for the rfs_args structure */
1081 /* #undef rfs_args_t */
1083 /* define if have a bad version of memcmp() */
1084 /* #undef HAVE_BAD_MEMCMP */
1086 /* define if have a bad version of yp_all() */
1087 /* #undef HAVE_BAD_YP_ALL */
1089 /* define if must use NFS "noconn" option */
1090 /* #undef USE_UNCONNECTED_NFS_SOCKETS */
1091 /* define if must NOT use NFS "noconn" option */
1092 #define USE_CONNECTED_NFS_SOCKETS 1
1094 /* Define if you have the __seterr_reply function. */
1095 /* #undef HAVE___SETERR_REPLY */
1097 /* Define if you have the _seterr_reply function. */
1098 #define HAVE__SETERR_REPLY 1
1100 /* Define if you have the bcmp function. */
1101 #define HAVE_BCMP 1
1103 /* Define if you have the bcopy function. */
1104 #define HAVE_BCOPY 1
1106 /* Define if you have the bzero function. */
1107 #define HAVE_BZERO 1
1109 /* Define if you have the clnt_create function. */
1110 #define HAVE_CLNT_CREATE 1
1112 /* Define if you have the clnt_create_timed function. */
1113 /* #undef HAVE_CLNT_CREATE_TIMED */
1115 /* Define if you have the clnt_spcreateerror function. */
1116 #define HAVE_CLNT_SPCREATEERROR 1
1118 /* Define if you have the clnt_sperrno function. */
1119 #define HAVE_CLNT_SPERRNO 1
1121 /* Define if you have the cnodeid function. */
1122 /* #undef HAVE_CNODEID */
1124 /* Define if you have the dbm_open function. */
1125 #define HAVE_DBM_OPEN 1
1127 /* Define if you have the dg_mount function. */
1128 /* #undef HAVE_DG_MOUNT */
1130 /* Define if you have the fgets function. */
1131 #define HAVE_FGETS 1
1133 /* Define if you have the flock function. */
1134 #define HAVE_FLOCK 1
1136 /* Define if you have the fsmount function. */
1137 /* #undef HAVE_FSMOUNT */
1139 /* Define if you have the get_myaddress function. */
1140 #define HAVE_GET_MYADDRESS 1
1142 /* Define if you have the getccent function. */
1143 /* #undef HAVE_GETCCENT */
1145 /* Define if you have the getcwd function. */
1146 #define HAVE_GETCWD 1
1148 /* Define if you have the getdomainname function. */
1149 #define HAVE_GETDOMAINNAME 1
1151 /* Define if you have the getdtablesize function. */
1152 #define HAVE_GETDTABLESIZE 1
1154 /* Define if you have the gethostname function. */
1155 #define HAVE_GETHOSTNAME 1
1157 /* Define if you have the getifaddrs function. */
1158 /* #undef HAVE_GETIFADDRS */
1160 /* Define if you have the getmntinfo function. */
1161 #define HAVE_GETMNTINFO 1
1163 /* Define if you have the getmountent function. */
1164 /* #undef HAVE_GETMOUNTENT */
1166 /* Define if you have the getpagesize function. */
1167 #define HAVE_GETPAGESIZE 1
1169 /* Define if you have the getpwnam function. */
1170 #define HAVE_GETPWNAM 1
1172 /* Define if you have the gettimeofday function. */
1173 #define HAVE_GETTIMEOFDAY 1
1175 /* Define if you have the hasmntopt function. */
1176 /* #undef HAVE_HASMNTOPT */
1178 /* Define if you have the hes_init function. */
1179 /* #undef HAVE_HES_INIT */
1181 /* Define if you have the hesiod_init function. */
1182 /* #undef HAVE_HESIOD_INIT */
1184 /* Define if you have the hesiod_reload function. */
1185 /* #undef HAVE_HESIOD_RELOAD */
1187 /* Define if you have the hesiod_to_bind function. */
1188 /* #undef HAVE_HESIOD_TO_BIND */
1190 /* Define if you have the ldap_open function. */
1191 /* #undef HAVE_LDAP_OPEN */
1193 /* Define if you have the memcmp function. */
1194 #define HAVE_MEMCMP 1
1196 /* Define if you have the memcpy function. */
1197 #define HAVE_MEMCPY 1
1199 /* Define if you have the memmove function. */
1200 #define HAVE_MEMMOVE 1
1202 /* Define if you have the memset function. */
1203 #define HAVE_MEMSET 1
1205 /* Define if you have the mkdir function. */
1206 #define HAVE_MKDIR 1
1208 /* Define if you have the mkstemp function. */
1209 #define HAVE_MKSTEMP 1
1211 /* Define if you have the mntctl function. */
1212 /* #undef HAVE_MNTCTL */
1214 /* Define if you have the mount function. */
1215 #define HAVE_MOUNT 1
1217 /* Define if you have the mountsyscall function. */
1218 /* #undef HAVE_MOUNTSYSCALL */
1220 /* Define if you have the nis_domain_of function. */
1221 /* #undef HAVE_NIS_DOMAIN_OF */
1223 /* Define if you have the opendir function. */
1224 #define HAVE_OPENDIR 1
1226 /* Define if you have the plock function. */
1227 /* #undef HAVE_PLOCK */
1229 /* Define if you have the regcomp function. */
1230 #define HAVE_REGCOMP 1
1232 /* Define if you have the regexec function. */
1233 #define HAVE_REGEXEC 1
1235 /* Define if you have the rmdir function. */
1236 #define HAVE_RMDIR 1
1238 /* Define if you have the select function. */
1239 #define HAVE_SELECT 1
1241 /* Define if you have the seteuid function. */
1242 #define HAVE_SETEUID 1
1244 /* Define if you have the setitimer function. */
1245 #define HAVE_SETITIMER 1
1247 /* Define if you have the setresuid function. */
1248 /* #undef HAVE_SETRESUID */
1250 /* Define if you have the setsid function. */
1251 #define HAVE_SETSID 1
1253 /* Define if you have the sigaction function. */
1254 #define HAVE_SIGACTION 1
1256 /* Define if you have the signal function. */
1257 #define HAVE_SIGNAL 1
1259 /* Define if you have the socket function. */
1260 #define HAVE_SOCKET 1
1262 /* Define if you have the strcasecmp function. */
1263 #define HAVE_STRCASECMP 1
1265 /* Define if you have the strchr function. */
1266 #define HAVE_STRCHR 1
1268 /* Define if you have the strcspn function. */
1269 #define HAVE_STRCSPN 1
1271 /* Define if you have the strdup function. */
1272 #define HAVE_STRDUP 1
1274 /* Define if you have the strerror function. */
1275 #define HAVE_STRERROR 1
1277 /* Define if you have the strspn function. */
1278 #define HAVE_STRSPN 1
1280 /* Define if you have the strstr function. */
1281 #define HAVE_STRSTR 1
1283 /* Define if you have the svc_getreq function. */
1284 #define HAVE_SVC_GETREQ 1
1286 /* Define if you have the svc_getreqset function. */
1287 #define HAVE_SVC_GETREQSET 1
1289 /* Define if you have the sysfs function. */
1290 /* #undef HAVE_SYSFS */
1292 /* Define if you have the syslog function. */
1293 #define HAVE_SYSLOG 1
1295 /* Define if you have the ualarm function. */
1296 #define HAVE_UALARM 1
1298 /* Define if you have the umount function. */
1299 /* #undef HAVE_UMOUNT */
1301 /* Define if you have the uname function. */
1302 #define HAVE_UNAME 1
1304 /* Define if you have the unmount function. */
1305 #define HAVE_UNMOUNT 1
1307 /* Define if you have the uvmount function. */
1308 /* #undef HAVE_UVMOUNT */
1310 /* Define if you have the vfork function. */
1311 #define HAVE_VFORK 1
1313 /* Define if you have the vfsmount function. */
1314 /* #undef HAVE_VFSMOUNT */
1316 /* Define if you have the vmount function. */
1317 /* #undef HAVE_VMOUNT */
1319 /* Define if you have the vsnprintf function. */
1320 #define HAVE_VSNPRINTF 1
1322 /* Define if you have the wait3 function. */
1323 #define HAVE_WAIT3 1
1325 /* Define if you have the waitpid function. */
1326 #define HAVE_WAITPID 1
1328 /* Define if you have the xdr_attrstat function. */
1329 #define HAVE_XDR_ATTRSTAT 1
1331 /* Define if you have the xdr_createargs function. */
1332 #define HAVE_XDR_CREATEARGS 1
1334 /* Define if you have the xdr_dirlist function. */
1335 #define HAVE_XDR_DIRLIST 1
1337 /* Define if you have the xdr_diropargs function. */
1338 #define HAVE_XDR_DIROPARGS 1
1340 /* Define if you have the xdr_diropokres function. */
1341 #define HAVE_XDR_DIROPOKRES 1
1343 /* Define if you have the xdr_diropres function. */
1344 #define HAVE_XDR_DIROPRES 1
1346 /* Define if you have the xdr_dirpath function. */
1347 #define HAVE_XDR_DIRPATH 1
1349 /* Define if you have the xdr_entry function. */
1350 #define HAVE_XDR_ENTRY 1
1352 /* Define if you have the xdr_exportnode function. */
1353 #define HAVE_XDR_EXPORTNODE 1
1355 /* Define if you have the xdr_exports function. */
1356 #define HAVE_XDR_EXPORTS 1
1358 /* Define if you have the xdr_fattr function. */
1359 #define HAVE_XDR_FATTR 1
1361 /* Define if you have the xdr_fhandle function. */
1362 #define HAVE_XDR_FHANDLE 1
1364 /* Define if you have the xdr_fhstatus function. */
1365 #define HAVE_XDR_FHSTATUS 1
1367 /* Define if you have the xdr_filename function. */
1368 #define HAVE_XDR_FILENAME 1
1370 /* Define if you have the xdr_ftype function. */
1371 #define HAVE_XDR_FTYPE 1
1373 /* Define if you have the xdr_groupnode function. */
1374 #define HAVE_XDR_GROUPNODE 1
1376 /* Define if you have the xdr_groups function. */
1377 #define HAVE_XDR_GROUPS 1
1379 /* Define if you have the xdr_linkargs function. */
1380 #define HAVE_XDR_LINKARGS 1
1382 /* Define if you have the xdr_mntrequest function. */
1383 /* #undef HAVE_XDR_MNTREQUEST */
1385 /* Define if you have the xdr_mntres function. */
1386 /* #undef HAVE_XDR_MNTRES */
1388 /* Define if you have the xdr_mountbody function. */
1389 #define HAVE_XDR_MOUNTBODY 1
1391 /* Define if you have the xdr_mountlist function. */
1392 #define HAVE_XDR_MOUNTLIST 1
1394 /* Define if you have the xdr_mountres3 function. */
1395 /* #undef HAVE_XDR_MOUNTRES3 */
1397 /* Define if you have the xdr_name function. */
1398 #define HAVE_XDR_NAME 1
1400 /* Define if you have the xdr_nfs_fh function. */
1401 #define HAVE_XDR_NFS_FH 1
1403 /* Define if you have the xdr_nfscookie function. */
1404 #define HAVE_XDR_NFSCOOKIE 1
1406 /* Define if you have the xdr_nfspath function. */
1407 #define HAVE_XDR_NFSPATH 1
1409 /* Define if you have the xdr_nfsstat function. */
1410 #define HAVE_XDR_NFSSTAT 1
1412 /* Define if you have the xdr_nfstime function. */
1413 #define HAVE_XDR_NFSTIME 1
1415 /* Define if you have the xdr_pointer function. */
1416 #define HAVE_XDR_POINTER 1
1418 /* Define if you have the xdr_readargs function. */
1419 #define HAVE_XDR_READARGS 1
1421 /* Define if you have the xdr_readdirargs function. */
1422 #define HAVE_XDR_READDIRARGS 1
1424 /* Define if you have the xdr_readdirres function. */
1425 #define HAVE_XDR_READDIRRES 1
1427 /* Define if you have the xdr_readlinkres function. */
1428 #define HAVE_XDR_READLINKRES 1
1430 /* Define if you have the xdr_readokres function. */
1431 #define HAVE_XDR_READOKRES 1
1433 /* Define if you have the xdr_readres function. */
1434 #define HAVE_XDR_READRES 1
1436 /* Define if you have the xdr_renameargs function. */
1437 #define HAVE_XDR_RENAMEARGS 1
1439 /* Define if you have the xdr_sattr function. */
1440 #define HAVE_XDR_SATTR 1
1442 /* Define if you have the xdr_sattrargs function. */
1443 #define HAVE_XDR_SATTRARGS 1
1445 /* Define if you have the xdr_statfsokres function. */
1446 #define HAVE_XDR_STATFSOKRES 1
1448 /* Define if you have the xdr_statfsres function. */
1449 #define HAVE_XDR_STATFSRES 1
1451 /* Define if you have the xdr_symlinkargs function. */
1452 #define HAVE_XDR_SYMLINKARGS 1
1454 /* Define if you have the xdr_umntrequest function. */
1455 /* #undef HAVE_XDR_UMNTREQUEST */
1457 /* Define if you have the xdr_umntres function. */
1458 /* #undef HAVE_XDR_UMNTRES */
1460 /* Define if you have the xdr_writeargs function. */
1461 #define HAVE_XDR_WRITEARGS 1
1463 /* Define if you have the yp_all function. */
1464 /* #undef HAVE_YP_ALL */
1466 /* Define if you have the yp_get_default_domain function. */
1467 #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1469 /* Define if you have the <arpa/inet.h> header file. */
1470 #define HAVE_ARPA_INET_H 1
1472 /* Define if you have the <arpa/nameser.h> header file. */
1473 #define HAVE_ARPA_NAMESER_H 1
1475 /* Define if you have the <assert.h> header file. */
1476 #define HAVE_ASSERT_H 1
1478 /* Define if you have the <bsd/rpc/rpc.h> header file. */
1479 /* #undef HAVE_BSD_RPC_RPC_H */
1481 /* Define if you have the <cdfs/cdfs_mount.h> header file. */
1482 /* #undef HAVE_CDFS_CDFS_MOUNT_H */
1484 /* Define if you have the <cdfs/cdfsmount.h> header file. */
1485 /* #undef HAVE_CDFS_CDFSMOUNT_H */
1487 /* Define if you have the <cluster.h> header file. */
1488 /* #undef HAVE_CLUSTER_H */
1490 /* Define if you have the <ctype.h> header file. */
1491 #define HAVE_CTYPE_H 1
1493 /* Define if you have the <db1/ndbm.h> header file. */
1494 /* #undef HAVE_DB1_NDBM_H */
1496 /* Define if you have the <dirent.h> header file. */
1497 #define HAVE_DIRENT_H 1
1499 /* Define if you have the <errno.h> header file. */
1500 #define HAVE_ERRNO_H 1
1502 /* Define if you have the <fcntl.h> header file. */
1503 #define HAVE_FCNTL_H 1
1505 /* Define if you have the <grp.h> header file. */
1506 #define HAVE_GRP_H 1
1508 /* Define if you have the <hesiod.h> header file. */
1509 /* #undef HAVE_HESIOD_H */
1511 /* Define if you have the <hsfs/hsfs.h> header file. */
1512 /* #undef HAVE_HSFS_HSFS_H */
1514 /* Define if you have the <ifaddrs.h> header file. */
1515 /* #undef HAVE_IFADDRS_H */
1517 /* Define if you have the <irs.h> header file. */
1518 /* #undef HAVE_IRS_H */
1520 /* Define if you have the <isofs/cd9660/cd9660_mount.h> header file. */
1521 #define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1
1523 /* Define if you have the <lber.h> header file. */
1524 /* #undef HAVE_LBER_H */
1526 /* Define if you have the <ldap.h> header file. */
1527 /* #undef HAVE_LDAP_H */
1529 /* Define if you have the <libgen.h> header file. */
1530 /* #undef HAVE_LIBGEN_H */
1532 /* Define if you have the <linux/auto_fs.h> header file. */
1533 /* #undef HAVE_LINUX_AUTO_FS_H */
1535 /* Define if you have the <linux/fs.h> header file. */
1536 /* #undef HAVE_LINUX_FS_H */
1538 /* Define if you have the <linux/nfs.h> header file. */
1539 /* #undef HAVE_LINUX_NFS_H */
1541 /* Define if you have the <linux/nfs_mount.h> header file. */
1542 /* #undef HAVE_LINUX_NFS_MOUNT_H */
1544 /* Define if you have the <linux/posix_types.h> header file. */
1545 /* #undef HAVE_LINUX_POSIX_TYPES_H */
1547 /* Define if you have the <machine/endian.h> header file. */
1548 #define HAVE_MACHINE_ENDIAN_H 1
1550 /* Define if you have the <malloc.h> header file. */
1551 /* #undef HAVE_MALLOC_H */
1553 /* Define if you have the <memory.h> header file. */
1554 #define HAVE_MEMORY_H 1
1556 /* Define if you have the <mntent.h> header file. */
1557 /* #undef HAVE_MNTENT_H */
1559 /* Define if you have the <mnttab.h> header file. */
1560 /* #undef HAVE_MNTTAB_H */
1562 /* Define if you have the <mount.h> header file. */
1563 /* #undef HAVE_MOUNT_H */
1565 /* Define if you have the <msdosfs/msdosfsmount.h> header file. */
1566 #define HAVE_MSDOSFS_MSDOSFSMOUNT_H 1
1568 /* Define if you have the <ndbm.h> header file. */
1569 #define HAVE_NDBM_H 1
1571 /* Define if you have the <ndir.h> header file. */
1572 /* #undef HAVE_NDIR_H */
1574 /* Define if you have the <net/errno.h> header file. */
1575 /* #undef HAVE_NET_ERRNO_H */
1577 /* Define if you have the <net/if.h> header file. */
1578 #define HAVE_NET_IF_H 1
1580 /* Define if you have the <net/if_var.h> header file. */
1581 #define HAVE_NET_IF_VAR_H 1
1583 /* Define if you have the <net/route.h> header file. */
1584 #define HAVE_NET_ROUTE_H 1
1586 /* Define if you have the <netconfig.h> header file. */
1587 /* #undef HAVE_NETCONFIG_H */
1589 /* Define if you have the <netdb.h> header file. */
1590 #define HAVE_NETDB_H 1
1592 /* Define if you have the <netdir.h> header file. */
1593 /* #undef HAVE_NETDIR_H */
1595 /* Define if you have the <netinet/if_ether.h> header file. */
1596 #define HAVE_NETINET_IF_ETHER_H 1
1598 /* Define if you have the <netinet/in.h> header file. */
1599 #define HAVE_NETINET_IN_H 1
1601 /* Define if you have the <nfs/export.h> header file. */
1602 /* #undef HAVE_NFS_EXPORT_H */
1604 /* Define if you have the <nfs/mount.h> header file. */
1605 /* #undef HAVE_NFS_MOUNT_H */
1607 /* Define if you have the <nfs/nfs.h> header file. */
1608 #define HAVE_NFS_NFS_H 1
1610 /* Define if you have the <nfs/nfs_clnt.h> header file. */
1611 /* #undef HAVE_NFS_NFS_CLNT_H */
1613 /* Define if you have the <nfs/nfs_gfs.h> header file. */
1614 /* #undef HAVE_NFS_NFS_GFS_H */
1616 /* Define if you have the <nfs/nfs_mount.h> header file. */
1617 /* #undef HAVE_NFS_NFS_MOUNT_H */
1619 /* Define if you have the <nfs/nfsmount.h> header file. */
1620 #define HAVE_NFS_NFSMOUNT_H 1
1622 /* Define if you have the <nfs/nfsproto.h> header file. */
1623 #define HAVE_NFS_NFSPROTO_H 1
1625 /* Define if you have the <nfs/nfsv2.h> header file. */
1626 #define HAVE_NFS_NFSV2_H 1
1628 /* Define if you have the <nfs/pathconf.h> header file. */
1629 /* #undef HAVE_NFS_PATHCONF_H */
1631 /* Define if you have the <nfs/rpcv2.h> header file. */
1632 #define HAVE_NFS_RPCV2_H 1
1634 /* Define if you have the <nsswitch.h> header file. */
1635 /* #undef HAVE_NSSWITCH_H */
1637 /* Define if you have the <pwd.h> header file. */
1638 #define HAVE_PWD_H 1
1640 /* Define if you have the <regex.h> header file. */
1641 #define HAVE_REGEX_H 1
1643 /* Define if you have the <resolv.h> header file. */
1644 #define HAVE_RESOLV_H 1
1646 /* Define if you have the <rpc/auth_des.h> header file. */
1647 #define HAVE_RPC_AUTH_DES_H 1
1649 /* Define if you have the <rpc/pmap_clnt.h> header file. */
1650 #define HAVE_RPC_PMAP_CLNT_H 1
1652 /* Define if you have the <rpc/pmap_prot.h> header file. */
1653 #define HAVE_RPC_PMAP_PROT_H 1
1655 /* Define if you have the <rpc/rpc.h> header file. */
1656 #define HAVE_RPC_RPC_H 1
1658 /* Define if you have the <rpc/types.h> header file. */
1659 #define HAVE_RPC_TYPES_H 1
1661 /* Define if you have the <rpc/xdr.h> header file. */
1662 #define HAVE_RPC_XDR_H 1
1664 /* Define if you have the <rpcsvc/mount.h> header file. */
1665 #define HAVE_RPCSVC_MOUNT_H 1
1667 /* Define if you have the <rpcsvc/mountv3.h> header file. */
1668 /* #undef HAVE_RPCSVC_MOUNTV3_H */
1670 /* Define if you have the <rpcsvc/nfs_prot.h> header file. */
1671 #define HAVE_RPCSVC_NFS_PROT_H 1
1673 /* Define if you have the <rpcsvc/nis.h> header file. */
1674 #define HAVE_RPCSVC_NIS_H 1
1676 /* Define if you have the <rpcsvc/yp_prot.h> header file. */
1677 #define HAVE_RPCSVC_YP_PROT_H 1
1679 /* Define if you have the <rpcsvc/ypclnt.h> header file. */
1680 #define HAVE_RPCSVC_YPCLNT_H 1
1682 /* Define if you have the <setjmp.h> header file. */
1683 #define HAVE_SETJMP_H 1
1685 /* Define if you have the <signal.h> header file. */
1686 #define HAVE_SIGNAL_H 1
1688 /* Define if you have the <socketbits.h> header file. */
1689 /* #undef HAVE_SOCKETBITS_H */
1691 /* Define if you have the <statbuf.h> header file. */
1692 /* #undef HAVE_STATBUF_H */
1694 /* Define if you have the <stdarg.h> header file. */
1695 #define HAVE_STDARG_H 1
1697 /* Define if you have the <stdio.h> header file. */
1698 #define HAVE_STDIO_H 1
1700 /* Define if you have the <stdlib.h> header file. */
1701 #define HAVE_STDLIB_H 1
1703 /* Define if you have the <string.h> header file. */
1704 #define HAVE_STRING_H 1
1706 /* Define if you have the <strings.h> header file. */
1707 #define HAVE_STRINGS_H 1
1709 /* Define if you have the <sys/config.h> header file. */
1710 /* #undef HAVE_SYS_CONFIG_H */
1712 /* Define if you have the <sys/dg_mount.h> header file. */
1713 /* #undef HAVE_SYS_DG_MOUNT_H */
1715 /* Define if you have the <sys/dir.h> header file. */
1716 /* #undef HAVE_SYS_DIR_H */
1718 /* Define if you have the <sys/errno.h> header file. */
1719 #define HAVE_SYS_ERRNO_H 1
1721 /* Define if you have the <sys/file.h> header file. */
1722 #define HAVE_SYS_FILE_H 1
1724 /* Define if you have the <sys/fs/autofs.h> header file. */
1725 /* #undef HAVE_SYS_FS_AUTOFS_H */
1727 /* Define if you have the <sys/fs/autofs_prot.h> header file. */
1728 /* #undef HAVE_SYS_FS_AUTOFS_PROT_H */
1730 /* Define if you have the <sys/fs/cachefs_fs.h> header file. */
1731 /* #undef HAVE_SYS_FS_CACHEFS_FS_H */
1733 /* Define if you have the <sys/fs/efs_clnt.h> header file. */
1734 /* #undef HAVE_SYS_FS_EFS_CLNT_H */
1736 /* Define if you have the <sys/fs/nfs.h> header file. */
1737 /* #undef HAVE_SYS_FS_NFS_H */
1739 /* Define if you have the <sys/fs/nfs/mount.h> header file. */
1740 /* #undef HAVE_SYS_FS_NFS_MOUNT_H */
1742 /* Define if you have the <sys/fs/nfs/nfs_clnt.h> header file. */
1743 /* #undef HAVE_SYS_FS_NFS_NFS_CLNT_H */
1745 /* Define if you have the <sys/fs/nfs_clnt.h> header file. */
1746 /* #undef HAVE_SYS_FS_NFS_CLNT_H */
1748 /* Define if you have the <sys/fs/pc_fs.h> header file. */
1749 /* #undef HAVE_SYS_FS_PC_FS_H */
1751 /* Define if you have the <sys/fs/tmp.h> header file. */
1752 /* #undef HAVE_SYS_FS_TMP_H */
1754 /* Define if you have the <sys/fs/ufs_mount.h> header file. */
1755 /* #undef HAVE_SYS_FS_UFS_MOUNT_H */
1757 /* Define if you have the <sys/fs/xfs_clnt.h> header file. */
1758 /* #undef HAVE_SYS_FS_XFS_CLNT_H */
1760 /* Define if you have the <sys/fs_types.h> header file. */
1761 /* #undef HAVE_SYS_FS_TYPES_H */
1763 /* Define if you have the <sys/fsid.h> header file. */
1764 /* #undef HAVE_SYS_FSID_H */
1766 /* Define if you have the <sys/fstyp.h> header file. */
1767 /* #undef HAVE_SYS_FSTYP_H */
1769 /* Define if you have the <sys/ioctl.h> header file. */
1770 #define HAVE_SYS_IOCTL_H 1
1772 /* Define if you have the <sys/lock.h> header file. */
1773 #define HAVE_SYS_LOCK_H 1
1775 /* Define if you have the <sys/machine.h> header file. */
1776 /* #undef HAVE_SYS_MACHINE_H */
1778 /* Define if you have the <sys/mbuf.h> header file. */
1779 #define HAVE_SYS_MBUF_H 1
1781 /* Define if you have the <sys/mntctl.h> header file. */
1782 /* #undef HAVE_SYS_MNTCTL_H */
1784 /* Define if you have the <sys/mntent.h> header file. */
1785 /* #undef HAVE_SYS_MNTENT_H */
1787 /* Define if you have the <sys/mnttab.h> header file. */
1788 /* #undef HAVE_SYS_MNTTAB_H */
1790 /* Define if you have the <sys/mount.h> header file. */
1791 #define HAVE_SYS_MOUNT_H 1
1793 /* Define if you have the <sys/ndir.h> header file. */
1794 /* #undef HAVE_SYS_NDIR_H */
1796 /* Define if you have the <sys/netconfig.h> header file. */
1797 /* #undef HAVE_SYS_NETCONFIG_H */
1799 /* Define if you have the <sys/param.h> header file. */
1800 #define HAVE_SYS_PARAM_H 1
1802 /* Define if you have the <sys/pathconf.h> header file. */
1803 /* #undef HAVE_SYS_PATHCONF_H */
1805 /* Define if you have the <sys/proc.h> header file. */
1806 #define HAVE_SYS_PROC_H 1
1808 /* Define if you have the <sys/resource.h> header file. */
1809 #define HAVE_SYS_RESOURCE_H 1
1811 /* Define if you have the <sys/sema.h> header file. */
1812 /* #undef HAVE_SYS_SEMA_H */
1814 /* Define if you have the <sys/signal.h> header file. */
1815 #define HAVE_SYS_SIGNAL_H 1
1817 /* Define if you have the <sys/socket.h> header file. */
1818 #define HAVE_SYS_SOCKET_H 1
1820 /* Define if you have the <sys/sockio.h> header file. */
1821 #define HAVE_SYS_SOCKIO_H 1
1823 /* Define if you have the <sys/stat.h> header file. */
1824 #define HAVE_SYS_STAT_H 1
1826 /* Define if you have the <sys/statfs.h> header file. */
1827 /* #undef HAVE_SYS_STATFS_H */
1829 /* Define if you have the <sys/syscall.h> header file. */
1830 #define HAVE_SYS_SYSCALL_H 1
1832 /* Define if you have the <sys/syslimits.h> header file. */
1833 #define HAVE_SYS_SYSLIMITS_H 1
1835 /* Define if you have the <sys/syslog.h> header file. */
1836 #define HAVE_SYS_SYSLOG_H 1
1838 /* Define if you have the <sys/time.h> header file. */
1839 #define HAVE_SYS_TIME_H 1
1841 /* Define if you have the <sys/tiuser.h> header file. */
1842 /* #undef HAVE_SYS_TIUSER_H */
1844 /* Define if you have the <sys/types.h> header file. */
1845 #define HAVE_SYS_TYPES_H 1
1847 /* Define if you have the <sys/ucred.h> header file. */
1848 #define HAVE_SYS_UCRED_H 1
1850 /* Define if you have the <sys/uio.h> header file. */
1851 #define HAVE_SYS_UIO_H 1
1853 /* Define if you have the <sys/utsname.h> header file. */
1854 #define HAVE_SYS_UTSNAME_H 1
1856 /* Define if you have the <sys/vfs.h> header file. */
1857 /* #undef HAVE_SYS_VFS_H */
1859 /* Define if you have the <sys/vmount.h> header file. */
1860 /* #undef HAVE_SYS_VMOUNT_H */
1862 /* Define if you have the <sys/vnode.h> header file. */
1863 #define HAVE_SYS_VNODE_H 1
1865 /* Define if you have the <syslog.h> header file. */
1866 #define HAVE_SYSLOG_H 1
1868 /* Define if you have the <time.h> header file. */
1869 #define HAVE_TIME_H 1
1871 /* Define if you have the <tiuser.h> header file. */
1872 /* #undef HAVE_TIUSER_H */
1874 /* Define if you have the <tmpfs/tmp.h> header file. */
1875 /* #undef HAVE_TMPFS_TMP_H */
1877 /* Define if you have the <vfs/ufs/ufsmount.h> header file. */
1878 #define HAVE_UFS_UFS_UFSMOUNT_H 1
1880 /* Define if you have the <vfs/ufs_mount.h> header file. */
1881 #define HAVE_UFS_UFS_MOUNT_H 1
1883 /* Define if you have the <unistd.h> header file. */
1884 #define HAVE_UNISTD_H 1
1886 /* Define if you have the <varargs.h> header file. */
1887 #define HAVE_VARARGS_H 1
1889 /* Define if you have the <vfork.h> header file. */
1890 /* #undef HAVE_VFORK_H */
1892 /* Define if you have the gdbm library (-lgdbm). */
1893 /* #undef HAVE_LIBGDBM */
1895 /* Define if you have the malloc library (-lmalloc). */
1896 /* #undef HAVE_LIBMALLOC */
1898 /* Define if you have the mapmalloc library (-lmapmalloc). */
1899 /* #undef HAVE_LIBMAPMALLOC */
1901 /* Define if you have the nsl library (-lnsl). */
1902 /* #undef HAVE_LIBNSL */
1904 /* Define if you have the rpc library (-lrpc). */
1905 /* #undef HAVE_LIBRPC */
1907 /* Define if you have the rpcsvc library (-lrpcsvc). */
1908 #define HAVE_LIBRPCSVC 1
1910 /* Define to `int' if <sys/types.h> does not define. */
1911 /* #undef pid_t */
1913 /* Define to `int' if <sys/types.h> does not define. */
1914 /* #undef mode_t */
1916 /* Define to `int' if <sys/types.h> does not define. */
1917 /* #undef pid_t */
1919 /* Define to `unsigned' if <sys/types.h> does not define. */
1920 /* #undef size_t */
1922 /* Define to `long' if <sys/types.h> does not define. */
1923 /* #undef time_t */
1926 /**************************************************************************/
1927 /*** Everything below this line is part of the "BOTTOM" of acconfig.h. ***/
1928 /**************************************************************************/
1931 * Existence of external definitions.
1934 /* does extern definition for sys_errlist[] exist? */
1935 #define HAVE_EXTERN_SYS_ERRLIST 1
1937 /* does extern definition for optarg exist? */
1938 #define HAVE_EXTERN_OPTARG 1
1940 /* does extern definition for clnt_spcreateerror() exist? */
1941 #define HAVE_EXTERN_CLNT_SPCREATEERROR 1
1943 /* does extern definition for clnt_sperrno() exist? */
1944 #define HAVE_EXTERN_CLNT_SPERRNO 1
1946 /* does extern definition for free() exist? */
1947 #define HAVE_EXTERN_FREE 1
1949 /* does extern definition for get_myaddress() exist? */
1950 #define HAVE_EXTERN_GET_MYADDRESS 1
1952 /* does extern definition for getccent() (hpux) exist? */
1953 /* #undef HAVE_EXTERN_GETCCENT */
1955 /* does extern definition for getdomainname() exist? */
1956 #define HAVE_EXTERN_GETDOMAINNAME 1
1958 /* does extern definition for gethostname() exist? */
1959 #define HAVE_EXTERN_GETHOSTNAME 1
1961 /* does extern definition for getlogin() exist? */
1962 #define HAVE_EXTERN_GETLOGIN 1
1964 /* does extern definition for gettablesize() exist? */
1965 /* #undef HAVE_EXTERN_GETTABLESIZE */
1967 /* does extern definition for getpagesize() exist? */
1968 #define HAVE_EXTERN_GETPAGESIZE 1
1970 /* does extern definition for innetgr() exist? */
1971 #define HAVE_EXTERN_INNETGR
1973 /* does extern definition for mkstemp() exist? */
1974 #define HAVE_EXTERN_MKSTEMP 1
1976 /* does extern definition for sbrk() exist? */
1977 #define HAVE_EXTERN_SBRK 1
1979 /* does extern definition for seteuid() exist? */
1980 #define HAVE_EXTERN_SETEUID 1
1982 /* does extern definition for setitimer() exist? */
1983 #define HAVE_EXTERN_SETITIMER 1
1985 /* does extern definition for strcasecmp() exist? */
1986 #define HAVE_EXTERN_STRCASECMP 1
1988 /* does extern definition for strdup() exist? */
1989 #define HAVE_EXTERN_STRDUP 1
1991 /* does extern definition for strstr() exist? */
1992 #define HAVE_EXTERN_STRSTR 1
1994 /* does extern definition for usleep() exist? */
1995 #define HAVE_EXTERN_USLEEP 1
1997 /* does extern definition for wait3() exist? */
1998 #define HAVE_EXTERN_WAIT3 1
2000 /* does extern definition for vsnprintf() exist? */
2001 #define HAVE_EXTERN_VSNPRINTF 1
2003 /* does extern definition for xdr_opaque_auth() exist? */
2004 #define HAVE_EXTERN_XDR_OPAQUE_AUTH 1
2006 /****************************************************************************/
2007 /*** INCLUDE localconfig.h if it exists, to allow users to make some ***/
2008 /*** compile time configuration changes. ***/
2009 /****************************************************************************/
2010 /* does a local configuration file exist? */
2011 /* #undef HAVE_LOCALCONFIG_H */
2012 #ifdef HAVE_LOCALCONFIG_H
2013 # include <localconfig.h>
2014 #endif /* HAVE_LOCALCONFIG_H */
2016 #endif /* not _CONFIG_H */
2019 * Local Variables:
2020 * mode: c
2021 * End:
2024 /* End of am-utils-6.x config.h file */