diff options
-rw-r--r-- | usr.sbin/amd/include/config.h | 2724 |
1 files changed, 1338 insertions, 1386 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index a8c2473..ddfeee0 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,29 +1,61 @@ -/* +/* * $FreeBSD$ * - * portions derived from - * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ + * portions derived from + * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ * */ - -/* config.h. Generated automatically by configure. */ -/* config.h.in. Generated automatically from configure.in by autoheader. */ /* * Start of am-utils-6.x config.h file. - * Erez Zadok <ezk@cs.columbia.edu> + * Erez Zadok <ezk @ cs.sunysb.edu> * * DO NOT EDIT BY HAND. - * Note: acconfig.h generates config.h.in, which generates config.h. + * Note: generated by autoheader from configure.in. */ #ifndef _CONFIG_H #define _CONFIG_H +/* We [FREEBSD-NATIVE] pick some parameters from our local config file */ +#include "config_local.h" -/* - * Check for types of amd filesystems available. - */ +/* define name of am-utils' NFS protocol header */ +#define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_freebsd3.h" + +/* Type of the 5rd argument to authunix_create() */ +#define AUTH_CREATE_GIDLIST_TYPE gid_t + +/* Define configuration date */ +/* #define CONFIG_DATE "Tue Sep 2 16:41:46 CEST 2003" */ + +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c' support on those systems. + */ +/* #undef CRAY_STACKSEG_END */ + +/* Define to 1 if using `alloca.c'. */ +/* #undef C_ALLOCA */ + +/* Turn off general debugging by default */ +/* #undef DEBUG */ + +/* Turn off memory debugging by default */ +/* #undef DEBUG_MEM */ + +/* Define to the type of elements in the array set by `getgroups'. Usually + this is either `int' or `gid_t'. */ +#define GETGROUPS_T gid_t + +/* Define to 1 if the `getpgrp' function requires zero arguments. */ +#define GETPGRP_VOID 1 + +/* Define to 1 if you have `alloca', as a function or macro. */ +#define HAVE_ALLOCA 1 + +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). + */ +/* #undef HAVE_ALLOCA_H */ /* Define if have automount filesystem */ #define HAVE_AMU_FS_AUTO 1 @@ -31,2038 +63,1957 @@ /* Define if have direct automount filesystem */ #define HAVE_AMU_FS_DIRECT 1 -/* Define if have "top-level" filesystem */ -#define HAVE_AMU_FS_TOPLVL 1 - /* Define if have error filesystem */ #define HAVE_AMU_FS_ERROR 1 +/* Define if have NFS host-tree filesystem */ +#define HAVE_AMU_FS_HOST 1 + /* Define if have inheritance filesystem */ #define HAVE_AMU_FS_INHERIT 1 -/* Define if have program filesystem */ -#define HAVE_AMU_FS_PROGRAM 1 - /* Define if have symbolic-link filesystem */ #define HAVE_AMU_FS_LINK 1 /* Define if have symlink with existence check filesystem */ #define HAVE_AMU_FS_LINKX 1 -/* Define if have NFS host-tree filesystem */ -#define HAVE_AMU_FS_HOST 1 - /* Define if have nfsl (NFS with local link check) filesystem */ #define HAVE_AMU_FS_NFSL 1 /* Define if have multi-NFS filesystem */ #define HAVE_AMU_FS_NFSX 1 -/* Define if have union filesystem */ -#define HAVE_AMU_FS_UNION 1 - - -/* - * Check for types of maps available. - */ - -/* Define if have file maps (everyone should have it!) */ -#define HAVE_MAP_FILE 1 - -/* Define if have NIS maps */ -#define HAVE_MAP_NIS 1 - -/* Define if have NIS+ maps */ -/* #undef HAVE_MAP_NISPLUS */ - -/* Define if have DBM maps */ -/* #undef HAVE_MAP_DBM */ - -/* Define if have NDBM maps */ -#define HAVE_MAP_NDBM 1 - -/* Define if have HESIOD maps */ -#define HAVE_MAP_HESIOD 1 - -/* Define if have LDAP maps */ -/* #undef HAVE_MAP_LDAP */ - -/* Define if have PASSWD maps */ -#define HAVE_MAP_PASSWD 1 - -/* Define if have UNION maps */ -#define HAVE_MAP_UNION 1 - -/* - * Check for filesystem types available. - */ - -/* Define if have UFS filesystem */ -#define HAVE_FS_UFS 1 - -/* Define if have XFS filesystem (irix) */ -/* #undef HAVE_FS_XFS */ - -/* Define if have EFS filesystem (irix) */ -/* #undef HAVE_FS_EFS */ - -/* Define if have NFS filesystem */ -#define HAVE_FS_NFS 1 - -/* Define if have NFS3 filesystem */ -#define HAVE_FS_NFS3 1 +/* Define if have program filesystem */ +#define HAVE_AMU_FS_PROGRAM 1 -/* Define if have PCFS filesystem */ -#define HAVE_FS_PCFS 1 +/* Define if have "top-level" filesystem */ +#define HAVE_AMU_FS_TOPLVL 1 -/* Define if have LOFS filesystem */ -/* #undef HAVE_FS_LOFS */ +/* Define if have union filesystem */ +#define HAVE_AMU_FS_UNION 1 -/* Define if have HSFS filesystem */ -/* #undef HAVE_FS_HSFS */ +/* Define to 1 if you have the <arpa/inet.h> header file. */ +#define HAVE_ARPA_INET_H 1 -/* Define if have CDFS filesystem */ -#define HAVE_FS_CDFS 1 +/* Define to 1 if you have the <arpa/nameser.h> header file. */ +#define HAVE_ARPA_NAMESER_H 1 -/* Define if have TFS filesystem */ -/* #undef HAVE_FS_TFS */ +/* Define to 1 if you have the <assert.h> header file. */ +#define HAVE_ASSERT_H 1 -/* Define if have TMPFS filesystem */ -/* #undef HAVE_FS_TMPFS */ +/* define if have a bad version of memcmp() */ +/* #undef HAVE_BAD_MEMCMP */ -/* Define if have MFS filesystem */ -#define HAVE_FS_MFS 1 +/* define if have a bad version of yp_all() */ +/* #undef HAVE_BAD_YP_ALL */ -/* Define if have CFS (crypto) filesystem */ -/* #undef HAVE_FS_CFS */ +/* Define to 1 if you have the `bcmp' function. */ +#define HAVE_BCMP 1 -/* Define if have AUTOFS filesystem */ -/* #undef HAVE_FS_AUTOFS */ +/* Define to 1 if you have the `bcopy' function. */ +#define HAVE_BCOPY 1 -/* Define if have CACHEFS filesystem */ -/* #undef HAVE_FS_CACHEFS */ +/* Define to 1 if you have the <bsd/rpc/rpc.h> header file. */ +/* #undef HAVE_BSD_RPC_RPC_H */ -/* Define if have NULLFS (loopback on bsd44) filesystem */ -#define HAVE_FS_NULLFS 1 +/* Define to 1 if you have the `bzero' function. */ +#define HAVE_BZERO 1 -/* Define if have UNIONFS filesystem */ -#define HAVE_FS_UNIONFS 1 +/* Define if `flags' is member of `cdfs_args_t'. */ +#define HAVE_CDFS_ARGS_T_FLAGS 1 -/* Define if have UMAPFS (uid/gid mapping) filesystem */ -#define HAVE_FS_UMAPFS 1 +/* Define if `fspec' is member of `cdfs_args_t'. */ +#define HAVE_CDFS_ARGS_T_FSPEC 1 +/* Define if `iso_flags' is member of `cdfs_args_t'. */ +/* #undef HAVE_CDFS_ARGS_T_ISO_FLAGS */ -/* - * Check for the type of the mount(2) system name for a filesystem. - * Normally this is "nfs" (e.g. Solaris) or an integer (older systems) - */ +/* Define if `iso_pgthresh' is member of `cdfs_args_t'. */ +/* #undef HAVE_CDFS_ARGS_T_ISO_PGTHRESH */ -/* Mount(2) type/name for UFS filesystem */ -#define MOUNT_TYPE_UFS "ufs" +/* Define if `norrip' is member of `cdfs_args_t'. */ +/* #undef HAVE_CDFS_ARGS_T_NORRIP */ -/* Mount(2) type/name for XFS filesystem (irix) */ -/* #undef MOUNT_TYPE_XFS */ +/* Define if `ssector' is member of `cdfs_args_t'. */ +#define HAVE_CDFS_ARGS_T_SSECTOR 1 -/* Mount(2) type/name for EFS filesystem (irix) */ -/* #undef MOUNT_TYPE_EFS */ +/* Define to 1 if you have the <cdfs/cdfsmount.h> header file. */ +/* #undef HAVE_CDFS_CDFSMOUNT_H */ -/* Mount(2) type/name for NFS filesystem */ -#define MOUNT_TYPE_NFS "nfs" +/* Define to 1 if you have the <cdfs/cdfs_mount.h> header file. */ +/* #undef HAVE_CDFS_CDFS_MOUNT_H */ -/* Mount(2) type/name for NFS3 filesystem */ -#define MOUNT_TYPE_NFS3 MOUNT_NFS3 +/* Define to 1 if you have the `clnt_create' function. */ +#define HAVE_CLNT_CREATE 1 -/* Mount(2) type/name for PCFS filesystem */ -/* XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0 */ -#define MOUNT_TYPE_PCFS "msdosfs" +/* Define to 1 if you have the `clnt_create_timed' function. */ +#define HAVE_CLNT_CREATE_TIMED 1 -/* Mount(2) type/name for LOFS filesystem */ -/* #undef MOUNT_TYPE_LOFS */ +/* Define to 1 if you have the `clnt_spcreateerror' function. */ +#define HAVE_CLNT_SPCREATEERROR 1 -/* Mount(2) type/name for CDFS filesystem */ -#define MOUNT_TYPE_CDFS "cd9660" +/* Define to 1 if you have the `clnt_sperrno' function. */ +#define HAVE_CLNT_SPERRNO 1 -/* Mount(2) type/name for TFS filesystem */ -/* #undef MOUNT_TYPE_TFS */ +/* Define to 1 if you have the `clock_gettime' function. */ +#define HAVE_CLOCK_GETTIME 1 -/* Mount(2) type/name for TMPFS filesystem */ -/* #undef MOUNT_TYPE_TMPFS */ +/* Define to 1 if you have the <cluster.h> header file. */ +/* #undef HAVE_CLUSTER_H */ -/* Mount(2) type/name for MFS filesystem */ -#define MOUNT_TYPE_MFS "mfs" +/* Define to 1 if you have the `cnodeid' function. */ +/* #undef HAVE_CNODEID */ -/* Mount(2) type/name for CFS (crypto) filesystem */ -/* #undef MOUNT_TYPE_CFS */ +/* Define to 1 if you have the <ctype.h> header file. */ +#define HAVE_CTYPE_H 1 -/* Mount(2) type/name for AUTOFS filesystem */ -/* #undef MOUNT_TYPE_AUTOFS */ +/* Define to 1 if you have the <db1/ndbm.h> header file. */ +/* #undef HAVE_DB1_NDBM_H */ -/* Mount(2) type/name for CACHEFS filesystem */ -/* #undef MOUNT_TYPE_CACHEFS */ +/* Define to 1 if you have the `dbm_open' function. */ +#define HAVE_DBM_OPEN 1 -/* Mount(2) type/name for IGNORE filesystem (not real just ignore for df) */ -#define MOUNT_TYPE_IGNORE MNT_IGNORE +/* Define to 1 if you have the `dg_mount' function. */ +/* #undef HAVE_DG_MOUNT */ -/* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */ -#define MOUNT_TYPE_NULLFS "nullfs" +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. + */ +#define HAVE_DIRENT_H 1 -/* Mount(2) type/name for UNIONFS filesystem */ -#define MOUNT_TYPE_UNIONFS "unionfs" +/* Define to 1 if you have the <dlfcn.h> header file. */ +#define HAVE_DLFCN_H 1 -/* Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem */ -#define MOUNT_TYPE_UMAPFS "umapfs" +/* Define if `flags' is member of `efs_args_t'. */ +/* #undef HAVE_EFS_ARGS_T_FLAGS */ +/* Define if `fspec' is member of `efs_args_t'. */ +/* #undef HAVE_EFS_ARGS_T_FSPEC */ -/* - * Check for the string name for the mount-table of a filesystem. - */ +/* Define to 1 if you have the <errno.h> header file. */ +#define HAVE_ERRNO_H 1 -/* Mount-table entry name for UFS filesystem */ -#define MNTTAB_TYPE_UFS "ufs" +/* does extern definition for clnt_spcreateerror() exist? */ +#define HAVE_EXTERN_CLNT_SPCREATEERROR 1 -/* Mount-table entry name for XFS filesystem (irix) */ -/* #undef MNTTAB_TYPE_XFS */ +/* does extern definition for clnt_sperrno() exist? */ +#define HAVE_EXTERN_CLNT_SPERRNO 1 -/* Mount-table entry name for EFS filesystem (irix) */ -/* #undef MNTTAB_TYPE_EFS */ +/* does extern definition for free() exist? */ +#define HAVE_EXTERN_FREE 1 -/* Mount-table entry name for NFS filesystem */ -#define MNTTAB_TYPE_NFS "nfs" +/* does extern definition for getccent() (hpux) exist? */ +/* #undef HAVE_EXTERN_GETCCENT */ -/* Mount-table entry name for NFS3 filesystem */ -#define MNTTAB_TYPE_NFS3 "nfs3" +/* does extern definition for getdomainname() exist? */ +#define HAVE_EXTERN_GETDOMAINNAME 1 -/* Mount-table entry name for PCFS filesystem */ -#define MNTTAB_TYPE_PCFS "msdosfs" +/* does extern definition for gethostname() exist? */ +#define HAVE_EXTERN_GETHOSTNAME 1 -/* Mount-table entry name for LOFS filesystem */ -/* #undef MNTTAB_TYPE_LOFS */ +/* does extern definition for getlogin() exist? */ +#define HAVE_EXTERN_GETLOGIN 1 -/* Mount-table entry name for CDFS filesystem */ -#define MNTTAB_TYPE_CDFS "cd9660" +/* does extern definition for getpagesize() exist? */ +#define HAVE_EXTERN_GETPAGESIZE 1 -/* Mount-table entry name for TFS filesystem */ -/* #undef MNTTAB_TYPE_TFS */ +/* does extern definition for gettablesize() exist? */ +/* #undef HAVE_EXTERN_GETTABLESIZE */ -/* Mount-table entry name for TMPFS filesystem */ -/* #undef MNTTAB_TYPE_TMPFS */ +/* does extern definition for get_myaddress() exist? */ +#define HAVE_EXTERN_GET_MYADDRESS 1 -/* Mount-table entry name for MFS filesystem */ -#define MNTTAB_TYPE_MFS "mfs" +/* does extern definition for innetgr() exist? */ +#define HAVE_EXTERN_INNETGR 1 -/* Mount-table entry name for CFS (crypto) filesystem */ -/* #undef MNTTAB_TYPE_CFS */ +/* does extern definition for mkstemp() exist? */ +#define HAVE_EXTERN_MKSTEMP 1 -/* Mount-table entry name for AUTOFS filesystem */ -/* #undef MNTTAB_TYPE_AUTOFS */ +/* does extern definition for optarg exist? */ +#define HAVE_EXTERN_OPTARG 1 -/* Mount-table entry name for CACHEFS filesystem */ -/* #undef MNTTAB_TYPE_CACHEFS */ +/* does extern definition for sbrk() exist? */ +#define HAVE_EXTERN_SBRK 1 -/* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */ -#define MNTTAB_TYPE_NULLFS "nullfs" +/* does extern definition for seteuid() exist? */ +#define HAVE_EXTERN_SETEUID 1 -/* Mount-table entry name for UNIONFS filesystem */ -#define MNTTAB_TYPE_UNIONFS "unionfs" +/* does extern definition for setitimer() exist? */ +#define HAVE_EXTERN_SETITIMER 1 -/* Mount-table entry name for UMAPFS (uid/gid mapping) filesystem */ -#define MNTTAB_TYPE_UMAPFS "umapfs" +/* does extern definition for strcasecmp() exist? */ +#define HAVE_EXTERN_STRCASECMP 1 -/* - * Name of mount table file name. - */ -/* #undef MNTTAB_FILE_NAME */ +/* does extern definition for strdup() exist? */ +#define HAVE_EXTERN_STRDUP 1 -/* Name of mount type to hide amd mount from df(1) */ -#define HIDE_MOUNT_TYPE "nfs" +/* does extern definition for strstr() exist? */ +#define HAVE_EXTERN_STRSTR 1 -/* - * Names of various mount table option strings. - */ +/* does extern definition for sys_errlist[] exist? */ +#define HAVE_EXTERN_SYS_ERRLIST 1 -/* Mount Table option string: Read only */ -/* #undef MNTTAB_OPT_RO */ +/* does extern definition for usleep() exist? */ +#define HAVE_EXTERN_USLEEP 1 -/* Mount Table option string: Read/write */ -/* #undef MNTTAB_OPT_RW */ +/* does extern definition for vsnprintf() exist? */ +#define HAVE_EXTERN_VSNPRINTF 1 -/* Mount Table option string: Read/write with quotas */ -/* #undef MNTTAB_OPT_RQ */ +/* does extern definition for wait3() exist? */ +#define HAVE_EXTERN_WAIT3 1 -/* Mount Table option string: Check quotas */ -/* #undef MNTTAB_OPT_QUOTA */ +/* does extern definition for xdr_callmsg() exist? */ +#define HAVE_EXTERN_XDR_CALLMSG 1 -/* Mount Table option string: Don't check quotas */ -/* #undef MNTTAB_OPT_NOQUOTA */ +/* does extern definition for xdr_opaque_auth() exist? */ +#define HAVE_EXTERN_XDR_OPAQUE_AUTH 1 -/* Mount Table option string: action to taken on error */ -/* #undef MNTTAB_OPT_ONERROR */ +/* Define to 1 if you have the <fcntl.h> header file. */ +#define HAVE_FCNTL_H 1 -/* Mount Table option string: min. time between inconsistencies */ -/* #undef MNTTAB_OPT_TOOSOON */ +/* Define to 1 if you have the `fgets' function. */ +#define HAVE_FGETS 1 -/* Mount Table option string: Soft mount */ -/* #undef MNTTAB_OPT_SOFT */ +/* Define if plain fhandle type exists */ +#define HAVE_FHANDLE 1 -/* Mount Table option string: spongy mount */ -/* #undef MNTTAB_OPT_SPONGY */ +/* Define to 1 if you have the `flock' function. */ +#define HAVE_FLOCK 1 -/* Mount Table option string: Hard mount */ -/* #undef MNTTAB_OPT_HARD */ +/* Define to 1 if you have the `fork' function. */ +#define HAVE_FORK 1 -/* Mount Table option string: Set uid allowed */ -/* #undef MNTTAB_OPT_SUID */ +/* Define to 1 if you have the `fsmount' function. */ +/* #undef HAVE_FSMOUNT */ -/* Mount Table option string: Set uid not allowed */ -/* #undef MNTTAB_OPT_NOSUID */ +/* Define if have AUTOFS filesystem */ +/* #undef HAVE_FS_AUTOFS */ -/* Mount Table option string: SysV-compatible gid on create */ -/* #undef MNTTAB_OPT_GRPID */ +/* Define if have CACHEFS filesystem */ +/* #undef HAVE_FS_CACHEFS */ -/* Mount Table option string: Change mount options */ -/* #undef MNTTAB_OPT_REMOUNT */ +/* Define if have CDFS filesystem */ +#define HAVE_FS_CDFS 1 -/* Mount Table option string: Disallow mounts on subdirs */ -/* #undef MNTTAB_OPT_NOSUB */ +/* Define if have CFS (crypto) filesystem */ +/* #undef HAVE_FS_CFS */ -/* Mount Table option string: Do multi-component lookup */ -/* #undef MNTTAB_OPT_MULTI */ +/* Define if have EFS filesystem (irix) */ +/* #undef HAVE_FS_EFS */ -/* Mount Table option string: Allow NFS ops to be interrupted */ -/* #undef MNTTAB_OPT_INTR */ +/* Define if have HSFS filesystem */ +/* #undef HAVE_FS_HSFS */ -/* Mount Table option string: Don't allow interrupted ops */ -/* #undef MNTTAB_OPT_NOINTR */ +/* Define if have LOFS filesystem */ +/* #undef HAVE_FS_LOFS */ -/* Mount Table option string: NFS server IP port number */ -/* #undef MNTTAB_OPT_PORT */ +/* Define if have MFS filesystem */ +/* #undef HAVE_FS_MFS */ -/* Mount Table option string: Secure (AUTH_DES) mounting */ -/* #undef MNTTAB_OPT_SECURE */ +/* Define if have NFS filesystem */ +#define HAVE_FS_NFS 1 -/* Mount Table option string: Secure (AUTH_Kerb) mounting */ -/* #undef MNTTAB_OPT_KERB */ +/* Define if have NFS3 filesystem */ +#define HAVE_FS_NFS3 1 -/* Mount Table option string: Max NFS read size (bytes) */ -/* #undef MNTTAB_OPT_RSIZE */ +/* Define if have NULLFS (loopback on bsd44) filesystem */ +/* #undef HAVE_FS_NULLFS */ -/* Mount Table option string: Max NFS write size (bytes) */ -/* #undef MNTTAB_OPT_WSIZE */ +/* Define if have PCFS filesystem */ +#define HAVE_FS_PCFS 1 -/* Mount Table option string: NFS timeout (1/10 sec) */ -/* #undef MNTTAB_OPT_TIMEO */ +/* Define if have TFS filesystem */ +/* #undef HAVE_FS_TFS */ -/* Mount Table option string: Max retransmissions (soft mnts) */ -/* #undef MNTTAB_OPT_RETRANS */ +/* Define if have TMPFS filesystem */ +/* #undef HAVE_FS_TMPFS */ -/* Mount Table option string: Attr cache timeout (sec) */ -/* #undef MNTTAB_OPT_ACTIMEO */ +/* Define if have UFS filesystem */ +#define HAVE_FS_UFS 1 -/* Mount Table option string: Min attr cache timeout (files) */ -/* #undef MNTTAB_OPT_ACREGMIN */ +/* Define if have UMAPFS (uid/gid mapping) filesystem */ +/* #undef HAVE_FS_UMAPFS */ -/* Mount Table option string: Max attr cache timeout (files) */ -/* #undef MNTTAB_OPT_ACREGMAX */ +/* Define if have UNIONFS filesystem */ +#define HAVE_FS_UNIONFS 1 -/* Mount Table option string: Min attr cache timeout (dirs) */ -/* #undef MNTTAB_OPT_ACDIRMIN */ +/* Define if have XFS filesystem (irix) */ +/* #undef HAVE_FS_XFS */ -/* Mount Table option string: Max attr cache timeout (dirs) */ -/* #undef MNTTAB_OPT_ACDIRMAX */ +/* Define to 1 if you have the `getccent' function. */ +/* #undef HAVE_GETCCENT */ -/* Mount Table option string: Don't cache attributes at all */ -/* #undef MNTTAB_OPT_NOAC */ +/* Define to 1 if you have the `getcwd' function. */ +#define HAVE_GETCWD 1 -/* Mount Table option string: No close-to-open consistency */ -/* #undef MNTTAB_OPT_NOCTO */ +/* Define to 1 if you have the `getdomainname' function. */ +#define HAVE_GETDOMAINNAME 1 -/* Mount Table option string: Do mount retries in background */ -/* #undef MNTTAB_OPT_BG */ +/* Define to 1 if you have the `getdtablesize' function. */ +#define HAVE_GETDTABLESIZE 1 -/* Mount Table option string: Do mount retries in foreground */ -/* #undef MNTTAB_OPT_FG */ +/* Define to 1 if you have the `gethostname' function. */ +#define HAVE_GETHOSTNAME 1 -/* Mount Table option string: Number of mount retries */ -/* #undef MNTTAB_OPT_RETRY */ +/* Define to 1 if you have the `getifaddrs' function. */ +#define HAVE_GETIFADDRS 1 -/* Mount Table option string: Device id of mounted fs */ -/* #undef MNTTAB_OPT_DEV */ +/* Define to 1 if you have the `getmntinfo' function. */ +#define HAVE_GETMNTINFO 1 -/* Mount Table option string: Filesystem id of mounted fs */ -/* #undef MNTTAB_OPT_FSID */ +/* Define to 1 if you have the `getmountent' function. */ +/* #undef HAVE_GETMOUNTENT */ -/* Mount Table option string: Get static pathconf for mount */ -/* #undef MNTTAB_OPT_POSIX */ +/* Define to 1 if you have the `getpagesize' function. */ +#define HAVE_GETPAGESIZE 1 -/* Mount Table option string: Automount map */ -/* #undef MNTTAB_OPT_MAP */ +/* Define to 1 if you have the `getpwnam' function. */ +#define HAVE_GETPWNAM 1 -/* Mount Table option string: Automount direct map mount */ -/* #undef MNTTAB_OPT_DIRECT */ +/* Define to 1 if you have the `gettimeofday' function. */ +#define HAVE_GETTIMEOFDAY 1 -/* Mount Table option string: Automount indirect map mount */ -/* #undef MNTTAB_OPT_INDIRECT */ +/* Define to 1 if you have the `get_myaddress' function. */ +#define HAVE_GET_MYADDRESS 1 -/* Mount Table option string: Local locking (no lock manager) */ -/* #undef MNTTAB_OPT_LLOCK */ +/* define if your system's getopt() is GNU getopt() (are you using glibc) */ +/* #undef HAVE_GNU_GETOPT */ -/* Mount Table option string: Ignore this entry */ -/* #undef MNTTAB_OPT_IGNORE */ +/* Define to 1 if you have the <grp.h> header file. */ +#define HAVE_GRP_H 1 -/* Mount Table option string: No auto (what?) */ -/* #undef MNTTAB_OPT_NOAUTO */ +/* Define to 1 if you have the `hasmntopt' function. */ +/* #undef HAVE_HASMNTOPT */ -/* Mount Table option string: No connection */ -/* #undef MNTTAB_OPT_NOCONN */ +/* Define to 1 if you have the <hesiod.h> header file. */ +#define HAVE_HESIOD_H 1 -/* Mount Table option string: protocol version number indicator */ -/* #undef MNTTAB_OPT_VERS */ +/* Define to 1 if you have the `hesiod_init' function. */ +#define HAVE_HESIOD_INIT 1 -/* Mount Table option string: protocol network_id indicator */ -/* #undef MNTTAB_OPT_PROTO */ +/* Define to 1 if you have the `hesiod_reload' function. */ +/* #undef HAVE_HESIOD_RELOAD */ -/* Mount Table option string: Synchronous local directory ops */ -/* #undef MNTTAB_OPT_SYNCDIR */ +/* Define to 1 if you have the `hesiod_to_bind' function. */ +#define HAVE_HESIOD_TO_BIND 1 -/* Mount Table option string: Do no allow setting sec attrs */ -/* #undef MNTTAB_OPT_NOSETSEC */ +/* Define to 1 if you have the `hes_init' function. */ +#define HAVE_HES_INIT 1 -/* Mount Table option string: set symlink cache time-to-live */ -/* #undef MNTTAB_OPT_SYMTTL */ +/* Define to 1 if you have the <hsfs/hsfs.h> header file. */ +/* #undef HAVE_HSFS_HSFS_H */ -/* Mount Table option string: compress */ -/* #undef MNTTAB_OPT_COMPRESS */ +/* Define to 1 if you have the <ifaddrs.h> header file. */ +#define HAVE_IFADDRS_H 1 -/* Mount Table option string: paging threshold */ -/* #undef MNTTAB_OPT_PGTHRESH */ +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 -/* Mount Table option string: max groups */ -/* #undef MNTTAB_OPT_MAXGROUPS */ +/* Define to 1 if you have the <irs.h> header file. */ +/* #undef HAVE_IRS_H */ -/* Mount Table option string: support property lists (ACLs) */ -/* #undef MNTTAB_OPT_PROPLIST */ +/* Define to 1 if you have the <isofs/cd9660/cd9660_mount.h> header file. */ +#define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1 -/* - * Generic mount(2) options (hex numbers) - */ +/* Define to 1 if you have the <lber.h> header file. */ +/* #undef HAVE_LBER_H */ -/* asynchronous filesystem access */ -#define MNT2_GEN_OPT_ASYNC 0x40 +/* Define to 1 if you have the `ldap_enable_cache' function. */ +/* #undef HAVE_LDAP_ENABLE_CACHE */ -/* automounter filesystem (ignore) flag, used in bsdi-4.1 */ -/* #undef MNT2_GEN_OPT_AUTOMNTFS */ +/* Define to 1 if you have the <ldap.h> header file. */ +/* #undef HAVE_LDAP_H */ -/* directory hardlink */ -/* #undef MNT2_GEN_OPT_BIND */ +/* Define to 1 if you have the `ldap_open' function. */ +/* #undef HAVE_LDAP_OPEN */ -/* cache (what?) */ -/* #undef MNT2_GEN_OPT_CACHE */ +/* Define to 1 if you have the `gdbm' library (-lgdbm). */ +/* #undef HAVE_LIBGDBM */ -/* 6-argument mount */ -/* #undef MNT2_GEN_OPT_DATA */ +/* Define to 1 if you have the <libgen.h> header file. */ +#define HAVE_LIBGEN_H 1 -/* old (4-argument) mount (compatibility) */ -/* #undef MNT2_GEN_OPT_FSS */ +/* Define to 1 if you have the `malloc' library (-lmalloc). */ +/* #undef HAVE_LIBMALLOC */ -/* ignore mount entry in df output */ -#define MNT2_GEN_OPT_IGNORE 0x800000 +/* Define to 1 if you have the `mapmalloc' library (-lmapmalloc). */ +/* #undef HAVE_LIBMAPMALLOC */ -/* journaling filesystem (AIX's UFS/FFS) */ -/* #undef MNT2_GEN_OPT_JFS */ +/* Define to 1 if you have the `nsl' library (-lnsl). */ +/* #undef HAVE_LIBNSL */ -/* old BSD group-id on create */ -/* #undef MNT2_GEN_OPT_GRPID */ +/* Define to 1 if you have the `posix4' library (-lposix4). */ +/* #undef HAVE_LIBPOSIX4 */ -/* do multi-component lookup on files */ -/* #undef MNT2_GEN_OPT_MULTI */ +/* Define to 1 if you have the `rpc' library (-lrpc). */ +/* #undef HAVE_LIBRPC */ -/* use type string instead of int */ -/* #undef MNT2_GEN_OPT_NEWTYPE */ +/* Define to 1 if you have the `rpcsvc' library (-lrpcsvc). */ +#define HAVE_LIBRPCSVC 1 -/* NFS mount */ -/* #undef MNT2_GEN_OPT_NFS */ +/* Define to 1 if you have the `rt' library (-lrt). */ +/* #undef HAVE_LIBRT */ -/* nocache (what?) */ -/* #undef MNT2_GEN_OPT_NOCACHE */ +/* Define to 1 if you have the <linux/auto_fs4.h> header file. */ +/* #undef HAVE_LINUX_AUTO_FS4_H */ -/* do not interpret special device files */ -#define MNT2_GEN_OPT_NODEV 0x10 +/* Define to 1 if you have the <linux/auto_fs.h> header file. */ +/* #undef HAVE_LINUX_AUTO_FS_H */ -/* no exec calls allowed */ -#define MNT2_GEN_OPT_NOEXEC 0x4 +/* Define to 1 if you have the <linux/fs.h> header file. */ +/* #undef HAVE_LINUX_FS_H */ -/* do not interpret special device files */ -/* #undef MNT2_GEN_OPT_NONDEV */ +/* Define to 1 if you have the <linux/kdev_t.h> header file. */ +/* #undef HAVE_LINUX_KDEV_T_H */ -/* Disallow mounts beneath this mount */ -/* #undef MNT2_GEN_OPT_NOSUB */ +/* Define to 1 if you have the <linux/list.h> header file. */ +/* #undef HAVE_LINUX_LIST_H */ -/* Setuid programs disallowed */ -#define MNT2_GEN_OPT_NOSUID 0x8 +/* Define to 1 if you have the <linux/loop.h> header file. */ +/* #undef HAVE_LINUX_LOOP_H */ -/* Return ENAMETOOLONG for long filenames */ -/* #undef MNT2_GEN_OPT_NOTRUNC */ +/* Define to 1 if you have the <linux/nfs.h> header file. */ +/* #undef HAVE_LINUX_NFS_H */ -/* Pass mount option string to kernel */ -/* #undef MNT2_GEN_OPT_OPTIONSTR */ +/* Define to 1 if you have the <linux/nfs_mount.h> header file. */ +/* #undef HAVE_LINUX_NFS_MOUNT_H */ -/* allow overlay mounts */ -/* #undef MNT2_GEN_OPT_OVERLAY */ +/* Define to 1 if you have the <linux/posix_types.h> header file. */ +/* #undef HAVE_LINUX_POSIX_TYPES_H */ -/* check quotas */ -#define MNT2_GEN_OPT_QUOTA 0x2000 +/* Define to 1 if you support file names longer than 14 characters. */ +#define HAVE_LONG_FILE_NAMES 1 -/* Read-only */ -#define MNT2_GEN_OPT_RDONLY 0x1 +/* Define to 1 if you have the <machine/endian.h> header file. */ +#define HAVE_MACHINE_ENDIAN_H 1 -/* change options on an existing mount */ -/* #undef MNT2_GEN_OPT_REMOUNT */ +/* Define to 1 if you have the <malloc.h> header file. */ +/* #undef HAVE_MALLOC_H */ -/* read only */ -/* #undef MNT2_GEN_OPT_RONLY */ +/* Define if have DBM maps */ +/* #undef HAVE_MAP_DBM */ -/* synchronize data immediately to filesystem */ -/* #undef MNT2_GEN_OPT_SYNC */ +/* Define if have file maps (everyone should have it!) */ +#define HAVE_MAP_FILE 1 -/* synchronous filesystem access (same as SYNC) */ -#define MNT2_GEN_OPT_SYNCHRONOUS 0x2 +/* Define if have HESIOD maps */ +#define HAVE_MAP_HESIOD 1 -/* Mount with Sys 5-specific semantics */ -/* #undef MNT2_GEN_OPT_SYS5 */ +/* Define if have LDAP maps */ +/* #undef HAVE_MAP_LDAP */ -/* Union mount */ -/* #undef MNT2_GEN_OPT_UNION */ +/* Define if have NDBM maps */ +#define HAVE_MAP_NDBM 1 -/* - * NFS-specific mount(2) options (hex numbers) - */ +/* Define if have NIS maps */ +#define HAVE_MAP_NIS 1 -/* hide mount type from df(1) */ -/* #undef MNT2_NFS_OPT_AUTO */ +/* Define if have NIS+ maps */ +/* #undef HAVE_MAP_NISPLUS */ -/* set max secs for dir attr cache */ -#define MNT2_NFS_OPT_ACDIRMAX 0x200000 +/* Define if have PASSWD maps */ +#define HAVE_MAP_PASSWD 1 -/* set min secs for dir attr cache */ -#define MNT2_NFS_OPT_ACDIRMIN 0x100000 +/* Define if have UNION maps */ +#define HAVE_MAP_UNION 1 -/* set max secs for file attr cache */ -#define MNT2_NFS_OPT_ACREGMAX 0x80000 +/* Define to 1 if you have the `memcmp' function. */ +#define HAVE_MEMCMP 1 -/* set min secs for file attr cache */ -#define MNT2_NFS_OPT_ACREGMIN 0x40000 +/* Define to 1 if you have the `memcpy' function. */ +#define HAVE_MEMCPY 1 -/* Authentication error */ -/* #undef MNT2_NFS_OPT_AUTHERR */ +/* Define to 1 if you have the `memmove' function. */ +#define HAVE_MEMMOVE 1 -/* set dead server retry thresh */ -#define MNT2_NFS_OPT_DEADTHRESH 0x4000 +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H 1 -/* Dismount in progress */ -/* #undef MNT2_NFS_OPT_DISMINPROG */ +/* Define to 1 if you have the `memset' function. */ +#define HAVE_MEMSET 1 -/* Dismounted */ -/* #undef MNT2_NFS_OPT_DISMNT */ +/* Define to 1 if you have the `mkdir' function. */ +#define HAVE_MKDIR 1 -/* Don't estimate rtt dynamically */ -#define MNT2_NFS_OPT_DUMBTIMR 0x800 +/* Define to 1 if you have the `mkstemp' function. */ +#define HAVE_MKSTEMP 1 -/* System V-style gid inheritance */ -/* #undef MNT2_NFS_OPT_GRPID */ +/* Define to 1 if you have the `mlockall' function. */ +#define HAVE_MLOCKALL 1 -/* Has authenticator */ -/* #undef MNT2_NFS_OPT_HASAUTH */ +/* Define to 1 if you have the `mntctl' function. */ +/* #undef HAVE_MNTCTL */ -/* provide name of server's fs to system */ -/* #undef MNT2_NFS_OPT_FSNAME */ +/* Define to 1 if you have the <mntent.h> header file. */ +/* #undef HAVE_MNTENT_H */ -/* set hostname for error printf */ -/* #undef MNT2_NFS_OPT_HOSTNAME */ +/* Define if `mnt_cnode' is member of `mntent_t'. */ +/* #undef HAVE_MNTENT_T_MNT_CNODE */ -/* ignore mount point */ -/* #undef MNT2_NFS_OPT_IGNORE */ +/* Define if `mnt_ro' is member of `mntent_t'. */ +/* #undef HAVE_MNTENT_T_MNT_RO */ -/* allow interrupts on hard mount */ -#define MNT2_NFS_OPT_INT 0x40 +/* Define if `mnt_time' is member of `mntent_t'. */ +/* #undef HAVE_MNTENT_T_MNT_TIME */ -/* allow interrupts on hard mount */ -/* #undef MNT2_NFS_OPT_INTR */ +/* does mntent_t have mnt_time field and is of type "char *" ? */ +/* #undef HAVE_MNTENT_T_MNT_TIME_STRING */ -/* Bits set internally */ -/* #undef MNT2_NFS_OPT_INTERNAL */ +/* Define to 1 if you have the <mnttab.h> header file. */ +/* #undef HAVE_MNTTAB_H */ -/* Use Kerberos authentication */ -#define MNT2_NFS_OPT_KERB 0x400 +/* Define to 1 if you have the `mount' function. */ +#define HAVE_MOUNT 1 -/* use kerberos credentials */ -/* #undef MNT2_NFS_OPT_KERBEROS */ +/* Define to 1 if you have the `mountsyscall' function. */ +/* #undef HAVE_MOUNTSYSCALL */ -/* transport's knetconfig structure */ -/* #undef MNT2_NFS_OPT_KNCONF */ +/* Define to 1 if you have the <mount.h> header file. */ +/* #undef HAVE_MOUNT_H */ -/* set lease term (nqnfs) */ -#define MNT2_NFS_OPT_LEASETERM 0x1000 +/* Define to 1 if you have the <msdosfs/msdosfsmount.h> header file. */ +/* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */ -/* Local locking (no lock manager) */ -/* #undef MNT2_NFS_OPT_LLOCK */ +/* Define to 1 if you have the <ndbm.h> header file. */ +#define HAVE_NDBM_H 1 -/* set maximum grouplist size */ -#define MNT2_NFS_OPT_MAXGRPS 0x20 +/* Define to 1 if you have the <ndir.h> header file. */ +/* #undef HAVE_NDIR_H */ -/* Mnt server for mnt point */ -/* #undef MNT2_NFS_OPT_MNTD */ +/* Define to 1 if you have the <netconfig.h> header file. */ +#define HAVE_NETCONFIG_H 1 -/* Assume writes were mine */ -/* #undef MNT2_NFS_OPT_MYWRITE */ +/* Define to 1 if you have the <netdb.h> header file. */ +#define HAVE_NETDB_H 1 -/* mount NFS Version 3 */ -#define MNT2_NFS_OPT_NFSV3 0x200 +/* Define to 1 if you have the <netdir.h> header file. */ +/* #undef HAVE_NETDIR_H */ -/* don't cache attributes */ -/* #undef MNT2_NFS_OPT_NOAC */ +/* Define to 1 if you have the <netinet/if_ether.h> header file. */ +#define HAVE_NETINET_IF_ETHER_H 1 -/* Don't Connect the socket */ -#define MNT2_NFS_OPT_NOCONN 0x80 +/* Define to 1 if you have the <netinet/in.h> header file. */ +#define HAVE_NETINET_IN_H 1 -/* no close-to-open consistency */ -/* #undef MNT2_NFS_OPT_NOCTO */ +/* Define to 1 if you have the <net/errno.h> header file. */ +/* #undef HAVE_NET_ERRNO_H */ -/* disallow interrupts on hard mounts */ -/* #undef MNT2_NFS_OPT_NOINT */ +/* Define to 1 if you have the <net/if.h> header file. */ +#define HAVE_NET_IF_H 1 -/* Get lease for lookup */ -/* #undef MNT2_NFS_OPT_NQLOOKLEASE */ +/* Define to 1 if you have the <net/if_var.h> header file. */ +#define HAVE_NET_IF_VAR_H 1 -/* Don't use locking */ -/* #undef MNT2_NFS_OPT_NONLM */ +/* Define to 1 if you have the <net/route.h> header file. */ +#define HAVE_NET_ROUTE_H 1 -/* Use Nqnfs protocol */ -#define MNT2_NFS_OPT_NQNFS 0x100 +/* Define to 1 if you have the <nfsclient/nfsargs.h> header file. */ +#define HAVE_NFSCLIENT_NFSARGS_H 1 -/* static pathconf kludge info */ -/* #undef MNT2_NFS_OPT_POSIX */ +/* Define if `acdirmin' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_ACDIRMIN 1 -/* Rcv socket lock */ -/* #undef MNT2_NFS_OPT_RCVLOCK */ +/* Define if `acregmin' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_ACREGMIN 1 -/* Do lookup with readdir (nqnfs) */ -/* #undef MNT2_NFS_OPT_RDIRALOOK */ +/* Define if `bsize' is member of `nfs_args_t'. */ +/* #undef HAVE_NFS_ARGS_T_BSIZE */ -/* allow property list operations (ACLs over NFS) */ -/* #undef MNT2_NFS_OPT_PROPLIST */ +/* Define if `fhsize' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_FHSIZE 1 -/* Use Readdirplus for NFSv3 */ -/* #undef MNT2_NFS_OPTS_RDIRPLUS */ +/* Define if `fh_len' is member of `nfs_args_t'. */ +/* #undef HAVE_NFS_ARGS_T_FH_LEN */ -/* set read ahead */ -#define MNT2_NFS_OPT_READAHEAD 0x2000 +/* Define if `gfs_flags' is member of `nfs_args_t'. */ +/* #undef HAVE_NFS_ARGS_T_GFS_FLAGS */ -/* Set readdir size */ -#define MNT2_NFS_OPT_READDIRSIZE 0x20000 +/* Define if `namlen' is member of `nfs_args_t'. */ +/* #undef HAVE_NFS_ARGS_T_NAMLEN */ -/* Allocate a reserved port */ -#define MNT2_NFS_OPT_RESVPORT 0x8000 +/* Define if `optstr' is member of `nfs_args_t'. */ +/* #undef HAVE_NFS_ARGS_T_OPTSTR */ -/* set number of request retries */ -#define MNT2_NFS_OPT_RETRANS 0x10 +/* Define if `proto' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_PROTO 1 -/* read only */ -/* #undef MNT2_NFS_OPT_RONLY */ +/* Define if `sotype' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_SOTYPE 1 -/* use RPC to do secure NFS time sync */ -/* #undef MNT2_NFS_OPT_RPCTIMESYNC */ +/* Define if `version' is member of `nfs_args_t'. */ +#define HAVE_NFS_ARGS_T_VERSION 1 -/* set read size */ -#define MNT2_NFS_OPT_RSIZE 0x4 +/* Define to 1 if you have the <nfs/export.h> header file. */ +/* #undef HAVE_NFS_EXPORT_H */ -/* secure mount */ -/* #undef MNT2_NFS_OPT_SECURE */ +/* Define to 1 if you have the <nfs/mount.h> header file. */ +/* #undef HAVE_NFS_MOUNT_H */ -/* Send socket lock */ -/* #undef MNT2_NFS_OPT_SNDLOCK */ +/* Define to 1 if you have the <nfs/nfsmount.h> header file. */ +/* #undef HAVE_NFS_NFSMOUNT_H */ -/* soft mount (hard is default) */ -#define MNT2_NFS_OPT_SOFT 0x1 +/* Define to 1 if you have the <nfs/nfsproto.h> header file. */ +#define HAVE_NFS_NFSPROTO_H 1 -/* spongy mount */ -/* #undef MNT2_NFS_OPT_SPONGY */ +/* Define to 1 if you have the <nfs/nfsv2.h> header file. */ +/* #undef HAVE_NFS_NFSV2_H */ -/* set initial timeout */ -#define MNT2_NFS_OPT_TIMEO 0x8 +/* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */ +/* #undef HAVE_NFS_NFS_CLNT_H */ -/* use TCP for mounts */ -/* #undef MNT2_NFS_OPT_TCP */ +/* Define to 1 if you have the <nfs/nfs_gfs.h> header file. */ +/* #undef HAVE_NFS_NFS_GFS_H */ -/* linux NFSv3 */ -/* #undef MNT2_NFS_OPT_VER3 */ +/* Define to 1 if you have the <nfs/nfs.h> header file. */ +/* #undef HAVE_NFS_NFS_H */ -/* Wait for authentication */ -/* #undef MNT2_NFS_OPT_WAITAUTH */ +/* Define to 1 if you have the <nfs/nfs_mount.h> header file. */ +/* #undef HAVE_NFS_NFS_MOUNT_H */ -/* Wants an authenticator */ -/* #undef MNT2_NFS_OPT_WANTAUTH */ +/* Define to 1 if you have the <nfs/pathconf.h> header file. */ +/* #undef HAVE_NFS_PATHCONF_H */ -/* Want receive socket lock */ -/* #undef MNT2_NFS_OPT_WANTRCV */ +/* define if the host has NFS protocol headers in system headers */ +/* #undef HAVE_NFS_PROT_HEADERS */ -/* Want send socket lock */ -/* #undef MNT2_NFS_OPT_WANTSND */ +/* Define to 1 if you have the <nfs/rpcv2.h> header file. */ +#define HAVE_NFS_RPCV2_H 1 -/* set write size */ -#define MNT2_NFS_OPT_WSIZE 0x2 +/* Define to 1 if you have the `nis_domain_of' function. */ +/* #undef HAVE_NIS_DOMAIN_OF */ -/* set symlink cache time-to-live */ -/* #undef MNT2_NFS_OPT_SYMTTL */ +/* Define to 1 if you have the <nsswitch.h> header file. */ +#define HAVE_NSSWITCH_H 1 -/* paging threshold */ -/* #undef MNT2_NFS_OPT_PGTHRESH */ +/* Define to 1 if you have the `opendir' function. */ +#define HAVE_OPENDIR 1 -/* 32<->64 dir cookie translation */ -/* #undef MNT2_NFS_OPT_XLATECOOKIE */ +/* Define if `dsttime' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_DSTTIME */ -/* - * CDFS-specific mount(2) options (hex numbers) - */ +/* Define if `fspec' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_FSPEC */ -/* Ignore permission bits */ -/* #undef MNT2_CDFS_OPT_DEFPERM */ +/* Define if `gid' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_GID */ -/* Use on-disk permission bits */ -/* #undef MNT2_CDFS_OPT_NODEFPERM */ +/* Define if `mask' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_MASK */ -/* Strip off extension from version string */ -/* #undef MNT2_CDFS_OPT_NOVERSION */ +/* Define if `secondswest' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */ -/* Use Rock Ridge Interchange Protocol (RRIP) extensions */ -/* #undef MNT2_CDFS_OPT_RRIP */ +/* Define if `uid' is member of `pcfs_args_t'. */ +/* #undef HAVE_PCFS_ARGS_T_UID */ -/* - * Existence of fields in structures. - */ +/* Define to 1 if you have the `plock' function. */ +/* #undef HAVE_PLOCK */ -/* does mntent_t have mnt_cnode field? */ -/* #undef HAVE_FIELD_MNTENT_T_MNT_CNODE */ +/* Define to 1 if you have the <pwd.h> header file. */ +#define HAVE_PWD_H 1 -/* does mntent_t have mnt_time field? */ -/* #undef HAVE_FIELD_MNTENT_T_MNT_TIME */ +/* Define to 1 if you have the `regcomp' function. */ +#define HAVE_REGCOMP 1 -/* does mntent_t have mnt_time field and is of type "char *" ? */ -/* #undef HAVE_FIELD_MNTENT_T_MNT_TIME_STRING */ +/* Define to 1 if you have the `regexec' function. */ +#define HAVE_REGEXEC 1 -/* does mntent_t have mnt_ro field? */ -/* #undef HAVE_FIELD_MNTENT_T_MNT_RO */ +/* Define to 1 if you have the <regex.h> header file. */ +#define HAVE_REGEX_H 1 -/* does cdfs_args_t have flags field? */ -#define HAVE_FIELD_CDFS_ARGS_T_FLAGS 1 +/* Define to 1 if you have the <resolv.h> header file. */ +#define HAVE_RESOLV_H 1 -/* does cdfs_args_t have fspec field? */ -#define HAVE_FIELD_CDFS_ARGS_T_FSPEC 1 +/* Define to 1 if system calls automatically restart after interruption by a + signal. */ +#define HAVE_RESTARTABLE_SYSCALLS 1 -/* does cdfs_args_t have iso_flags field? */ -/* #undef HAVE_FIELD_CDFS_ARGS_T_ISO_FLAGS */ +/* Define to 1 if you have the `rmdir' function. */ +#define HAVE_RMDIR 1 -/* does cdfs_args_t have iso_pgthresh field? */ -/* #undef HAVE_FIELD_CDFS_ARGS_T_ISO_PGTHRESH */ +/* Define to 1 if you have the <rpcsvc/mountv3.h> header file. */ +/* #undef HAVE_RPCSVC_MOUNTV3_H */ -/* does cdfs_args_t have norrip field? */ -/* #undef HAVE_FIELD_CDFS_ARGS_T_NORRIP */ +/* Define to 1 if you have the <rpcsvc/mount.h> header file. */ +#define HAVE_RPCSVC_MOUNT_H 1 -/* does cdfs_args_t have ssector field? */ -#define HAVE_FIELD_CDFS_ARGS_T_SSECTOR 1 +/* Define to 1 if you have the <rpcsvc/nfs_prot.h> header file. */ +#define HAVE_RPCSVC_NFS_PROT_H 1 -/* does pcfs_args_t have dsttime field? */ -/* #undef HAVE_FIELD_PCFS_ARGS_T_DSTTIME */ +/* Define to 1 if you have the <rpcsvc/nis.h> header file. */ +#define HAVE_RPCSVC_NIS_H 1 -/* does pcfs_args_t have fspec field? */ -#define HAVE_FIELD_PCFS_ARGS_T_FSPEC 1 +/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */ +#define HAVE_RPCSVC_YPCLNT_H 1 -/* does pcfs_args_t have gid field? */ -#define HAVE_FIELD_PCFS_ARGS_T_GID 1 +/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */ +#define HAVE_RPCSVC_YP_PROT_H 1 -/* does pcfs_args_t have mask field? */ -#define HAVE_FIELD_PCFS_ARGS_T_MASK 1 +/* Define to 1 if you have the <rpc/auth_des.h> header file. */ +#define HAVE_RPC_AUTH_DES_H 1 -/* does pcfs_args_t have secondswest field? */ -/* #undef HAVE_FIELD_PCFS_ARGS_T_SECONDSWEST */ +/* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */ +#define HAVE_RPC_PMAP_CLNT_H 1 -/* does pcfs_args_t have uid field? */ -#define HAVE_FIELD_PCFS_ARGS_T_UID 1 +/* Define to 1 if you have the <rpc/pmap_prot.h> header file. */ +#define HAVE_RPC_PMAP_PROT_H 1 -/* does ufs_args_t have flags field? */ -/* #undef HAVE_FIELD_UFS_ARGS_T_FLAGS */ +/* Define to 1 if you have the <rpc/rpc.h> header file. */ +#define HAVE_RPC_RPC_H 1 -/* does ufs_args_t have fspec field? */ -#define HAVE_FIELD_UFS_ARGS_T_FSPEC 1 +/* Define to 1 if you have the <rpc/types.h> header file. */ +#define HAVE_RPC_TYPES_H 1 -/* does efs_args_t have flags field? */ -/* #undef HAVE_FIELD_EFS_ARGS_T_FLAGS */ +/* Define to 1 if you have the <rpc/xdr.h> header file. */ +#define HAVE_RPC_XDR_H 1 -/* does efs_args_t have fspec field? */ -/* #undef HAVE_FIELD_EFS_ARGS_T_FSPEC */ +/* Define to 1 if you have the `select' function. */ +#define HAVE_SELECT 1 -/* does xfs_args_t have flags field? */ -/* #undef HAVE_FIELD_XFS_ARGS_T_FLAGS */ +/* Define to 1 if you have the `seteuid' function. */ +#define HAVE_SETEUID 1 -/* does xfs_args_t have fspec field? */ -/* #undef HAVE_FIELD_XFS_ARGS_T_FSPEC */ +/* Define to 1 if you have the `setitimer' function. */ +#define HAVE_SETITIMER 1 -/* does ufs_ars_t have ufs_flags field? */ -/* #undef HAVE_FIELD_UFS_ARGS_T_UFS_FLAGS */ +/* Define to 1 if you have the <setjmp.h> header file. */ +#define HAVE_SETJMP_H 1 -/* does ufs_ars_t have ufs_pgthresh field? */ -/* #undef HAVE_FIELD_UFS_ARGS_T_UFS_PGTHRESH */ +/* Define to 1 if you have the `setresuid' function. */ +#define HAVE_SETRESUID 1 -/* does struct fhstatus have a fhs_fh field? */ -/* #undef HAVE_FIELD_STRUCT_FHSTATUS_FHS_FH */ +/* Define to 1 if you have the `setsid' function. */ +#define HAVE_SETSID 1 -/* does struct statfs have an f_fstypename field? */ -#define HAVE_FIELD_STRUCT_STATFS_F_FSTYPENAME 1 +/* Define to 1 if you have the `sigaction' function. */ +#define HAVE_SIGACTION 1 -/* does struct nfs_args have an acdirmin field? */ -#define HAVE_FIELD_NFS_ARGS_T_ACDIRMIN 1 +/* Define to 1 if you have the `signal' function. */ +#define HAVE_SIGNAL 1 -/* does struct nfs_args have an acregmin field? */ -#define HAVE_FIELD_NFS_ARGS_T_ACREGMIN 1 +/* Define to 1 if you have the <signal.h> header file. */ +#define HAVE_SIGNAL_H 1 -/* does struct nfs_args have a bsize field? */ -/* #undef HAVE_FIELD_NFS_ARGS_T_BSIZE */ +/* Define to 1 if you have the `socket' function. */ +#define HAVE_SOCKET 1 -/* does struct nfs_args have an fh_len field? */ -/* #undef HAVE_FIELD_NFS_ARGS_T_FH_LEN */ +/* Define to 1 if you have the <socketbits.h> header file. */ +/* #undef HAVE_SOCKETBITS_H */ -/* does struct nfs_args have an fhsize field? */ -#define HAVE_FIELD_NFS_ARGS_T_FHSIZE 1 +/* Define to 1 if you have the <statbuf.h> header file. */ +/* #undef HAVE_STATBUF_H */ -/* does struct nfs_args have a gfs_flags field? */ -/* #undef HAVE_FIELD_NFS_ARGS_T_GFS_FLAGS */ +/* Define to 1 if you have the <stdarg.h> header file. */ +#define HAVE_STDARG_H 1 -/* does struct nfs_args have a namlen field? */ -/* #undef HAVE_FIELD_NFS_ARGS_T_NAMLEN */ +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H 1 -/* does struct nfs_args have an optstr field? */ -/* #undef HAVE_FIELD_NFS_ARGS_T_OPTSTR */ +/* Define to 1 if you have the <stdio.h> header file. */ +#define HAVE_STDIO_H 1 -/* does struct nfs_args have a proto field? */ -#define HAVE_FIELD_NFS_ARGS_T_PROTO 1 +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 -/* does struct nfs_args have a socket type field? */ -#define HAVE_FIELD_NFS_ARGS_T_SOTYPE 1 +/* Define to 1 if you have the `strcasecmp' function. */ +#define HAVE_STRCASECMP 1 -/* does struct nfs_args have a version field? */ -#define HAVE_FIELD_NFS_ARGS_T_VERSION 1 +/* Define to 1 if you have the `strchr' function. */ +#define HAVE_STRCHR 1 -/* does struct ifreq have field ifr_addr? */ -#define HAVE_FIELD_STRUCT_IFREQ_IFR_ADDR 1 +/* Define to 1 if you have the `strcspn' function. */ +#define HAVE_STRCSPN 1 -/* does struct ifaddrs have field ifa_next? */ -#define HAVE_FIELD_STRUCT_IFADDRS_IFA_NEXT 1 +/* Define to 1 if you have the `strdup' function. */ +#define HAVE_STRDUP 1 -/* does struct sockaddr have field sa_len? */ -#define HAVE_FIELD_STRUCT_SOCKADDR_SA_LEN 1 +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 -/* does struct autofs_args have an addr field? */ -/* #undef HAVE_FIELD_AUTOFS_ARGS_T_ADDR */ +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 -/* does umntrequest have an rdevid field? */ -/* #undef HAVE_FIELD_UMNTREQUEST_RDEVID */ +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 +/* Define to 1 if you have the `strspn' function. */ +#define HAVE_STRSPN 1 -/* should signal handlers be reinstalled? */ -/* #undef REINSTALL_SIGNAL_HANDLER */ +/* Define to 1 if you have the `strstr' function. */ +#define HAVE_STRSTR 1 -/* - * More definitions that depend on configure options. - */ +/* Define if `fhs_fh' is member of `struct fhstatus'. */ +/* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */ -/* Turn off general debugging by default */ -/* #undef DEBUG */ +/* Define if `ifa_next' is member of `struct ifaddrs'. */ +#define HAVE_STRUCT_IFADDRS_IFA_NEXT 1 -/* Turn off memory debugging by default */ -/* #undef DEBUG_MEM */ +/* Define if `ifr_addr' is member of `struct ifreq'. */ +#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 +/* Define if have struct mntent in one of the standard headers */ +/* #undef HAVE_STRUCT_MNTENT */ +/* Define if have struct mnttab in one of the standard headers */ +/* #undef HAVE_STRUCT_MNTTAB */ -/* We [FREEBSD-NATIVE] pick some parameters from our local config file */ -#include "config_local.h" +/* Define if have struct nfs_args in one of the standard nfs headers */ +#define HAVE_STRUCT_NFS_ARGS 1 +/* Define if have struct nfs_gfs_mount in one of the standard nfs headers */ +/* #undef HAVE_STRUCT_NFS_GFS_MOUNT */ -/* Define name of host machine's cpu (eg. sparc) */ -/* #define HOST_CPU "i386" */ +/* Define if `sa_len' is member of `struct sockaddr'. */ +#define HAVE_STRUCT_SOCKADDR_SA_LEN 1 -/* Define name of host machine's architecture (eg. sun4) */ -/* #define HOST_ARCH "i386" */ +/* Define if `f_fstypename' is member of `struct statfs'. */ +#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 -/* Define name of host machine's vendor (eg. sun) */ -#define HOST_VENDOR "unknown" +/* Define to 1 if you have the `svc_getreq' function. */ +#define HAVE_SVC_GETREQ 1 -/* Define name and version of host machine (eg. solaris2.5.1) */ -/* #define HOST_OS "freebsd5.0" */ +/* Define to 1 if you have the `svc_getreqset' function. */ +#define HAVE_SVC_GETREQSET 1 -/* Define only name of host machine OS (eg. solaris2) */ -/* #define HOST_OS_NAME "freebsd5" */ +/* Define to 1 if you have the `sysfs' function. */ +/* #undef HAVE_SYSFS */ -/* Define only version of host machine (eg. 2.5.1) */ -/* #define HOST_OS_VERSION "5.0" */ +/* Define to 1 if you have the `syslog' function. */ +#define HAVE_SYSLOG 1 -/* Define the header version of (linux) hosts (eg. 2.2.10) */ -/* #define HOST_HEADER_VERSION "5.0" */ +/* Define to 1 if you have the <syslog.h> header file. */ +#define HAVE_SYSLOG_H 1 -/* Define name of host */ -/* #define HOST_NAME "dragon.nuxi.com" */ +/* Define to 1 if you have the <sys/config.h> header file. */ +/* #undef HAVE_SYS_CONFIG_H */ -/* Define user name */ -/* #define USER_NAME "obrien" */ +/* Define to 1 if you have the <sys/dg_mount.h> header file. */ +/* #undef HAVE_SYS_DG_MOUNT_H */ -/* Define configuration date */ -/* #define CONFIG_DATE "Sat Sep 1 18:36:26 PDT 2001" */ +/* Define to 1 if you have the <sys/dir.h> header file. */ +#define HAVE_SYS_DIR_H 1 -/* what type of network transport type is in use? TLI or sockets? */ -/* #undef HAVE_TRANSPORT_TYPE_TLI */ +/* Define to 1 if you have the <sys/errno.h> header file. */ +#define HAVE_SYS_ERRNO_H 1 -/* Define to `long' if <sys/types.h> doesn't define time_t */ -/* #undef time_t */ +/* Define to 1 if you have the <sys/file.h> header file. */ +#define HAVE_SYS_FILE_H 1 -/* Define to "void *" if compiler can handle, otherwise "char *" */ -#define voidp void * +/* Define to 1 if you have the <sys/fsid.h> header file. */ +/* #undef HAVE_SYS_FSID_H */ -/* Define a type/structure for an NFS V2 filehandle */ -#define am_nfs_fh nfs_fh +/* Define to 1 if you have the <sys/fstyp.h> header file. */ +/* #undef HAVE_SYS_FSTYP_H */ -/* Define a type/structure for an NFS V3 filehandle */ -#define am_nfs_fh3 nfs_fh3_freebsd3 +/* Define to 1 if you have the <sys/fs/cachefs_fs.h> header file. */ +/* #undef HAVE_SYS_FS_CACHEFS_FS_H */ -/* define if the host has NFS protocol headers in system headers */ -/* #undef HAVE_NFS_PROT_HEADERS */ +/* Define to 1 if you have the <sys/fs/efs_clnt.h> header file. */ +/* #undef HAVE_SYS_FS_EFS_CLNT_H */ -/* define name of am-utils' NFS protocol header */ -#define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_freebsd3.h" +/* Define to 1 if you have the <sys/fs/nfs_clnt.h> header file. */ +/* #undef HAVE_SYS_FS_NFS_CLNT_H */ -/* Define a type for the nfs_args structure */ -#define nfs_args_t struct nfs_args +/* Define to 1 if you have the <sys/fs/nfs.h> header file. */ +/* #undef HAVE_SYS_FS_NFS_H */ -/* Define the field name for the filehandle within nfs_args_t */ -#define NFS_FH_FIELD fh +/* Define to 1 if you have the <sys/fs/nfs/mount.h> header file. */ +/* #undef HAVE_SYS_FS_NFS_MOUNT_H */ -/* Define if plain fhandle type exists */ -#define HAVE_FHANDLE 1 +/* Define to 1 if you have the <sys/fs/nfs/nfs_clnt.h> header file. */ +/* #undef HAVE_SYS_FS_NFS_NFS_CLNT_H */ -/* Define the type of the 3rd argument ('in') to svc_getargs() */ -#define SVC_IN_ARG_TYPE caddr_t +/* Define to 1 if you have the <sys/fs/pc_fs.h> header file. */ +/* #undef HAVE_SYS_FS_PC_FS_H */ -/* Define to the type of xdr procedure type */ -#define XDRPROC_T_TYPE xdrproc_t +/* Define to 1 if you have the <sys/fs/tmp.h> header file. */ +/* #undef HAVE_SYS_FS_TMP_H */ -/* Define if mount table is on file, undefine if in kernel */ -/* #undef MOUNT_TABLE_ON_FILE */ +/* Define to 1 if you have the <sys/fs_types.h> header file. */ +/* #undef HAVE_SYS_FS_TYPES_H */ -/* Define if have struct mntent in one of the standard headers */ -/* #undef HAVE_STRUCT_MNTENT */ +/* Define to 1 if you have the <sys/fs/ufs_mount.h> header file. */ +/* #undef HAVE_SYS_FS_UFS_MOUNT_H */ -/* Define if have struct mnttab in one of the standard headers */ -/* #undef HAVE_STRUCT_MNTTAB */ +/* Define to 1 if you have the <sys/fs/xfs_clnt.h> header file. */ +/* #undef HAVE_SYS_FS_XFS_CLNT_H */ -/* Define if have struct nfs_args in one of the standard nfs headers */ -#define HAVE_STRUCT_NFS_ARGS 1 +/* Define to 1 if you have the <sys/ioctl.h> header file. */ +#define HAVE_SYS_IOCTL_H 1 -/* Define if have struct nfs_gfs_mount in one of the standard nfs headers */ -/* #undef HAVE_STRUCT_NFS_GFS_MOUNT */ +/* Define to 1 if you have the <sys/lock.h> header file. */ +#define HAVE_SYS_LOCK_H 1 -/* Type of the 3rd argument to yp_order() */ -#define YP_ORDER_OUTORDER_TYPE int +/* Define to 1 if you have the <sys/machine.h> header file. */ +/* #undef HAVE_SYS_MACHINE_H */ -/* Type of the 6th argument to recvfrom() */ -#define RECVFROM_FROMLEN_TYPE int +/* Define to 1 if you have the <sys/mbuf.h> header file. */ +/* #define HAVE_SYS_MBUF_H 1 */ -/* Type of the 5rd argument to authunix_create() */ -#define AUTH_CREATE_GIDLIST_TYPE gid_t +/* Define to 1 if you have the <sys/mman.h> header file. */ +#define HAVE_SYS_MMAN_H 1 -/* The string used in printf to print the mount-type field of mount(2) */ -#define MTYPE_PRINTF_TYPE "%s" +/* Define to 1 if you have the <sys/mntctl.h> header file. */ +/* #undef HAVE_SYS_MNTCTL_H */ -/* Type of the mount-type field in the mount() system call */ -#define MTYPE_TYPE const char * +/* Define to 1 if you have the <sys/mntent.h> header file. */ +/* #undef HAVE_SYS_MNTENT_H */ -/* Define a type for the pcfs_args structure */ -#define pcfs_args_t struct msdosfs_args +/* Define to 1 if you have the <sys/mnttab.h> header file. */ +/* #undef HAVE_SYS_MNTTAB_H */ -/* Define a type for the autofs_args structure */ -/* #undef autofs_args_t */ +/* Define to 1 if you have the <sys/mount.h> header file. */ +#define HAVE_SYS_MOUNT_H 1 -/* Define a type for the cachefs_args structure */ -/* #undef cachefs_args_t */ +/* Define to 1 if you have the <sys/ndir.h> header file. */ +/* #undef HAVE_SYS_NDIR_H */ -/* Define a type for the tmpfs_args structure */ -/* #undef tmpfs_args_t */ +/* Define to 1 if you have the <sys/netconfig.h> header file. */ +/* #undef HAVE_SYS_NETCONFIG_H */ -/* Define a type for the ufs_args structure */ -#define ufs_args_t struct ufs_args +/* Define to 1 if you have the <sys/param.h> header file. */ +#define HAVE_SYS_PARAM_H 1 -/* Define a type for the efs_args structure */ -/* #undef efs_args_t */ +/* Define to 1 if you have the <sys/pathconf.h> header file. */ +/* #undef HAVE_SYS_PATHCONF_H */ -/* Define a type for the xfs_args structure */ -/* #undef xfs_args_t */ +/* Define to 1 if you have the <sys/proc.h> header file. */ +#define HAVE_SYS_PROC_H 1 -/* Define a type for the lofs_args structure */ -/* #undef lofs_args_t */ +/* Define to 1 if you have the <sys/resource.h> header file. */ +#define HAVE_SYS_RESOURCE_H 1 -/* Define a type for the cdfs_args structure */ -#define cdfs_args_t struct iso_args +/* Define to 1 if you have the <sys/sema.h> header file. */ +#define HAVE_SYS_SEMA_H 1 -/* Define a type for the mfs_args structure */ -/* #undef mfs_args_t */ +/* Define to 1 if you have the <sys/signal.h> header file. */ +#define HAVE_SYS_SIGNAL_H 1 -/* Define a type for the rfs_args structure */ -/* #undef rfs_args_t */ +/* Define to 1 if you have the <sys/socket.h> header file. */ +#define HAVE_SYS_SOCKET_H 1 -/* define if have a bad version of memcmp() */ -/* #undef HAVE_BAD_MEMCMP */ +/* Define to 1 if you have the <sys/sockio.h> header file. */ +#define HAVE_SYS_SOCKIO_H 1 -/* define if have a bad version of yp_all() */ -/* #undef HAVE_BAD_YP_ALL */ +/* Define to 1 if you have the <sys/statfs.h> header file. */ +/* #undef HAVE_SYS_STATFS_H */ -/* define if must use NFS "noconn" option */ -/* #undef USE_UNCONNECTED_NFS_SOCKETS */ -/* define if must NOT use NFS "noconn" option */ -#define USE_CONNECTED_NFS_SOCKETS 1 +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 -/**************************************************************************/ -/*** Everything above this line is part of the "TOP" of acconfig.h. ***/ -/**************************************************************************/ +/* Define to 1 if you have the <sys/syscall.h> header file. */ +#define HAVE_SYS_SYSCALL_H 1 +/* Define to 1 if you have the <sys/syslimits.h> header file. */ +#define HAVE_SYS_SYSLIMITS_H 1 -/* Define if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -/* #undef _ALL_SOURCE */ -#endif +/* Define to 1 if you have the <sys/syslog.h> header file. */ +#define HAVE_SYS_SYSLOG_H 1 -/* Define if using alloca.c. */ -/* #undef C_ALLOCA */ +/* Define to 1 if you have the <sys/time.h> header file. */ +#define HAVE_SYS_TIME_H 1 -/* Define to empty if the keyword does not work. */ -/* #undef const */ +/* Define to 1 if you have the <sys/tiuser.h> header file. */ +/* #undef HAVE_SYS_TIUSER_H */ -/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. - This function is required for alloca.c support on those systems. */ -/* #undef CRAY_STACKSEG_END */ +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 -/* Define to the type of elements in the array set by `getgroups'. - Usually this is either `int' or `gid_t'. */ -#define GETGROUPS_T gid_t +/* Define to 1 if you have the <sys/ucred.h> header file. */ +#define HAVE_SYS_UCRED_H 1 -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef gid_t */ +/* Define to 1 if you have the <sys/uio.h> header file. */ +#define HAVE_SYS_UIO_H 1 -/* Define if you have alloca, as a function or macro. */ -#define HAVE_ALLOCA 1 +/* Define to 1 if you have the <sys/utsname.h> header file. */ +#define HAVE_SYS_UTSNAME_H 1 -/* Define if you have <alloca.h> and it should be used (not on Ultrix). */ -/* #undef HAVE_ALLOCA_H */ +/* Define to 1 if you have the <sys/vfs.h> header file. */ +/* #undef HAVE_SYS_VFS_H */ -/* Define if you support file names longer than 14 characters. */ -#define HAVE_LONG_FILE_NAMES 1 +/* Define to 1 if you have the <sys/vmount.h> header file. */ +/* #undef HAVE_SYS_VMOUNT_H */ -/* Define if system calls automatically restart after interruption - by a signal. */ -#define HAVE_RESTARTABLE_SYSCALLS 1 +/* Define to 1 if you have the <sys/vnode.h> header file. */ +#define HAVE_SYS_VNODE_H 1 -/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ +/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 -/* Define if you have <vfork.h>. */ -/* #undef HAVE_VFORK_H */ - -/* Define if you have the wait3 system call. */ -#define HAVE_WAIT3 1 - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef mode_t */ - -/* Define if your C compiler doesn't accept -c and -o together. */ -/* #undef NO_MINUS_C_MINUS_O */ - -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef pid_t */ - -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define to `unsigned' if <sys/types.h> doesn't define. */ -/* #undef size_t */ +/* Define to 1 if you have the <time.h> header file. */ +#define HAVE_TIME_H 1 -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown - */ -/* #undef STACK_DIRECTION */ +/* Define to 1 if you have the <tiuser.h> header file. */ +/* #undef HAVE_TIUSER_H */ -/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ -/* #undef STAT_MACROS_BROKEN */ +/* Define to 1 if you have the <tmpfs/tmp.h> header file. */ +/* #undef HAVE_TMPFS_TMP_H */ -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 +/* what type of network transport type is in use? TLI or sockets? */ +/* #undef HAVE_TRANSPORT_TYPE_TLI */ -/* Define if you can safely include both <sys/time.h> and <time.h>. */ -#define TIME_WITH_SYS_TIME 1 +/* Define to 1 if you have the `ualarm' function. */ +#define HAVE_UALARM 1 -/* Define if your <sys/time.h> declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ +/* Define if `flags' is member of `ufs_args_t'. */ +/* #undef HAVE_UFS_ARGS_T_FLAGS */ -/* Define to `int' if <sys/types.h> doesn't define. */ -/* #undef uid_t */ +/* Define if `fspec' is member of `ufs_args_t'. */ +#define HAVE_UFS_ARGS_T_FSPEC 1 -/* Define vfork as fork if vfork does not work. */ -/* #undef vfork */ +/* Define if `ufs_flags' is member of `ufs_args_t'. */ +/* #undef HAVE_UFS_ARGS_T_UFS_FLAGS */ -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ +/* Define if `ufs_pgthresh' is member of `ufs_args_t'. */ +/* #undef HAVE_UFS_ARGS_T_UFS_PGTHRESH */ +/* Define to 1 if you have the <ufs/ufs_mount.h> header file. */ +/* #undef HAVE_UFS_UFS_MOUNT_H */ -#include <sys/types.h> -#include <machine/endian.h> -#if BYTE_ORDER == BIG_ENDIAN -#define WORDS_BIGENDIAN -#endif +/* Define to 1 if you have the <ufs/ufs/ufsmount.h> header file. */ +#define HAVE_UFS_UFS_UFSMOUNT_H 1 +/* Define to 1 if you have the `umount' function. */ +/* #undef HAVE_UMOUNT */ -/* Define if lex declares yytext as a char * by default, not a char[]. */ -#define YYTEXT_POINTER 1 +/* Define to 1 if you have the `uname' function. */ +#define HAVE_UNAME 1 -/* Define if you have the __seterr_reply function. */ -/* #undef HAVE___SETERR_REPLY */ +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 -/* Define if you have the _seterr_reply function. */ -#define HAVE__SETERR_REPLY 1 +/* Define to 1 if you have the `unmount' function. */ +#define HAVE_UNMOUNT 1 -/* Define if you have the bcmp function. */ -#define HAVE_BCMP 1 +/* Define to 1 if you have the `uvmount' function. */ +/* #undef HAVE_UVMOUNT */ -/* Define if you have the bcopy function. */ -#define HAVE_BCOPY 1 +/* Define to 1 if you have the <varargs.h> header file. */ +#define HAVE_VARARGS_H 1 -/* Define if you have the bzero function. */ -#define HAVE_BZERO 1 +/* Define to 1 if you have the `vfork' function. */ +#define HAVE_VFORK 1 -/* Define if you have the clnt_create function. */ -#define HAVE_CLNT_CREATE 1 +/* Define to 1 if you have the <vfork.h> header file. */ +/* #undef HAVE_VFORK_H */ -/* Define if you have the clnt_create_timed function. */ -/* #undef HAVE_CLNT_CREATE_TIMED */ +/* Define to 1 if you have the `vfsmount' function. */ +/* #undef HAVE_VFSMOUNT */ -/* Define if you have the clnt_spcreateerror function. */ -#define HAVE_CLNT_SPCREATEERROR 1 +/* Define to 1 if you have the `vmount' function. */ +/* #undef HAVE_VMOUNT */ -/* Define if you have the clnt_sperrno function. */ -#define HAVE_CLNT_SPERRNO 1 +/* Define to 1 if you have the `vsnprintf' function. */ +#define HAVE_VSNPRINTF 1 -/* Define if you have the clock_gettime function. */ -#define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if you have the `wait3' function. */ +#define HAVE_WAIT3 1 -/* Define if you have the cnodeid function. */ -/* #undef HAVE_CNODEID */ +/* Define to 1 if you have the `waitpid' function. */ +#define HAVE_WAITPID 1 -/* Define if you have the dbm_open function. */ -#define HAVE_DBM_OPEN 1 +/* Define to 1 if `fork' works. */ +#define HAVE_WORKING_FORK 1 -/* Define if you have the dg_mount function. */ -/* #undef HAVE_DG_MOUNT */ +/* Define to 1 if `vfork' works. */ +#define HAVE_WORKING_VFORK 1 -/* Define if you have the fgets function. */ -#define HAVE_FGETS 1 +/* Define to 1 if you have the `xdr_attrstat' function. */ +#define HAVE_XDR_ATTRSTAT 1 -/* Define if you have the flock function. */ -#define HAVE_FLOCK 1 +/* Define to 1 if you have the `xdr_createargs' function. */ +#define HAVE_XDR_CREATEARGS 1 -/* Define if you have the fsmount function. */ -/* #undef HAVE_FSMOUNT */ +/* Define to 1 if you have the `xdr_dirlist' function. */ +#define HAVE_XDR_DIRLIST 1 -/* Define if you have the get_myaddress function. */ -#define HAVE_GET_MYADDRESS 1 +/* Define to 1 if you have the `xdr_diropargs' function. */ +#define HAVE_XDR_DIROPARGS 1 -/* Define if you have the getccent function. */ -/* #undef HAVE_GETCCENT */ +/* Define to 1 if you have the `xdr_diropokres' function. */ +#define HAVE_XDR_DIROPOKRES 1 -/* Define if you have the getcwd function. */ -#define HAVE_GETCWD 1 +/* Define to 1 if you have the `xdr_diropres' function. */ +#define HAVE_XDR_DIROPRES 1 -/* Define if you have the getdomainname function. */ -#define HAVE_GETDOMAINNAME 1 +/* Define to 1 if you have the `xdr_dirpath' function. */ +#define HAVE_XDR_DIRPATH 1 -/* Define if you have the getdtablesize function. */ -#define HAVE_GETDTABLESIZE 1 +/* Define to 1 if you have the `xdr_entry' function. */ +#define HAVE_XDR_ENTRY 1 -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 +/* Define to 1 if you have the `xdr_exportnode' function. */ +#define HAVE_XDR_EXPORTNODE 1 -/* Define if you have the getifaddrs function. */ -#define HAVE_GETIFADDRS 1 +/* Define to 1 if you have the `xdr_exports' function. */ +#define HAVE_XDR_EXPORTS 1 -/* Define if you have the getmntinfo function. */ -#define HAVE_GETMNTINFO 1 +/* Define to 1 if you have the `xdr_fattr' function. */ +#define HAVE_XDR_FATTR 1 -/* Define if you have the getmountent function. */ -/* #undef HAVE_GETMOUNTENT */ +/* Define to 1 if you have the `xdr_fhandle' function. */ +#define HAVE_XDR_FHANDLE 1 -/* Define if you have the getpagesize function. */ -#define HAVE_GETPAGESIZE 1 +/* Define to 1 if you have the `xdr_fhstatus' function. */ +#define HAVE_XDR_FHSTATUS 1 -/* Define if you have the getpwnam function. */ -#define HAVE_GETPWNAM 1 +/* Define to 1 if you have the `xdr_filename' function. */ +#define HAVE_XDR_FILENAME 1 -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 +/* Define to 1 if you have the `xdr_ftype' function. */ +#define HAVE_XDR_FTYPE 1 -/* Define if you have the hasmntopt function. */ -/* #undef HAVE_HASMNTOPT */ +/* Define to 1 if you have the `xdr_groupnode' function. */ +#define HAVE_XDR_GROUPNODE 1 -/* Define if you have the hes_init function. */ -#define HAVE_HES_INIT 1 +/* Define to 1 if you have the `xdr_groups' function. */ +#define HAVE_XDR_GROUPS 1 -/* Define if you have the hesiod_init function. */ -#define HAVE_HESIOD_INIT 1 +/* Define to 1 if you have the `xdr_linkargs' function. */ +#define HAVE_XDR_LINKARGS 1 -/* Define if you have the hesiod_reload function. */ -/* #undef HAVE_HESIOD_RELOAD */ +/* Define to 1 if you have the `xdr_mountbody' function. */ +#define HAVE_XDR_MOUNTBODY 1 -/* Define if you have the hesiod_to_bind function. */ -#define HAVE_HESIOD_TO_BIND 1 +/* Define to 1 if you have the `xdr_mountlist' function. */ +#define HAVE_XDR_MOUNTLIST 1 -/* Define if you have the ldap_open function. */ -/* #undef HAVE_LDAP_OPEN */ +/* Define to 1 if you have the `xdr_mountres3' function. */ +/* #undef HAVE_XDR_MOUNTRES3 */ -/* Define if you have the memcmp function. */ -#define HAVE_MEMCMP 1 +/* Define to 1 if you have the `xdr_name' function. */ +#define HAVE_XDR_NAME 1 -/* Define if you have the memcpy function. */ -#define HAVE_MEMCPY 1 +/* Define to 1 if you have the `xdr_nfscookie' function. */ +#define HAVE_XDR_NFSCOOKIE 1 -/* Define if you have the memmove function. */ -#define HAVE_MEMMOVE 1 +/* Define to 1 if you have the `xdr_nfspath' function. */ +#define HAVE_XDR_NFSPATH 1 -/* Define if you have the memset function. */ -#define HAVE_MEMSET 1 +/* Define to 1 if you have the `xdr_nfsstat' function. */ +#define HAVE_XDR_NFSSTAT 1 -/* Define if you have the mkdir function. */ -#define HAVE_MKDIR 1 +/* Define to 1 if you have the `xdr_nfstime' function. */ +#define HAVE_XDR_NFSTIME 1 -/* Define if you have the mkstemp function. */ -#define HAVE_MKSTEMP 1 +/* Define to 1 if you have the `xdr_nfs_fh' function. */ +#define HAVE_XDR_NFS_FH 1 -/* Define if you have the mntctl function. */ -/* #undef HAVE_MNTCTL */ +/* Define to 1 if you have the `xdr_pointer' function. */ +#define HAVE_XDR_POINTER 1 -/* Define if you have the mount function. */ -#define HAVE_MOUNT 1 +/* Define to 1 if you have the `xdr_readargs' function. */ +#define HAVE_XDR_READARGS 1 -/* Define if you have the mountsyscall function. */ -/* #undef HAVE_MOUNTSYSCALL */ +/* Define to 1 if you have the `xdr_readdirargs' function. */ +#define HAVE_XDR_READDIRARGS 1 -/* Define if you have the nis_domain_of function. */ -/* #undef HAVE_NIS_DOMAIN_OF */ +/* Define to 1 if you have the `xdr_readdirres' function. */ +#define HAVE_XDR_READDIRRES 1 -/* Define if you have the opendir function. */ -#define HAVE_OPENDIR 1 +/* Define to 1 if you have the `xdr_readlinkres' function. */ +#define HAVE_XDR_READLINKRES 1 -/* Define if you have the plock function. */ -/* #undef HAVE_PLOCK */ +/* Define to 1 if you have the `xdr_readokres' function. */ +#define HAVE_XDR_READOKRES 1 -/* Define if you have the regcomp function. */ -#define HAVE_REGCOMP 1 +/* Define to 1 if you have the `xdr_readres' function. */ +#define HAVE_XDR_READRES 1 -/* Define if you have the regexec function. */ -#define HAVE_REGEXEC 1 +/* Define to 1 if you have the `xdr_renameargs' function. */ +#define HAVE_XDR_RENAMEARGS 1 -/* Define if you have the rmdir function. */ -#define HAVE_RMDIR 1 +/* Define to 1 if you have the `xdr_sattr' function. */ +#define HAVE_XDR_SATTR 1 -/* Define if you have the select function. */ -#define HAVE_SELECT 1 +/* Define to 1 if you have the `xdr_sattrargs' function. */ +#define HAVE_XDR_SATTRARGS 1 -/* Define if you have the seteuid function. */ -#define HAVE_SETEUID 1 +/* Define to 1 if you have the `xdr_statfsokres' function. */ +#define HAVE_XDR_STATFSOKRES 1 -/* Define if you have the setitimer function. */ -#define HAVE_SETITIMER 1 +/* Define to 1 if you have the `xdr_statfsres' function. */ +#define HAVE_XDR_STATFSRES 1 -/* Define if you have the setresuid function. */ -#define HAVE_SETRESUID 1 +/* Define to 1 if you have the `xdr_symlinkargs' function. */ +#define HAVE_XDR_SYMLINKARGS 1 -/* Define if you have the setsid function. */ -#define HAVE_SETSID 1 +/* Define to 1 if you have the `xdr_writeargs' function. */ +#define HAVE_XDR_WRITEARGS 1 -/* Define if you have the sigaction function. */ -#define HAVE_SIGACTION 1 +/* Define if `flags' is member of `xfs_args_t'. */ +/* #undef HAVE_XFS_ARGS_T_FLAGS */ -/* Define if you have the signal function. */ -#define HAVE_SIGNAL 1 +/* Define if `fspec' is member of `xfs_args_t'. */ +/* #undef HAVE_XFS_ARGS_T_FSPEC */ -/* Define if you have the socket function. */ -#define HAVE_SOCKET 1 +/* Define to 1 if you have the `yp_all' function. */ +/* #undef HAVE_YP_ALL */ -/* Define if you have the strcasecmp function. */ -#define HAVE_STRCASECMP 1 +/* Define to 1 if you have the `yp_get_default_domain' function. */ +#define HAVE_YP_GET_DEFAULT_DOMAIN 1 -/* Define if you have the strchr function. */ -#define HAVE_STRCHR 1 +/* Define to 1 if you have the `_seterr_reply' function. */ +#define HAVE__SETERR_REPLY 1 -/* Define if you have the strcspn function. */ -#define HAVE_STRCSPN 1 +/* Define to 1 if you have the `__seterr_reply' function. */ +/* #undef HAVE___SETERR_REPLY */ -/* Define if you have the strdup function. */ -#define HAVE_STRDUP 1 +/* Name of mount type to hide amd mount from df(1) */ +#define HIDE_MOUNT_TYPE "nfs" -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 +/* Define name of host machine's architecture (eg. sun4) */ +/* #define HOST_ARCH "i386" */ -/* Define if you have the strspn function. */ -#define HAVE_STRSPN 1 +/* Define name of host machine's cpu (eg. sparc) */ +/* #define HOST_CPU "i386" */ -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 +/* Define the header version of (linux) hosts (eg. 2.2.10) */ +/* #define HOST_HEADER_VERSION "5.1" */ -/* Define if `fhs_fh' is member of `struct fhstatus'. */ -/* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */ +/* Define name and version of host machine (eg. solaris2.5.1) */ +/* #define HOST_OS "freebsd5.1" */ -/* Define if `ifa_next' is member of `struct ifaddrs'. */ -#define HAVE_STRUCT_IFADDRS_IFA_NEXT 1 +/* Define only name of host machine OS (eg. solaris2) */ +/* #define HOST_OS_NAME "freebsd5" */ -/* Define if `ifr_addr' is member of `struct ifreq'. */ -#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 +/* Define only version of host machine (eg. 2.5.1) */ +/* #define HOST_OS_VERSION "5.1" */ -/* Define if you have the svc_getreq function. */ -#define HAVE_SVC_GETREQ 1 +/* Define name of host machine's vendor (eg. sun) */ +#define HOST_VENDOR "unknown" -/* Define if you have the svc_getreqset function. */ -#define HAVE_SVC_GETREQSET 1 +/* Ignore permission bits */ +/* #undef MNT2_CDFS_OPT_DEFPERM */ -/* Define if you have the sysfs function. */ -/* #undef HAVE_SYSFS */ +/* Use on-disk permission bits */ +/* #undef MNT2_CDFS_OPT_NODEFPERM */ -/* Define if you have the syslog function. */ -#define HAVE_SYSLOG 1 +/* Strip off extension from version string */ +/* #undef MNT2_CDFS_OPT_NOVERSION */ -/* Define if you have the ualarm function. */ -#define HAVE_UALARM 1 +/* Use Rock Ridge Interchange Protocol (RRIP) extensions */ +/* #undef MNT2_CDFS_OPT_RRIP */ -/* Define if you have the umount function. */ -/* #undef HAVE_UMOUNT */ +/* asynchronous filesystem access */ +#define MNT2_GEN_OPT_ASYNC 0x40 -/* Define if you have the uname function. */ -#define HAVE_UNAME 1 +/* automounter filesystem (ignore) flag, used in bsdi-4.1 */ +/* #undef MNT2_GEN_OPT_AUTOMNTFS */ -/* Define if you have the unmount function. */ -#define HAVE_UNMOUNT 1 +/* automounter filesystem flag, used in Mac OS X / Darwin */ +/* #undef MNT2_GEN_OPT_AUTOMOUNTED */ -/* Define if you have the uvmount function. */ -/* #undef HAVE_UVMOUNT */ +/* directory hardlink */ +/* #undef MNT2_GEN_OPT_BIND */ -/* Define if you have the vfork function. */ -#define HAVE_VFORK 1 +/* cache (what?) */ +/* #undef MNT2_GEN_OPT_CACHE */ -/* Define if you have the vfsmount function. */ -/* #undef HAVE_VFSMOUNT */ +/* 6-argument mount */ +/* #undef MNT2_GEN_OPT_DATA */ -/* Define if you have the vmount function. */ -/* #undef HAVE_VMOUNT */ +/* old (4-argument) mount (compatibility) */ +/* #undef MNT2_GEN_OPT_FSS */ -/* Define if you have the vsnprintf function. */ -#define HAVE_VSNPRINTF 1 +/* old BSD group-id on create */ +/* #undef MNT2_GEN_OPT_GRPID */ -/* Define if you have the wait3 function. */ -#define HAVE_WAIT3 1 +/* ignore mount entry in df output */ +#define MNT2_GEN_OPT_IGNORE 0x800000 -/* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 +/* journaling filesystem (AIX's UFS/FFS) */ +/* #undef MNT2_GEN_OPT_JFS */ -/* Define if you have the xdr_attrstat function. */ -#define HAVE_XDR_ATTRSTAT 1 +/* do multi-component lookup on files */ +/* #undef MNT2_GEN_OPT_MULTI */ -/* Define if you have the xdr_createargs function. */ -#define HAVE_XDR_CREATEARGS 1 +/* use type string instead of int */ +/* #undef MNT2_GEN_OPT_NEWTYPE */ -/* Define if you have the xdr_dirlist function. */ -#define HAVE_XDR_DIRLIST 1 +/* NFS mount */ +/* #undef MNT2_GEN_OPT_NFS */ -/* Define if you have the xdr_diropargs function. */ -#define HAVE_XDR_DIROPARGS 1 +/* nocache (what?) */ +/* #undef MNT2_GEN_OPT_NOCACHE */ -/* Define if you have the xdr_diropokres function. */ -#define HAVE_XDR_DIROPOKRES 1 +/* do not interpret special device files */ +#define MNT2_GEN_OPT_NODEV 0x10 -/* Define if you have the xdr_diropres function. */ -#define HAVE_XDR_DIROPRES 1 +/* no exec calls allowed */ +#define MNT2_GEN_OPT_NOEXEC 0x4 -/* Define if you have the xdr_dirpath function. */ -#define HAVE_XDR_DIRPATH 1 +/* do not interpret special device files */ +/* #undef MNT2_GEN_OPT_NONDEV */ -/* Define if you have the xdr_entry function. */ -#define HAVE_XDR_ENTRY 1 +/* Disallow mounts beneath this mount */ +/* #undef MNT2_GEN_OPT_NOSUB */ -/* Define if you have the xdr_exportnode function. */ -#define HAVE_XDR_EXPORTNODE 1 +/* Setuid programs disallowed */ +#define MNT2_GEN_OPT_NOSUID 0x8 -/* Define if you have the xdr_exports function. */ -#define HAVE_XDR_EXPORTS 1 +/* Return ENAMETOOLONG for long filenames */ +/* #undef MNT2_GEN_OPT_NOTRUNC */ -/* Define if you have the xdr_fattr function. */ -#define HAVE_XDR_FATTR 1 +/* Pass mount option string to kernel */ +/* #undef MNT2_GEN_OPT_OPTIONSTR */ -/* Define if you have the xdr_fhandle function. */ -#define HAVE_XDR_FHANDLE 1 +/* allow overlay mounts */ +/* #undef MNT2_GEN_OPT_OVERLAY */ -/* Define if you have the xdr_fhstatus function. */ -#define HAVE_XDR_FHSTATUS 1 +/* check quotas */ +#define MNT2_GEN_OPT_QUOTA 0x2000 -/* Define if you have the xdr_filename function. */ -#define HAVE_XDR_FILENAME 1 +/* Read-only */ +#define MNT2_GEN_OPT_RDONLY 0x1 -/* Define if you have the xdr_ftype function. */ -#define HAVE_XDR_FTYPE 1 +/* change options on an existing mount */ +/* #undef MNT2_GEN_OPT_REMOUNT */ -/* Define if you have the xdr_groupnode function. */ -#define HAVE_XDR_GROUPNODE 1 +/* read only */ +/* #undef MNT2_GEN_OPT_RONLY */ -/* Define if you have the xdr_groups function. */ -#define HAVE_XDR_GROUPS 1 +/* synchronize data immediately to filesystem */ +/* #undef MNT2_GEN_OPT_SYNC */ -/* Define if you have the xdr_linkargs function. */ -#define HAVE_XDR_LINKARGS 1 +/* synchronous filesystem access (same as SYNC) */ +#define MNT2_GEN_OPT_SYNCHRONOUS 0x2 -/* Define if you have the xdr_mntrequest function. */ -/* #undef HAVE_XDR_MNTREQUEST */ +/* Mount with Sys 5-specific semantics */ +/* #undef MNT2_GEN_OPT_SYS5 */ -/* Define if you have the xdr_mntres function. */ -/* #undef HAVE_XDR_MNTRES */ +/* Union mount */ +/* #undef MNT2_GEN_OPT_UNION */ -/* Define if you have the xdr_mountbody function. */ -#define HAVE_XDR_MOUNTBODY 1 +/* Use Readdirplus for NFSv3 */ +/* #undef MNT2_NFS_OPTS_RDIRPLUS */ -/* Define if you have the xdr_mountlist function. */ -#define HAVE_XDR_MOUNTLIST 1 +/* set max secs for dir attr cache */ +#define MNT2_NFS_OPT_ACDIRMAX 0x200000 -/* Define if you have the xdr_mountres3 function. */ -/* #undef HAVE_XDR_MOUNTRES3 */ +/* set min secs for dir attr cache */ +#define MNT2_NFS_OPT_ACDIRMIN 0x100000 -/* Define if you have the xdr_name function. */ -#define HAVE_XDR_NAME 1 +/* set max secs for file attr cache */ +#define MNT2_NFS_OPT_ACREGMAX 0x80000 -/* Define if you have the xdr_nfs_fh function. */ -#define HAVE_XDR_NFS_FH 1 +/* set min secs for file attr cache */ +#define MNT2_NFS_OPT_ACREGMIN 0x40000 -/* Define if you have the xdr_nfscookie function. */ -#define HAVE_XDR_NFSCOOKIE 1 +/* Authentication error */ +/* #undef MNT2_NFS_OPT_AUTHERR */ -/* Define if you have the xdr_nfspath function. */ -#define HAVE_XDR_NFSPATH 1 +/* hide mount type from df(1) */ +/* #undef MNT2_NFS_OPT_AUTO */ -/* Define if you have the xdr_nfsstat function. */ -#define HAVE_XDR_NFSSTAT 1 +/* set dead server retry thresh */ +#define MNT2_NFS_OPT_DEADTHRESH 0x4000 -/* Define if you have the xdr_nfstime function. */ -#define HAVE_XDR_NFSTIME 1 +/* Dismount in progress */ +/* #undef MNT2_NFS_OPT_DISMINPROG */ -/* Define if you have the xdr_pointer function. */ -#define HAVE_XDR_POINTER 1 +/* Dismounted */ +/* #undef MNT2_NFS_OPT_DISMNT */ -/* Define if you have the xdr_readargs function. */ -#define HAVE_XDR_READARGS 1 +/* Don't estimate rtt dynamically */ +#define MNT2_NFS_OPT_DUMBTIMR 0x800 -/* Define if you have the xdr_readdirargs function. */ -#define HAVE_XDR_READDIRARGS 1 +/* provide name of server's fs to system */ +/* #undef MNT2_NFS_OPT_FSNAME */ -/* Define if you have the xdr_readdirres function. */ -#define HAVE_XDR_READDIRRES 1 +/* System V-style gid inheritance */ +/* #undef MNT2_NFS_OPT_GRPID */ -/* Define if you have the xdr_readlinkres function. */ -#define HAVE_XDR_READLINKRES 1 +/* Has authenticator */ +/* #undef MNT2_NFS_OPT_HASAUTH */ -/* Define if you have the xdr_readokres function. */ -#define HAVE_XDR_READOKRES 1 +/* set hostname for error printf */ +/* #undef MNT2_NFS_OPT_HOSTNAME */ -/* Define if you have the xdr_readres function. */ -#define HAVE_XDR_READRES 1 +/* ignore mount point */ +/* #undef MNT2_NFS_OPT_IGNORE */ -/* Define if you have the xdr_renameargs function. */ -#define HAVE_XDR_RENAMEARGS 1 +/* allow interrupts on hard mount */ +#define MNT2_NFS_OPT_INT 0x40 -/* Define if you have the xdr_sattr function. */ -#define HAVE_XDR_SATTR 1 +/* Bits set internally */ +/* #undef MNT2_NFS_OPT_INTERNAL */ -/* Define if you have the xdr_sattrargs function. */ -#define HAVE_XDR_SATTRARGS 1 +/* allow interrupts on hard mount */ +/* #undef MNT2_NFS_OPT_INTR */ -/* Define if you have the xdr_statfsokres function. */ -#define HAVE_XDR_STATFSOKRES 1 +/* Use Kerberos authentication */ +/* #undef MNT2_NFS_OPT_KERB */ -/* Define if you have the xdr_statfsres function. */ -#define HAVE_XDR_STATFSRES 1 +/* use kerberos credentials */ +/* #undef MNT2_NFS_OPT_KERBEROS */ -/* Define if you have the xdr_symlinkargs function. */ -#define HAVE_XDR_SYMLINKARGS 1 +/* transport's knetconfig structure */ +/* #undef MNT2_NFS_OPT_KNCONF */ -/* Define if you have the xdr_umntrequest function. */ -/* #undef HAVE_XDR_UMNTREQUEST */ +/* set lease term (nqnfs) */ +/* #undef MNT2_NFS_OPT_LEASETERM */ -/* Define if you have the xdr_umntres function. */ -/* #undef HAVE_XDR_UMNTRES */ +/* Local locking (no lock manager) */ +/* #undef MNT2_NFS_OPT_LLOCK */ -/* Define if you have the xdr_writeargs function. */ -#define HAVE_XDR_WRITEARGS 1 +/* set maximum grouplist size */ +#define MNT2_NFS_OPT_MAXGRPS 0x20 -/* Define if you have the yp_all function. */ -/* #undef HAVE_YP_ALL */ +/* Mnt server for mnt point */ +/* #undef MNT2_NFS_OPT_MNTD */ -/* Define if you have the yp_get_default_domain function. */ -#define HAVE_YP_GET_DEFAULT_DOMAIN 1 +/* Assume writes were mine */ +/* #undef MNT2_NFS_OPT_MYWRITE */ -/* Define if you have the <arpa/inet.h> header file. */ -#define HAVE_ARPA_INET_H 1 +/* mount NFS Version 3 */ +#define MNT2_NFS_OPT_NFSV3 0x200 -/* Define if you have the <arpa/nameser.h> header file. */ -#define HAVE_ARPA_NAMESER_H 1 +/* don't cache attributes */ +/* #undef MNT2_NFS_OPT_NOAC */ -/* Define if you have the <assert.h> header file. */ -#define HAVE_ASSERT_H 1 +/* Don't Connect the socket */ +#define MNT2_NFS_OPT_NOCONN 0x80 -/* Define if you have the <bsd/rpc/rpc.h> header file. */ -/* #undef HAVE_BSD_RPC_RPC_H */ +/* no close-to-open consistency */ +/* #undef MNT2_NFS_OPT_NOCTO */ -/* Define if you have the <cdfs/cdfs_mount.h> header file. */ -/* #undef HAVE_CDFS_CDFS_MOUNT_H */ +/* disallow interrupts on hard mounts */ +/* #undef MNT2_NFS_OPT_NOINT */ -/* Define if you have the <cdfs/cdfsmount.h> header file. */ -/* #undef HAVE_CDFS_CDFSMOUNT_H */ +/* Don't use locking */ +/* #undef MNT2_NFS_OPT_NONLM */ -/* Define if you have the <cluster.h> header file. */ -/* #undef HAVE_CLUSTER_H */ +/* Get lease for lookup */ +/* #undef MNT2_NFS_OPT_NQLOOKLEASE */ -/* Define if you have the <ctype.h> header file. */ -#define HAVE_CTYPE_H 1 +/* Use Nqnfs protocol */ +/* #undef MNT2_NFS_OPT_NQNFS */ -/* Define if you have the <db1/ndbm.h> header file. */ -/* #undef HAVE_DB1_NDBM_H */ +/* paging threshold */ +/* #undef MNT2_NFS_OPT_PGTHRESH */ -/* Define if you have the <dirent.h> header file. */ -#define HAVE_DIRENT_H 1 +/* static pathconf kludge info */ +/* #undef MNT2_NFS_OPT_POSIX */ -/* Define if you have the <errno.h> header file. */ -#define HAVE_ERRNO_H 1 +/* allow property list operations (ACLs over NFS) */ +/* #undef MNT2_NFS_OPT_PROPLIST */ -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 +/* Rcv socket lock */ +/* #undef MNT2_NFS_OPT_RCVLOCK */ -/* Define if you have the <grp.h> header file. */ -#define HAVE_GRP_H 1 +/* Do lookup with readdir (nqnfs) */ +/* #undef MNT2_NFS_OPT_RDIRALOOK */ -/* Define if you have the <hesiod.h> header file. */ -#define HAVE_HESIOD_H 1 +/* set read ahead */ +#define MNT2_NFS_OPT_READAHEAD 0x2000 -/* Define if you have the <hsfs/hsfs.h> header file. */ -/* #undef HAVE_HSFS_HSFS_H */ +/* Set readdir size */ +#define MNT2_NFS_OPT_READDIRSIZE 0x20000 -/* Define if you have the <ifaddrs.h> header file. */ -#define HAVE_IFADDRS_H 1 +/* Allocate a reserved port */ +#define MNT2_NFS_OPT_RESVPORT 0x8000 -/* Define if you have the <irs.h> header file. */ -/* #undef HAVE_IRS_H */ +/* set number of request retries */ +#define MNT2_NFS_OPT_RETRANS 0x10 -/* Define if you have the <isofs/cd9660/cd9660_mount.h> header file. */ -#define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1 +/* read only */ +/* #undef MNT2_NFS_OPT_RONLY */ -/* Define if you have the <lber.h> header file. */ -/* #undef HAVE_LBER_H */ +/* use RPC to do secure NFS time sync */ +/* #undef MNT2_NFS_OPT_RPCTIMESYNC */ -/* Define if you have the <ldap.h> header file. */ -/* #undef HAVE_LDAP_H */ +/* set read size */ +#define MNT2_NFS_OPT_RSIZE 0x4 -/* Define if you have the <libgen.h> header file. */ -#define HAVE_LIBGEN_H 1 +/* secure mount */ +/* #undef MNT2_NFS_OPT_SECURE */ -/* Define if you have the <linux/auto_fs.h> header file. */ -/* #undef HAVE_LINUX_AUTO_FS_H */ +/* Send socket lock */ +/* #undef MNT2_NFS_OPT_SNDLOCK */ -/* Define if you have the <linux/fs.h> header file. */ -/* #undef HAVE_LINUX_FS_H */ +/* soft mount (hard is default) */ +#define MNT2_NFS_OPT_SOFT 0x1 -/* Define if you have the <linux/kdev_t.h> header file. */ -/* #undef HAVE_LINUX_KDEV_T_H */ +/* spongy mount */ +/* #undef MNT2_NFS_OPT_SPONGY */ -/* Define if you have the <linux/list.h> header file. */ -/* #undef HAVE_LINUX_LIST_H */ +/* set symlink cache time-to-live */ +/* #undef MNT2_NFS_OPT_SYMTTL */ -/* Define if you have the <linux/nfs.h> header file. */ -/* #undef HAVE_LINUX_NFS_H */ +/* use TCP for mounts */ +/* #undef MNT2_NFS_OPT_TCP */ -/* Define if you have the <linux/nfs_mount.h> header file. */ -/* #undef HAVE_LINUX_NFS_MOUNT_H */ +/* set initial timeout */ +#define MNT2_NFS_OPT_TIMEO 0x8 -/* Define if you have the <linux/posix_types.h> header file. */ -/* #undef HAVE_LINUX_POSIX_TYPES_H */ +/* linux NFSv3 */ +/* #undef MNT2_NFS_OPT_VER3 */ -/* Define if you have the <machine/endian.h> header file. */ -#define HAVE_MACHINE_ENDIAN_H 1 +/* Wait for authentication */ +/* #undef MNT2_NFS_OPT_WAITAUTH */ -/* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +/* Wants an authenticator */ +/* #undef MNT2_NFS_OPT_WANTAUTH */ -/* Define if you have the <memory.h> header file. */ -#define HAVE_MEMORY_H 1 +/* Want receive socket lock */ +/* #undef MNT2_NFS_OPT_WANTRCV */ -/* Define if you have the <mntent.h> header file. */ -/* #undef HAVE_MNTENT_H */ +/* Want send socket lock */ +/* #undef MNT2_NFS_OPT_WANTSND */ -/* Define if you have the <mnttab.h> header file. */ -/* #undef HAVE_MNTTAB_H */ +/* set write size */ +#define MNT2_NFS_OPT_WSIZE 0x2 -/* Define if you have the <mount.h> header file. */ -/* #undef HAVE_MOUNT_H */ +/* 32<->64 dir cookie translation */ +/* #undef MNT2_NFS_OPT_XLATECOOKIE */ -/* Define if you have the <msdosfs/msdosfsmount.h> header file. */ -/* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */ +/* Name of mount table file name */ +/* #undef MNTTAB_FILE_NAME */ -/* Define if you have the <fs/msdosfs/msdosfsmount.h> header file. */ -#define HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H 1 +/* Mount Table option string: Max attr cache timeout (dirs) */ +/* #undef MNTTAB_OPT_ACDIRMAX */ -/* Define if you have the <ndbm.h> header file. */ -#define HAVE_NDBM_H 1 +/* Mount Table option string: Min attr cache timeout (dirs) */ +/* #undef MNTTAB_OPT_ACDIRMIN */ -/* Define if you have the <ndir.h> header file. */ -/* #undef HAVE_NDIR_H */ +/* Mount Table option string: Max attr cache timeout (files) */ +/* #undef MNTTAB_OPT_ACREGMAX */ -/* Define if you have the <net/errno.h> header file. */ -/* #undef HAVE_NET_ERRNO_H */ +/* Mount Table option string: Min attr cache timeout (files) */ +/* #undef MNTTAB_OPT_ACREGMIN */ -/* Define if you have the <net/if.h> header file. */ -#define HAVE_NET_IF_H 1 +/* Mount Table option string: Attr cache timeout (sec) */ +/* #undef MNTTAB_OPT_ACTIMEO */ -/* Define if you have the <net/if_var.h> header file. */ -#define HAVE_NET_IF_VAR_H 1 +/* Mount Table option string: Do mount retries in background */ +/* #undef MNTTAB_OPT_BG */ -/* Define if you have the <net/route.h> header file. */ -#define HAVE_NET_ROUTE_H 1 +/* Mount Table option string: compress */ +/* #undef MNTTAB_OPT_COMPRESS */ -/* Define if you have the <netconfig.h> header file. */ -#define HAVE_NETCONFIG_H 1 +/* Mount Table option string: Device id of mounted fs */ +/* #undef MNTTAB_OPT_DEV */ -/* Define if you have the <netdb.h> header file. */ -#define HAVE_NETDB_H 1 +/* Mount Table option string: Automount direct map mount */ +/* #undef MNTTAB_OPT_DIRECT */ -/* Define if you have the <netdir.h> header file. */ -/* #undef HAVE_NETDIR_H */ +/* Mount Table option string: Do mount retries in foreground */ +/* #undef MNTTAB_OPT_FG */ -/* Define if you have the <netinet/if_ether.h> header file. */ -#define HAVE_NETINET_IF_ETHER_H 1 +/* Mount Table option string: Filesystem id of mounted fs */ +/* #undef MNTTAB_OPT_FSID */ -/* Define if you have the <netinet/in.h> header file. */ -#define HAVE_NETINET_IN_H 1 +/* Mount Table option string: SysV-compatible gid on create */ +/* #undef MNTTAB_OPT_GRPID */ -/* Define if you have the <nfs/export.h> header file. */ -/* #undef HAVE_NFS_EXPORT_H */ +/* Mount Table option string: Hard mount */ +/* #undef MNTTAB_OPT_HARD */ -/* Define if you have the <nfs/mount.h> header file. */ -/* #undef HAVE_NFS_MOUNT_H */ +/* Mount Table option string: Ignore this entry */ +/* #undef MNTTAB_OPT_IGNORE */ -/* Define if you have the <nfs/nfs.h> header file. */ -#define HAVE_NFS_NFS_H 1 +/* Mount Table option string: Automount indirect map mount */ +/* #undef MNTTAB_OPT_INDIRECT */ -/* Define if you have the <nfs/nfs_clnt.h> header file. */ -/* #undef HAVE_NFS_NFS_CLNT_H */ +/* Mount Table option string: Allow NFS ops to be interrupted */ +/* #undef MNTTAB_OPT_INTR */ -/* Define if you have the <nfs/nfs_gfs.h> header file. */ -/* #undef HAVE_NFS_NFS_GFS_H */ +/* Mount Table option string: Secure (AUTH_Kerb) mounting */ +/* #undef MNTTAB_OPT_KERB */ -/* Define if you have the <nfs/nfs_mount.h> header file. */ -/* #undef HAVE_NFS_NFS_MOUNT_H */ +/* Mount Table option string: Local locking (no lock manager) */ +/* #undef MNTTAB_OPT_LLOCK */ -/* Define if you have the <nfs/nfsmount.h> header file. */ -#define HAVE_NFS_NFSMOUNT_H 1 +/* Mount Table option string: Automount map */ +/* #undef MNTTAB_OPT_MAP */ -/* Define if you have the <nfs/nfsproto.h> header file. */ -#define HAVE_NFS_NFSPROTO_H 1 +/* Mount Table option string: max groups */ +/* #undef MNTTAB_OPT_MAXGROUPS */ -/* Define if you have the <nfs/nfsv2.h> header file. */ -#define HAVE_NFS_NFSV2_H 1 +/* Mount Table option string: Do multi-component lookup */ +/* #undef MNTTAB_OPT_MULTI */ -/* Define if you have the <nfs/pathconf.h> header file. */ -/* #undef HAVE_NFS_PATHCONF_H */ +/* Mount Table option string: Don't cache attributes at all */ +/* #undef MNTTAB_OPT_NOAC */ -/* Define if you have the <nfs/rpcv2.h> header file. */ -#define HAVE_NFS_RPCV2_H 1 +/* Mount Table option string: No auto (what?) */ +/* #undef MNTTAB_OPT_NOAUTO */ -/* Define if you have the <nsswitch.h> header file. */ -#define HAVE_NSSWITCH_H 1 +/* Mount Table option string: No connection */ +/* #undef MNTTAB_OPT_NOCONN */ -/* Define if you have the <pwd.h> header file. */ -#define HAVE_PWD_H 1 +/* Mount Table option string: No close-to-open consistency */ +/* #undef MNTTAB_OPT_NOCTO */ -/* Define if you have the <regex.h> header file. */ -#define HAVE_REGEX_H 1 +/* Mount Table option string: Don't allow interrupted ops */ +/* #undef MNTTAB_OPT_NOINTR */ -/* Define if you have the <resolv.h> header file. */ -#define HAVE_RESOLV_H 1 +/* Mount Table option string: Don't check quotas */ +/* #undef MNTTAB_OPT_NOQUOTA */ -/* Define if you have the <rpc/auth_des.h> header file. */ -#define HAVE_RPC_AUTH_DES_H 1 +/* Mount Table option string: Do no allow setting sec attrs */ +/* #undef MNTTAB_OPT_NOSETSEC */ -/* Define if you have the <rpc/pmap_clnt.h> header file. */ -#define HAVE_RPC_PMAP_CLNT_H 1 +/* Mount Table option string: Disallow mounts on subdirs */ +/* #undef MNTTAB_OPT_NOSUB */ -/* Define if you have the <rpc/pmap_prot.h> header file. */ -#define HAVE_RPC_PMAP_PROT_H 1 +/* Mount Table option string: Set uid not allowed */ +/* #undef MNTTAB_OPT_NOSUID */ -/* Define if you have the <rpc/rpc.h> header file. */ -#define HAVE_RPC_RPC_H 1 +/* Mount Table option string: action to taken on error */ +/* #undef MNTTAB_OPT_ONERROR */ -/* Define if you have the <rpc/types.h> header file. */ -#define HAVE_RPC_TYPES_H 1 +/* Mount Table option string: paging threshold */ +/* #undef MNTTAB_OPT_PGTHRESH */ -/* Define if you have the <rpc/xdr.h> header file. */ -#define HAVE_RPC_XDR_H 1 +/* Mount Table option string: NFS server IP port number */ +/* #undef MNTTAB_OPT_PORT */ -/* Define if you have the <rpcsvc/mount.h> header file. */ -#define HAVE_RPCSVC_MOUNT_H 1 +/* Mount Table option string: Get static pathconf for mount */ +/* #undef MNTTAB_OPT_POSIX */ -/* Define if you have the <rpcsvc/mountv3.h> header file. */ -/* #undef HAVE_RPCSVC_MOUNTV3_H */ +/* Mount Table option string: support property lists (ACLs) */ +/* #undef MNTTAB_OPT_PROPLIST */ -/* Define if you have the <rpcsvc/nfs_prot.h> header file. */ -#define HAVE_RPCSVC_NFS_PROT_H 1 +/* Mount Table option string: protocol network_id indicator */ +/* #undef MNTTAB_OPT_PROTO */ -/* Define if you have the <rpcsvc/nis.h> header file. */ -#define HAVE_RPCSVC_NIS_H 1 +/* Mount Table option string: Check quotas */ +/* #undef MNTTAB_OPT_QUOTA */ -/* Define if you have the <rpcsvc/yp_prot.h> header file. */ -#define HAVE_RPCSVC_YP_PROT_H 1 +/* Mount Table option string: Change mount options */ +/* #undef MNTTAB_OPT_REMOUNT */ -/* Define if you have the <rpcsvc/ypclnt.h> header file. */ -#define HAVE_RPCSVC_YPCLNT_H 1 +/* Mount Table option string: Max retransmissions (soft mnts) */ +/* #undef MNTTAB_OPT_RETRANS */ -/* Define if you have the <setjmp.h> header file. */ -#define HAVE_SETJMP_H 1 +/* Mount Table option string: Number of mount retries */ +/* #undef MNTTAB_OPT_RETRY */ -/* Define if you have the <signal.h> header file. */ -#define HAVE_SIGNAL_H 1 +/* Mount Table option string: Read only */ +/* #undef MNTTAB_OPT_RO */ -/* Define if you have the <socketbits.h> header file. */ -/* #undef HAVE_SOCKETBITS_H */ +/* Mount Table option string: Read/write with quotas */ +/* #undef MNTTAB_OPT_RQ */ -/* Define if you have the <statbuf.h> header file. */ -/* #undef HAVE_STATBUF_H */ +/* Mount Table option string: Max NFS read size (bytes) */ +/* #undef MNTTAB_OPT_RSIZE */ -/* Define if you have the <stdarg.h> header file. */ -#define HAVE_STDARG_H 1 +/* Mount Table option string: Read/write */ +/* #undef MNTTAB_OPT_RW */ -/* Define if you have the <stdio.h> header file. */ -#define HAVE_STDIO_H 1 +/* Mount Table option string: Secure (AUTH_DES) mounting */ +/* #undef MNTTAB_OPT_SECURE */ -/* Define if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 +/* Mount Table option string: Soft mount */ +/* #undef MNTTAB_OPT_SOFT */ -/* Define if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 +/* Mount Table option string: spongy mount */ +/* #undef MNTTAB_OPT_SPONGY */ -/* Define if you have the <strings.h> header file. */ -#define HAVE_STRINGS_H 1 +/* Mount Table option string: Set uid allowed */ +/* #undef MNTTAB_OPT_SUID */ -/* Define if you have the <sys/config.h> header file. */ -/* #undef HAVE_SYS_CONFIG_H */ +/* Mount Table option string: set symlink cache time-to-live */ +/* #undef MNTTAB_OPT_SYMTTL */ -/* Define if you have the <sys/dg_mount.h> header file. */ -/* #undef HAVE_SYS_DG_MOUNT_H */ +/* Mount Table option string: Synchronous local directory ops */ +/* #undef MNTTAB_OPT_SYNCDIR */ -/* Define if you have the <sys/dir.h> header file. */ -/* #undef HAVE_SYS_DIR_H */ +/* Mount Table option string: NFS timeout (1/10 sec) */ +/* #undef MNTTAB_OPT_TIMEO */ -/* Define if you have the <sys/errno.h> header file. */ -#define HAVE_SYS_ERRNO_H 1 +/* Mount Table option string: min. time between inconsistencies */ +/* #undef MNTTAB_OPT_TOOSOON */ -/* Define if you have the <sys/file.h> header file. */ -#define HAVE_SYS_FILE_H 1 +/* Mount Table option string: protocol version number indicator */ +/* #undef MNTTAB_OPT_VERS */ -/* Define if you have the <sys/fs/autofs.h> header file. */ -/* #undef HAVE_SYS_FS_AUTOFS_H */ +/* Mount Table option string: Max NFS write size (bytes) */ +/* #undef MNTTAB_OPT_WSIZE */ -/* Define if you have the <sys/fs/autofs_prot.h> header file. */ -/* #undef HAVE_SYS_FS_AUTOFS_PROT_H */ +/* Mount-table entry name for AUTOFS filesystem */ +/* #undef MNTTAB_TYPE_AUTOFS */ -/* Define if you have the <sys/fs/cachefs_fs.h> header file. */ -/* #undef HAVE_SYS_FS_CACHEFS_FS_H */ +/* Mount-table entry name for CACHEFS filesystem */ +/* #undef MNTTAB_TYPE_CACHEFS */ -/* Define if you have the <sys/fs/efs_clnt.h> header file. */ -/* #undef HAVE_SYS_FS_EFS_CLNT_H */ +/* Mount-table entry name for CDFS filesystem */ +#define MNTTAB_TYPE_CDFS "cd9660" -/* Define if you have the <sys/fs/nfs.h> header file. */ -/* #undef HAVE_SYS_FS_NFS_H */ +/* Mount-table entry name for CFS (crypto) filesystem */ +/* #undef MNTTAB_TYPE_CFS */ -/* Define if you have the <sys/fs/nfs/mount.h> header file. */ -/* #undef HAVE_SYS_FS_NFS_MOUNT_H */ +/* Mount-table entry name for EFS filesystem (irix) */ +/* #undef MNTTAB_TYPE_EFS */ -/* Define if you have the <sys/fs/nfs/nfs_clnt.h> header file. */ -/* #undef HAVE_SYS_FS_NFS_NFS_CLNT_H */ +/* Mount-table entry name for LOFS filesystem */ +/* #undef MNTTAB_TYPE_LOFS */ -/* Define if you have the <sys/fs/nfs_clnt.h> header file. */ -/* #undef HAVE_SYS_FS_NFS_CLNT_H */ +/* Mount-table entry name for MFS filesystem */ +/* #undef MNTTAB_TYPE_MFS */ -/* Define if you have the <sys/fs/pc_fs.h> header file. */ -/* #undef HAVE_SYS_FS_PC_FS_H */ +/* Mount-table entry name for NFS filesystem */ +#define MNTTAB_TYPE_NFS "nfs" -/* Define if you have the <sys/fs/tmp.h> header file. */ -/* #undef HAVE_SYS_FS_TMP_H */ +/* Mount-table entry name for NFS3 filesystem */ +#define MNTTAB_TYPE_NFS3 "nfs3" -/* Define if you have the <sys/fs/ufs_mount.h> header file. */ -/* #undef HAVE_SYS_FS_UFS_MOUNT_H */ +/* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */ +/* #undef MNTTAB_TYPE_NULLFS */ -/* Define if you have the <sys/fs/xfs_clnt.h> header file. */ -/* #undef HAVE_SYS_FS_XFS_CLNT_H */ +/* Mount-table entry name for PCFS filesystem */ +#define MNTTAB_TYPE_PCFS "msdosfs" -/* Define if you have the <sys/fs_types.h> header file. */ -/* #undef HAVE_SYS_FS_TYPES_H */ +/* Mount-table entry name for TFS filesystem */ +/* #undef MNTTAB_TYPE_TFS */ -/* Define if you have the <sys/fsid.h> header file. */ -/* #undef HAVE_SYS_FSID_H */ +/* Mount-table entry name for TMPFS filesystem */ +/* #undef MNTTAB_TYPE_TMPFS */ -/* Define if you have the <sys/fstyp.h> header file. */ -/* #undef HAVE_SYS_FSTYP_H */ +/* Mount-table entry name for UFS filesystem */ +#define MNTTAB_TYPE_UFS "ufs" -/* Define if you have the <sys/ioctl.h> header file. */ -#define HAVE_SYS_IOCTL_H 1 +/* Mount-table entry name for UMAPFS (uid/gid mapping) filesystem */ +/* #undef MNTTAB_TYPE_UMAPFS */ -/* Define if you have the <sys/lock.h> header file. */ -#define HAVE_SYS_LOCK_H 1 +/* Mount-table entry name for UNIONFS filesystem */ +#define MNTTAB_TYPE_UNIONFS "unionfs" -/* Define if you have the <sys/machine.h> header file. */ -/* #undef HAVE_SYS_MACHINE_H */ +/* Mount-table entry name for XFS filesystem (irix) */ +/* #undef MNTTAB_TYPE_XFS */ -/* Define if you have the <sys/mbuf.h> header file. */ -#define HAVE_SYS_MBUF_H 1 +/* Define if mount table is on file, undefine if in kernel */ +/* #undef MOUNT_TABLE_ON_FILE */ -/* Define if you have the <sys/mntctl.h> header file. */ -/* #undef HAVE_SYS_MNTCTL_H */ +/* Mount(2) type/name for AUTOFS filesystem */ +/* #undef MOUNT_TYPE_AUTOFS */ -/* Define if you have the <sys/mntent.h> header file. */ -/* #undef HAVE_SYS_MNTENT_H */ +/* Mount(2) type/name for CACHEFS filesystem */ +/* #undef MOUNT_TYPE_CACHEFS */ -/* Define if you have the <sys/mnttab.h> header file. */ -/* #undef HAVE_SYS_MNTTAB_H */ +/* Mount(2) type/name for CDFS filesystem */ +#define MOUNT_TYPE_CDFS "cd9660" -/* Define if you have the <sys/mount.h> header file. */ -#define HAVE_SYS_MOUNT_H 1 +/* Mount(2) type/name for CFS (crypto) filesystem */ +/* #undef MOUNT_TYPE_CFS */ -/* Define if you have the <sys/ndir.h> header file. */ -/* #undef HAVE_SYS_NDIR_H */ +/* Mount(2) type/name for EFS filesystem (irix) */ +/* #undef MOUNT_TYPE_EFS */ -/* Define if you have the <sys/netconfig.h> header file. */ -/* #undef HAVE_SYS_NETCONFIG_H */ +/* Mount(2) type/name for IGNORE filesystem (not real just ignore for df) */ +#define MOUNT_TYPE_IGNORE MNT_IGNORE -/* Define if you have the <sys/param.h> header file. */ -#define HAVE_SYS_PARAM_H 1 +/* Mount(2) type/name for LOFS filesystem */ +/* #undef MOUNT_TYPE_LOFS */ -/* Define if you have the <sys/pathconf.h> header file. */ -/* #undef HAVE_SYS_PATHCONF_H */ +/* Mount(2) type/name for MFS filesystem */ +/* #undef MOUNT_TYPE_MFS */ -/* Define if you have the <sys/proc.h> header file. */ -#define HAVE_SYS_PROC_H 1 +/* Mount(2) type/name for NFS filesystem */ +#define MOUNT_TYPE_NFS "nfs" -/* Define if you have the <sys/resource.h> header file. */ -#define HAVE_SYS_RESOURCE_H 1 +/* Mount(2) type/name for NFS3 filesystem */ +#define MOUNT_TYPE_NFS3 MOUNT_NFS3 -/* Define if you have the <sys/sema.h> header file. */ -/* #undef HAVE_SYS_SEMA_H */ +/* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */ +/* #undef MOUNT_TYPE_NULLFS */ -/* Define if you have the <sys/signal.h> header file. */ -#define HAVE_SYS_SIGNAL_H 1 +/* Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may + override this definition for HPUX 9.0 */ +#define MOUNT_TYPE_PCFS "msdosfs" -/* Define if you have the <sys/socket.h> header file. */ -#define HAVE_SYS_SOCKET_H 1 +/* Mount(2) type/name for TFS filesystem */ +/* #undef MOUNT_TYPE_TFS */ -/* Define if you have the <sys/sockio.h> header file. */ -#define HAVE_SYS_SOCKIO_H 1 +/* Mount(2) type/name for TMPFS filesystem */ +/* #undef MOUNT_TYPE_TMPFS */ -/* Define if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 +/* Mount(2) type/name for UFS filesystem */ +#define MOUNT_TYPE_UFS "ufs" -/* Define if you have the <sys/statfs.h> header file. */ -/* #undef HAVE_SYS_STATFS_H */ +/* Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem */ +/* #undef MOUNT_TYPE_UMAPFS */ -/* Define if you have the <sys/syscall.h> header file. */ -#define HAVE_SYS_SYSCALL_H 1 +/* Mount(2) type/name for UNIONFS filesystem */ +#define MOUNT_TYPE_UNIONFS MNT_UNION -/* Define if you have the <sys/syslimits.h> header file. */ -#define HAVE_SYS_SYSLIMITS_H 1 +/* Mount(2) type/name for XFS filesystem (irix) */ +/* #undef MOUNT_TYPE_XFS */ -/* Define if you have the <sys/syslog.h> header file. */ -#define HAVE_SYS_SYSLOG_H 1 +/* The string used in printf to print the mount-type field of mount(2) */ +#define MTYPE_PRINTF_TYPE "%s" -/* Define if you have the <sys/time.h> header file. */ -#define HAVE_SYS_TIME_H 1 +/* Type of the mount-type field in the mount() system call */ +#define MTYPE_TYPE char * -/* Define if you have the <sys/tiuser.h> header file. */ -/* #undef HAVE_SYS_TIUSER_H */ +/* Define the field name for the filehandle within nfs_args_t */ +#define NFS_FH_FIELD fh -/* Define if you have the <sys/types.h> header file. */ -#define HAVE_SYS_TYPES_H 1 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +/* #undef NO_MINUS_C_MINUS_O */ -/* Define if you have the <sys/ucred.h> header file. */ -#define HAVE_SYS_UCRED_H 1 +/* Name of package */ +#define PACKAGE "am-utils" -/* Define if you have the <sys/uio.h> header file. */ -#define HAVE_SYS_UIO_H 1 +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "amd-dev@am-utils.org" -/* Define if you have the <sys/utsname.h> header file. */ -#define HAVE_SYS_UTSNAME_H 1 +/* Define to the full name of this package. */ +#define PACKAGE_NAME "am-utils" -/* Define if you have the <sys/vfs.h> header file. */ -/* #undef HAVE_SYS_VFS_H */ +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "am-utils 6.0-20030828" -/* Define if you have the <sys/vmount.h> header file. */ -/* #undef HAVE_SYS_VMOUNT_H */ +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "am-utils" -/* Define if you have the <sys/vnode.h> header file. */ -#define HAVE_SYS_VNODE_H 1 +/* Define to the version of this package. */ +#define PACKAGE_VERSION "6.0-20030828" -/* Define if you have the <syslog.h> header file. */ -#define HAVE_SYSLOG_H 1 +/* Type of the 6th argument to recvfrom() */ +#define RECVFROM_FROMLEN_TYPE int -/* Define if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 +/* should signal handlers be reinstalled? */ +/* #undef REINSTALL_SIGNAL_HANDLER */ -/* Define if you have the <tiuser.h> header file. */ -/* #undef HAVE_TIUSER_H */ +/* Define as the return type of signal handlers (`int' or `void'). */ +#define RETSIGTYPE void -/* Define if you have the <tmpfs/tmp.h> header file. */ -/* #undef HAVE_TMPFS_TMP_H */ +/* Define to 1 if the `setpgrp' function takes no argument. */ +/* #undef SETPGRP_VOID */ -/* Define if you have the <ufs/ufs/ufsmount.h> header file. */ -#define HAVE_UFS_UFS_UFSMOUNT_H 1 +/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at run-time. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ +/* #undef STACK_DIRECTION */ -/* Define if you have the <ufs/ufs_mount.h> header file. */ -/* #undef HAVE_UFS_UFS_MOUNT_H */ +/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ +/* #undef STAT_MACROS_BROKEN */ -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 -/* Define if you have the <varargs.h> header file. */ -#define HAVE_VARARGS_H 1 +/* Define the type of the 3rd argument ('in') to svc_getargs() */ +#define SVC_IN_ARG_TYPE caddr_t -/* Define if you have the gdbm library (-lgdbm). */ -/* #undef HAVE_LIBGDBM */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +#define TIME_WITH_SYS_TIME 1 -/* Define if you have the malloc library (-lmalloc). */ -/* #undef HAVE_LIBMALLOC */ +/* Define to 1 if your <sys/time.h> declares `struct tm'. */ +/* #undef TM_IN_SYS_TIME */ -/* Define if you have the mapmalloc library (-lmapmalloc). */ -/* #undef HAVE_LIBMAPMALLOC */ +/* define if must NOT use NFS "noconn" option */ +#define USE_CONNECTED_NFS_SOCKETS 1 -/* Define if you have the nsl library (-lnsl). */ -/* #undef HAVE_LIBNSL */ +/* define if must use NFS "noconn" option */ +/* #undef USE_UNCONNECTED_NFS_SOCKETS */ -/* Define if you have the rpc library (-lrpc). */ -/* #undef HAVE_LIBRPC */ +/* Version number of package */ +#define VERSION "6.0-20030828" -/* Define if you have the rpcsvc library (-lrpcsvc). */ -#define HAVE_LIBRPCSVC 1 +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +/* #undef WORDS_BIGENDIAN */ -/* Define if you have the rt library (-lrt). */ -/* #undef HAVE_LIBRT */ +/* Define to the type of xdr procedure type */ +#define XDRPROC_T_TYPE xdrproc_t -/* Name of package */ -#define PACKAGE "am-utils" +/* Type of the 3rd argument to yp_order() */ +#define YP_ORDER_OUTORDER_TYPE int -/* Version number of package */ -#define VERSION "6.0.9" +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#define YYTEXT_POINTER 1 +/* Define to 1 if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +/* # undef _ALL_SOURCE */ +#endif -/**************************************************************************/ -/*** Everything below this line is part of the "BOTTOM" of acconfig.h. ***/ -/**************************************************************************/ +/* Define a type/structure for an NFS V2 filehandle */ +#define am_nfs_fh nfs_fh -/* - * Existence of external definitions. - */ +/* Define a type/structure for an NFS V3 filehandle */ +#define am_nfs_fh3 nfs_fh3_freebsd3 -/* does extern definition for sys_errlist[] exist? */ -#define HAVE_EXTERN_SYS_ERRLIST 1 +/* Define a type for the autofs_args structure */ +/* #undef autofs_args_t */ -/* does extern definition for optarg exist? */ -#define HAVE_EXTERN_OPTARG 1 +/* Define a type for the cachefs_args structure */ +/* #undef cachefs_args_t */ -/* does extern definition for clnt_spcreateerror() exist? */ -#define HAVE_EXTERN_CLNT_SPCREATEERROR 1 +/* Define a type for the cdfs_args structure */ +#define cdfs_args_t struct iso_args -/* does extern definition for clnt_sperrno() exist? */ -#define HAVE_EXTERN_CLNT_SPERRNO 1 +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ -/* does extern definition for free() exist? */ -#define HAVE_EXTERN_FREE 1 +/* Define a type for the efs_args structure */ +/* #undef efs_args_t */ -/* does extern definition for get_myaddress() exist? */ -#define HAVE_EXTERN_GET_MYADDRESS 1 +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef gid_t */ -/* does extern definition for getccent() (hpux) exist? */ -/* #undef HAVE_EXTERN_GETCCENT */ +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +/* #undef inline */ -/* does extern definition for getdomainname() exist? */ -#define HAVE_EXTERN_GETDOMAINNAME 1 +/* Define a type for the lofs_args structure */ +/* #undef lofs_args_t */ -/* does extern definition for gethostname() exist? */ -#define HAVE_EXTERN_GETHOSTNAME 1 +/* Define a type for the mfs_args structure */ +/* #undef mfs_args_t */ -/* does extern definition for getlogin() exist? */ -#define HAVE_EXTERN_GETLOGIN 1 +/* Define to `int' if <sys/types.h> does not define. */ +/* #undef mode_t */ -/* does extern definition for gettablesize() exist? */ -/* #undef HAVE_EXTERN_GETTABLESIZE */ +/* Define a type for the nfs_args structure */ +#define nfs_args_t struct nfs_args -/* does extern definition for getpagesize() exist? */ -#define HAVE_EXTERN_GETPAGESIZE 1 +/* Define a type for the pcfs_args structure */ +/* #undef pcfs_args_t */ -/* does extern definition for innetgr() exist? */ -#define HAVE_EXTERN_INNETGR 1 +/* Define to `int' if <sys/types.h> does not define. */ +/* #undef pid_t */ -/* does extern definition for mkstemp() exist? */ -#define HAVE_EXTERN_MKSTEMP 1 +/* Define a type for the rfs_args structure */ +/* #undef rfs_args_t */ -/* does extern definition for sbrk() exist? */ -#define HAVE_EXTERN_SBRK 1 +/* Define to `unsigned' if <sys/types.h> does not define. */ +/* #undef size_t */ -/* does extern definition for seteuid() exist? */ -#define HAVE_EXTERN_SETEUID 1 +/* Define to `long' if <sys/types.h> does not define. */ +/* #undef time_t */ -/* does extern definition for setitimer() exist? */ -#define HAVE_EXTERN_SETITIMER 1 +/* Define a type for the tmpfs_args structure */ +/* #undef tmpfs_args_t */ -/* does extern definition for strcasecmp() exist? */ -#define HAVE_EXTERN_STRCASECMP 1 +/* Define a type for the ufs_args structure */ +#define ufs_args_t struct ufs_args -/* does extern definition for strdup() exist? */ -#define HAVE_EXTERN_STRDUP 1 +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef uid_t */ -/* does extern definition for strstr() exist? */ -#define HAVE_EXTERN_STRSTR 1 +/* Define as `fork' if `vfork' does not work. */ +/* #undef vfork */ -/* does extern definition for usleep() exist? */ -#define HAVE_EXTERN_USLEEP 1 +/* Define to "void *" if compiler can handle, otherwise "char *" */ +#define voidp void * -/* does extern definition for wait3() exist? */ -#define HAVE_EXTERN_WAIT3 1 +/* Define to empty if the keyword `volatile' does not work. Warning: valid + code using `volatile' can become incorrect without. Disable with care. */ +/* #undef volatile */ -/* does extern definition for vsnprintf() exist? */ -#define HAVE_EXTERN_VSNPRINTF 1 +/* Define a type for the xfs_args structure */ +/* #undef xfs_args_t */ -/* does extern definition for xdr_opaque_auth() exist? */ -#define HAVE_EXTERN_XDR_OPAQUE_AUTH 1 /****************************************************************************/ /*** INCLUDE localconfig.h if it exists, to allow users to make some ***/ @@ -2083,3 +2034,4 @@ */ /* End of am-utils-6.x config.h file */ + |