1b7899253Schristos /* config.h. Generated from config.h.in by configure. */ 24da6d876Schristos /* config.h.in. Generated from configure.ac by autoheader. */ 3b7899253Schristos 4b7899253Schristos 5b7899253Schristos /* 6b7899253Schristos * Start of am-utils-6.x config.h file. 7b7899253Schristos * Erez Zadok <ezk AT cs.sunysb.edu> 8b7899253Schristos * 9b7899253Schristos * DO NOT EDIT BY HAND. 10b7899253Schristos * Note: generated by autoheader from configure.in. 11b7899253Schristos */ 12b7899253Schristos 13b7899253Schristos #ifndef _CONFIG_H 14b7899253Schristos #define _CONFIG_H 15b7899253Schristos 16b7899253Schristos 17c0b43889Schristos /* Define if building universal (internal helper macro) */ 18c0b43889Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 19c0b43889Schristos 20b7899253Schristos /* define name of am-utils' NFS protocol header */ 21b7899253Schristos #define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_netbsd1_4.h" 22b7899253Schristos 23b7899253Schristos /* Type of the 5rd argument to authunix_create() */ 24b7899253Schristos #define AUTH_CREATE_GIDLIST_TYPE int 25b7899253Schristos 26b7899253Schristos #ifndef __NetBSD__ 27c0b43889Schristos /* Define configuration date */ 284da6d876Schristos #define CONFIG_DATE "Sat Jan 17 11:42:57 EST 2015" 29b7899253Schristos #endif 30b7899253Schristos 31b7899253Schristos /* Turn off general debugging by default */ 32b7899253Schristos /* #undef DEBUG */ 33b7899253Schristos 34b7899253Schristos /* Turn off memory debugging by default */ 35b7899253Schristos /* #undef DEBUG_MEM */ 36b7899253Schristos 37b7899253Schristos /* Define name of host OS's distribution name (eg. debian, redhat, suse, etc.) 38b7899253Schristos */ 39b7899253Schristos #define DISTRO_NAME "none" 40b7899253Schristos 41b7899253Schristos /* Define to the type of elements in the array set by `getgroups'. Usually 42b7899253Schristos this is either `int' or `gid_t'. */ 43b7899253Schristos #define GETGROUPS_T gid_t 44b7899253Schristos 45b7899253Schristos /* Define to 1 if the `getpgrp' function requires zero arguments. */ 46b7899253Schristos #define GETPGRP_VOID 1 47b7899253Schristos 48b7899253Schristos /* Define if have automount filesystem */ 49b7899253Schristos #define HAVE_AMU_FS_AUTO 1 50b7899253Schristos 51b7899253Schristos /* Define if have direct automount filesystem */ 52b7899253Schristos #define HAVE_AMU_FS_DIRECT 1 53b7899253Schristos 54b7899253Schristos /* Define if have error filesystem */ 55b7899253Schristos #define HAVE_AMU_FS_ERROR 1 56b7899253Schristos 57b7899253Schristos /* Define if have NFS host-tree filesystem */ 58b7899253Schristos #define HAVE_AMU_FS_HOST 1 59b7899253Schristos 60b7899253Schristos /* Define if have symbolic-link filesystem */ 61b7899253Schristos #define HAVE_AMU_FS_LINK 1 62b7899253Schristos 63b7899253Schristos /* Define if have symlink with existence check filesystem */ 64b7899253Schristos #define HAVE_AMU_FS_LINKX 1 65b7899253Schristos 66b7899253Schristos /* Define if have nfsl (NFS with local link check) filesystem */ 67b7899253Schristos #define HAVE_AMU_FS_NFSL 1 68b7899253Schristos 69b7899253Schristos /* Define if have multi-NFS filesystem */ 70b7899253Schristos #define HAVE_AMU_FS_NFSX 1 71b7899253Schristos 72b7899253Schristos /* Define if have program filesystem */ 73b7899253Schristos #define HAVE_AMU_FS_PROGRAM 1 74b7899253Schristos 75b7899253Schristos /* Define if have "top-level" filesystem */ 76b7899253Schristos #define HAVE_AMU_FS_TOPLVL 1 77b7899253Schristos 78b7899253Schristos /* Define if have union filesystem */ 79b7899253Schristos #define HAVE_AMU_FS_UNION 1 80b7899253Schristos 81b7899253Schristos /* Define to 1 if you have the <arpa/inet.h> header file. */ 82b7899253Schristos #define HAVE_ARPA_INET_H 1 83b7899253Schristos 84b7899253Schristos /* Define to 1 if you have the <arpa/nameser.h> header file. */ 85b7899253Schristos #define HAVE_ARPA_NAMESER_H 1 86b7899253Schristos 87b7899253Schristos /* Define to 1 if you have the <assert.h> header file. */ 88b7899253Schristos #define HAVE_ASSERT_H 1 89b7899253Schristos 90b7899253Schristos /* Define to 1 if `addr' is member of `autofs_args_t'. */ 91b7899253Schristos /* #undef HAVE_AUTOFS_ARGS_T_ADDR */ 92b7899253Schristos 93b7899253Schristos /* define if have a bad version of hasmntopt() */ 94b7899253Schristos /* #undef HAVE_BAD_HASMNTOPT */ 95b7899253Schristos 96b7899253Schristos /* define if have a bad version of memcmp() */ 97b7899253Schristos /* #undef HAVE_BAD_MEMCMP */ 98b7899253Schristos 99b7899253Schristos /* define if have a bad version of yp_all() */ 100b7899253Schristos /* #undef HAVE_BAD_YP_ALL */ 101b7899253Schristos 102b7899253Schristos /* Define to 1 if you have the `bcmp' function. */ 103b7899253Schristos #define HAVE_BCMP 1 104b7899253Schristos 105b7899253Schristos /* Define to 1 if you have the `bcopy' function. */ 106b7899253Schristos #define HAVE_BCOPY 1 107b7899253Schristos 108b7899253Schristos /* Define to 1 if you have the <bsd/rpc/rpc.h> header file. */ 109b7899253Schristos /* #undef HAVE_BSD_RPC_RPC_H */ 110b7899253Schristos 111b7899253Schristos /* Define to 1 if you have the `bzero' function. */ 112b7899253Schristos #define HAVE_BZERO 1 113b7899253Schristos 114b7899253Schristos /* System supports C99-style variable-length argument macros */ 115b7899253Schristos #define HAVE_C99_VARARGS_MACROS 1 116b7899253Schristos 117b7899253Schristos /* Define to 1 if `flags' is member of `cdfs_args_t'. */ 118b7899253Schristos #define HAVE_CDFS_ARGS_T_FLAGS 1 119b7899253Schristos 120b7899253Schristos /* Define to 1 if `fspec' is member of `cdfs_args_t'. */ 121b7899253Schristos #define HAVE_CDFS_ARGS_T_FSPEC 1 122b7899253Schristos 123b7899253Schristos /* Define to 1 if `iso_flags' is member of `cdfs_args_t'. */ 124b7899253Schristos /* #undef HAVE_CDFS_ARGS_T_ISO_FLAGS */ 125b7899253Schristos 126b7899253Schristos /* Define to 1 if `iso_pgthresh' is member of `cdfs_args_t'. */ 127b7899253Schristos /* #undef HAVE_CDFS_ARGS_T_ISO_PGTHRESH */ 128b7899253Schristos 129b7899253Schristos /* Define to 1 if `norrip' is member of `cdfs_args_t'. */ 130b7899253Schristos /* #undef HAVE_CDFS_ARGS_T_NORRIP */ 131b7899253Schristos 132b7899253Schristos /* Define to 1 if `ssector' is member of `cdfs_args_t'. */ 133b7899253Schristos /* #undef HAVE_CDFS_ARGS_T_SSECTOR */ 134b7899253Schristos 135b7899253Schristos /* Define to 1 if you have the <cdfs/cdfsmount.h> header file. */ 136b7899253Schristos /* #undef HAVE_CDFS_CDFSMOUNT_H */ 137b7899253Schristos 138b7899253Schristos /* Define to 1 if you have the <cdfs/cdfs_mount.h> header file. */ 139b7899253Schristos /* #undef HAVE_CDFS_CDFS_MOUNT_H */ 140b7899253Schristos 141b7899253Schristos /* Define to 1 if you have the `clnt_create' function. */ 142b7899253Schristos #define HAVE_CLNT_CREATE 1 143b7899253Schristos 144b7899253Schristos /* Define to 1 if you have the `clnt_create_vers' function. */ 145b7899253Schristos #define HAVE_CLNT_CREATE_VERS 1 146b7899253Schristos 147b7899253Schristos /* Define to 1 if you have the `clnt_create_vers_timed' function. */ 148b7899253Schristos /* #undef HAVE_CLNT_CREATE_VERS_TIMED */ 149b7899253Schristos 150b7899253Schristos /* Define to 1 if you have the `clnt_spcreateerror' function. */ 151b7899253Schristos #define HAVE_CLNT_SPCREATEERROR 1 152b7899253Schristos 153b7899253Schristos /* Define to 1 if you have the `clnt_sperrno' function. */ 154b7899253Schristos #define HAVE_CLNT_SPERRNO 1 155b7899253Schristos 156b7899253Schristos /* Define to 1 if you have the `clock_gettime' function. */ 157b7899253Schristos #define HAVE_CLOCK_GETTIME 1 158b7899253Schristos 159b7899253Schristos /* Define to 1 if you have the <cluster.h> header file. */ 160b7899253Schristos /* #undef HAVE_CLUSTER_H */ 161b7899253Schristos 162b7899253Schristos /* Define to 1 if you have the `cnodeid' function. */ 163b7899253Schristos /* #undef HAVE_CNODEID */ 164b7899253Schristos 165b7899253Schristos /* Define to 1 if you have the <ctype.h> header file. */ 166b7899253Schristos #define HAVE_CTYPE_H 1 167b7899253Schristos 168b7899253Schristos /* Define to 1 if you have the <db1/ndbm.h> header file. */ 169b7899253Schristos /* #undef HAVE_DB1_NDBM_H */ 170b7899253Schristos 171b7899253Schristos /* Define to 1 if you have the `dbm_open' function. */ 172b7899253Schristos #define HAVE_DBM_OPEN 1 173b7899253Schristos 174b7899253Schristos /* Define to 1 if you have the `dg_mount' function. */ 175b7899253Schristos /* #undef HAVE_DG_MOUNT */ 176b7899253Schristos 177b7899253Schristos /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 178b7899253Schristos */ 179b7899253Schristos #define HAVE_DIRENT_H 1 180b7899253Schristos 181b7899253Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 182b7899253Schristos #define HAVE_DLFCN_H 1 183b7899253Schristos 184b7899253Schristos /* Define to 1 if `flags' is member of `efs_args_t'. */ 185b7899253Schristos /* #undef HAVE_EFS_ARGS_T_FLAGS */ 186b7899253Schristos 187b7899253Schristos /* Define to 1 if `fspec' is member of `efs_args_t'. */ 188b7899253Schristos #define HAVE_EFS_ARGS_T_FSPEC 1 189b7899253Schristos 190b7899253Schristos /* Define to 1 if `version' is member of `efs_args_t'. */ 191b7899253Schristos #define HAVE_EFS_ARGS_T_VERSION 1 192b7899253Schristos 193b7899253Schristos /* Define to 1 if you have the <errno.h> header file. */ 194b7899253Schristos #define HAVE_ERRNO_H 1 195b7899253Schristos 196b7899253Schristos /* does extern definition for clnt_spcreateerror() exist? */ 197b7899253Schristos #define HAVE_EXTERN_CLNT_SPCREATEERROR 1 198b7899253Schristos 199b7899253Schristos /* does extern definition for clnt_sperrno() exist? */ 200b7899253Schristos #define HAVE_EXTERN_CLNT_SPERRNO 1 201b7899253Schristos 202b7899253Schristos /* does extern definition for free() exist? */ 203b7899253Schristos #define HAVE_EXTERN_FREE 1 204b7899253Schristos 205b7899253Schristos /* does extern definition for getccent() (hpux) exist? */ 206b7899253Schristos /* #undef HAVE_EXTERN_GETCCENT */ 207b7899253Schristos 208b7899253Schristos /* does extern definition for getdomainname() exist? */ 209b7899253Schristos #define HAVE_EXTERN_GETDOMAINNAME 1 210b7899253Schristos 211b7899253Schristos /* does extern definition for getdtablesize() exist? */ 212b7899253Schristos #define HAVE_EXTERN_GETDTABLESIZE 1 213b7899253Schristos 214b7899253Schristos /* does extern definition for gethostname() exist? */ 215b7899253Schristos #define HAVE_EXTERN_GETHOSTNAME 1 216b7899253Schristos 217b7899253Schristos /* does extern definition for getlogin() exist? */ 218b7899253Schristos #define HAVE_EXTERN_GETLOGIN 1 219b7899253Schristos 220b7899253Schristos /* does extern definition for getpagesize() exist? */ 221b7899253Schristos #define HAVE_EXTERN_GETPAGESIZE 1 222b7899253Schristos 223b7899253Schristos /* does extern definition for gettablesize() exist? */ 224b7899253Schristos /* #undef HAVE_EXTERN_GETTABLESIZE */ 225b7899253Schristos 226b7899253Schristos /* does extern definition for getwd() exist? */ 227b7899253Schristos #define HAVE_EXTERN_GETWD 1 228b7899253Schristos 229b7899253Schristos /* does extern definition for get_myaddress() exist? */ 230b7899253Schristos #define HAVE_EXTERN_GET_MYADDRESS 1 231b7899253Schristos 232b7899253Schristos /* does extern definition for hosts_ctl() exist? */ 233b7899253Schristos /* #undef HAVE_EXTERN_HOSTS_CTL */ 234b7899253Schristos 235b7899253Schristos /* does extern definition for innetgr() exist? */ 236b7899253Schristos /* #undef HAVE_EXTERN_INNETGR */ 237b7899253Schristos 238b7899253Schristos /* does extern definition for ldap_enable_cache() exist? */ 239b7899253Schristos /* #undef HAVE_EXTERN_LDAP_ENABLE_CACHE */ 240b7899253Schristos 241b7899253Schristos /* does extern definition for mkstemp() exist? */ 242b7899253Schristos #define HAVE_EXTERN_MKSTEMP 1 243b7899253Schristos 244b7899253Schristos /* does extern definition for mntctl() exist? */ 245b7899253Schristos /* #undef HAVE_EXTERN_MNTCTL */ 246b7899253Schristos 247b7899253Schristos /* does extern definition for optarg exist? */ 248b7899253Schristos #define HAVE_EXTERN_OPTARG 1 249b7899253Schristos 250b7899253Schristos /* does extern definition for sbrk() exist? */ 251b7899253Schristos #define HAVE_EXTERN_SBRK 1 252b7899253Schristos 253b7899253Schristos /* does extern definition for seteuid() exist? */ 254b7899253Schristos #define HAVE_EXTERN_SETEUID 1 255b7899253Schristos 256b7899253Schristos /* does extern definition for setitimer() exist? */ 257b7899253Schristos #define HAVE_EXTERN_SETITIMER 1 258b7899253Schristos 259b7899253Schristos /* does extern definition for sleep() exist? */ 260b7899253Schristos #define HAVE_EXTERN_SLEEP 1 261b7899253Schristos 262b7899253Schristos /* does extern definition for strcasecmp() exist? */ 263b7899253Schristos #define HAVE_EXTERN_STRCASECMP 1 264b7899253Schristos 265b7899253Schristos /* does extern definition for strlcat() exist? */ 266b7899253Schristos #define HAVE_EXTERN_STRLCAT 1 267b7899253Schristos 268b7899253Schristos /* does extern definition for strlcpy() exist? */ 269b7899253Schristos #define HAVE_EXTERN_STRLCPY 1 270b7899253Schristos 271b7899253Schristos /* does extern definition for strstr() exist? */ 272b7899253Schristos #define HAVE_EXTERN_STRSTR 1 273b7899253Schristos 274b7899253Schristos /* does extern definition for sys_errlist[] exist? */ 275b7899253Schristos #define HAVE_EXTERN_SYS_ERRLIST 1 276b7899253Schristos 277b7899253Schristos /* does extern definition for ualarm() exist? */ 278b7899253Schristos #define HAVE_EXTERN_UALARM 1 279b7899253Schristos 280b7899253Schristos /* does extern definition for usleep() exist? */ 281b7899253Schristos #define HAVE_EXTERN_USLEEP 1 282b7899253Schristos 283b7899253Schristos /* does extern definition for vsnprintf() exist? */ 284b7899253Schristos #define HAVE_EXTERN_VSNPRINTF 1 285b7899253Schristos 286b7899253Schristos /* does extern definition for wait3() exist? */ 287b7899253Schristos #define HAVE_EXTERN_WAIT3 1 288b7899253Schristos 289b7899253Schristos /* does extern definition for xdr_callmsg() exist? */ 290b7899253Schristos #define HAVE_EXTERN_XDR_CALLMSG 1 291b7899253Schristos 292b7899253Schristos /* does extern definition for xdr_opaque_auth() exist? */ 293b7899253Schristos #define HAVE_EXTERN_XDR_OPAQUE_AUTH 1 294b7899253Schristos 295b7899253Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 296b7899253Schristos #define HAVE_FCNTL_H 1 297b7899253Schristos 298b7899253Schristos /* Define to 1 if `fds_bits' is member of `fd_set'. */ 299b7899253Schristos #define HAVE_FD_SET_FDS_BITS 1 300b7899253Schristos 301b7899253Schristos /* Define to 1 if you have the `fgets' function. */ 302b7899253Schristos #define HAVE_FGETS 1 303b7899253Schristos 304b7899253Schristos /* Define if plain fhandle type exists */ 305b7899253Schristos #define HAVE_FHANDLE 1 306b7899253Schristos 307b7899253Schristos /* Define to 1 if you have the `flock' function. */ 308b7899253Schristos #define HAVE_FLOCK 1 309b7899253Schristos 310b7899253Schristos /* Define to 1 if you have the `fork' function. */ 311b7899253Schristos #define HAVE_FORK 1 312b7899253Schristos 313b7899253Schristos /* Define to 1 if you have the `fsmount' function. */ 314b7899253Schristos /* #undef HAVE_FSMOUNT */ 315b7899253Schristos 316b7899253Schristos /* Define if have AUTOFS filesystem */ 317b7899253Schristos /* #undef HAVE_FS_AUTOFS */ 318b7899253Schristos 319b7899253Schristos /* Define if have CACHEFS filesystem */ 320b7899253Schristos /* #undef HAVE_FS_CACHEFS */ 321b7899253Schristos 322b7899253Schristos /* Define if have CDFS filesystem */ 323b7899253Schristos #define HAVE_FS_CDFS 1 324b7899253Schristos 325b7899253Schristos /* Define if have CFS (crypto) filesystem */ 326b7899253Schristos /* #undef HAVE_FS_CFS */ 327b7899253Schristos 328b7899253Schristos /* Define if have EFS filesystem (irix) */ 329b7899253Schristos #define HAVE_FS_EFS 1 330b7899253Schristos 331b7899253Schristos /* Define to 1 if you have the <fs/efs/efs_mount.h> header file. */ 332b7899253Schristos #define HAVE_FS_EFS_EFS_MOUNT_H 1 333b7899253Schristos 3344da6d876Schristos /* Define if have EXT{2,3,4} filesystem (linux) */ 3354da6d876Schristos /* #undef HAVE_FS_EXT */ 3364da6d876Schristos 337b7899253Schristos /* Define if have FFS filesystem */ 338b7899253Schristos /* #undef HAVE_FS_FFS */ 339b7899253Schristos 340b7899253Schristos /* Define if have HSFS filesystem */ 341b7899253Schristos /* #undef HAVE_FS_HSFS */ 342b7899253Schristos 343b7899253Schristos /* Define if have LOFS filesystem */ 344b7899253Schristos /* #undef HAVE_FS_LOFS */ 345b7899253Schristos 3464da6d876Schristos /* Define if have LUSTRE filesystem */ 3474da6d876Schristos /* #undef HAVE_FS_LUSTRE */ 3484da6d876Schristos 349b7899253Schristos /* Define if have MFS filesystem */ 350b7899253Schristos #define HAVE_FS_MFS 1 351b7899253Schristos 352b7899253Schristos /* Define to 1 if you have the <fs/msdosfs/msdosfsmount.h> header file. */ 353b7899253Schristos /* #undef HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H */ 354b7899253Schristos 355b7899253Schristos /* Define if have NFS filesystem */ 356b7899253Schristos #define HAVE_FS_NFS 1 357b7899253Schristos 358b7899253Schristos /* Define if have NFS3 filesystem */ 359b7899253Schristos #define HAVE_FS_NFS3 1 360b7899253Schristos 3614da6d876Schristos /* Define if have NFS4 filesystem */ 3624da6d876Schristos /* #undef HAVE_FS_NFS4 */ 3634da6d876Schristos 364b7899253Schristos /* Define if have NULLFS (loopback on bsd44) filesystem */ 365b7899253Schristos #define HAVE_FS_NULLFS 1 366b7899253Schristos 367b7899253Schristos /* Define if have PCFS filesystem */ 368b7899253Schristos #define HAVE_FS_PCFS 1 369b7899253Schristos 370b7899253Schristos /* Define if have TFS filesystem */ 371b7899253Schristos /* #undef HAVE_FS_TFS */ 372b7899253Schristos 373b7899253Schristos /* Define if have TMPFS filesystem */ 374b7899253Schristos #define HAVE_FS_TMPFS 1 375b7899253Schristos 376b7899253Schristos /* Define to 1 if you have the <fs/tmpfs/tmpfs_args.h> header file. */ 377b7899253Schristos #define HAVE_FS_TMPFS_TMPFS_ARGS_H 1 378b7899253Schristos 379c0b43889Schristos /* Define if have UDF filesystem */ 380c0b43889Schristos #define HAVE_FS_UDF 1 381c0b43889Schristos 382c0b43889Schristos /* Define to 1 if you have the <fs/udf/udf_mount.h> header file. */ 383c0b43889Schristos #define HAVE_FS_UDF_UDF_MOUNT_H 1 384c0b43889Schristos 385b7899253Schristos /* Define if have UFS filesystem */ 386b7899253Schristos #define HAVE_FS_UFS 1 387b7899253Schristos 388b7899253Schristos /* Define if have UMAPFS (uid/gid mapping) filesystem */ 389b7899253Schristos #define HAVE_FS_UMAPFS 1 390b7899253Schristos 391b7899253Schristos /* Define if have UNIONFS filesystem */ 392b7899253Schristos #define HAVE_FS_UNIONFS 1 393b7899253Schristos 394b7899253Schristos /* Define if have XFS filesystem (irix) */ 395b7899253Schristos /* #undef HAVE_FS_XFS */ 396b7899253Schristos 397b7899253Schristos /* System supports GCC-style variable-length argument macros */ 398b7899253Schristos /* #undef HAVE_GCC_VARARGS_MACROS */ 399b7899253Schristos 400b7899253Schristos /* Define to 1 if you have the <gdbm-ndbm.h> header file. */ 401b7899253Schristos /* #undef HAVE_GDBM_NDBM_H */ 402b7899253Schristos 403b7899253Schristos /* Define to 1 if you have the `getccent' function. */ 404b7899253Schristos /* #undef HAVE_GETCCENT */ 405b7899253Schristos 406b7899253Schristos /* Define to 1 if you have the `getcwd' function. */ 407b7899253Schristos #define HAVE_GETCWD 1 408b7899253Schristos 409b7899253Schristos /* Define to 1 if you have the `getdomainname' function. */ 410b7899253Schristos #define HAVE_GETDOMAINNAME 1 411b7899253Schristos 412b7899253Schristos /* Define to 1 if you have the `getdtablesize' function. */ 413b7899253Schristos #define HAVE_GETDTABLESIZE 1 414b7899253Schristos 415b7899253Schristos /* Define to 1 if you have the `gethostname' function. */ 416b7899253Schristos #define HAVE_GETHOSTNAME 1 417b7899253Schristos 418b7899253Schristos /* Define to 1 if you have the `getifaddrs' function. */ 419b7899253Schristos #define HAVE_GETIFADDRS 1 420b7899253Schristos 421b7899253Schristos /* Define to 1 if you have the `getmntinfo' function. */ 422b7899253Schristos #define HAVE_GETMNTINFO 1 423b7899253Schristos 424b7899253Schristos /* Define to 1 if you have the `getmountent' function. */ 425b7899253Schristos /* #undef HAVE_GETMOUNTENT */ 426b7899253Schristos 427b7899253Schristos /* Define to 1 if you have the `getpagesize' function. */ 428b7899253Schristos #define HAVE_GETPAGESIZE 1 429b7899253Schristos 430b7899253Schristos /* Define to 1 if you have the `getpwnam' function. */ 431b7899253Schristos #define HAVE_GETPWNAM 1 432b7899253Schristos 433b7899253Schristos /* Define to 1 if you have the `gettimeofday' function. */ 434b7899253Schristos #define HAVE_GETTIMEOFDAY 1 435b7899253Schristos 436b7899253Schristos /* Define to 1 if you have the `get_myaddress' function. */ 437b7899253Schristos #define HAVE_GET_MYADDRESS 1 438b7899253Schristos 439b7899253Schristos /* define if your system's getopt() is GNU getopt() (are you using glibc) */ 440b7899253Schristos /* #undef HAVE_GNU_GETOPT */ 441b7899253Schristos 442b7899253Schristos /* Define to 1 if you have the <grp.h> header file. */ 443b7899253Schristos #define HAVE_GRP_H 1 444b7899253Schristos 445b7899253Schristos /* Define to 1 if you have the `hasmntopt' function. */ 446b7899253Schristos /* #undef HAVE_HASMNTOPT */ 447b7899253Schristos 448b7899253Schristos /* Define to 1 if you have the <hesiod.h> header file. */ 449b7899253Schristos #define HAVE_HESIOD_H 1 450b7899253Schristos 451b7899253Schristos /* Define to 1 if you have the `hesiod_init' function. */ 452b7899253Schristos #define HAVE_HESIOD_INIT 1 453b7899253Schristos 454b7899253Schristos /* Define to 1 if you have the `hesiod_reload' function. */ 455b7899253Schristos /* #undef HAVE_HESIOD_RELOAD */ 456b7899253Schristos 457b7899253Schristos /* Define to 1 if you have the `hesiod_to_bind' function. */ 458b7899253Schristos #define HAVE_HESIOD_TO_BIND 1 459b7899253Schristos 460b7899253Schristos /* Define to 1 if you have the `hes_init' function. */ 461b7899253Schristos #define HAVE_HES_INIT 1 462b7899253Schristos 463b7899253Schristos /* Define to 1 if you have the <hsfs/hsfs.h> header file. */ 464b7899253Schristos /* #undef HAVE_HSFS_HSFS_H */ 465b7899253Schristos 466b7899253Schristos /* Define to 1 if you have the `hstrerror' function. */ 467b7899253Schristos #define HAVE_HSTRERROR 1 468b7899253Schristos 469b7899253Schristos /* Define to 1 if you have the <ifaddrs.h> header file. */ 470b7899253Schristos #define HAVE_IFADDRS_H 1 471b7899253Schristos 472b7899253Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 473b7899253Schristos #define HAVE_INTTYPES_H 1 474b7899253Schristos 475b7899253Schristos /* Define to 1 if you have the <irs.h> header file. */ 476b7899253Schristos /* #undef HAVE_IRS_H */ 477b7899253Schristos 478b7899253Schristos /* Define to 1 if you have the <isofs/cd9660/cd9660_mount.h> header file. */ 479b7899253Schristos #define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1 480b7899253Schristos 481c0b43889Schristos #ifndef __NetBSD__ 482b7899253Schristos /* Define to 1 if you have the <lber.h> header file. */ 483b7899253Schristos #define HAVE_LBER_H 1 4845403426cSchristos #endif 485b7899253Schristos 486b7899253Schristos /* Define to 1 if you have the `ldap_enable_cache' function. */ 487b7899253Schristos /* #undef HAVE_LDAP_ENABLE_CACHE */ 488b7899253Schristos 489c0b43889Schristos #ifndef __NetBSD__ 490b7899253Schristos /* Define to 1 if you have the <ldap.h> header file. */ 491b7899253Schristos #define HAVE_LDAP_H 1 4925403426cSchristos #endif 493b7899253Schristos 494c0b43889Schristos #ifndef __NetBSD__ 495b7899253Schristos /* Define to 1 if you have the `ldap_open' function. */ 496b7899253Schristos #define HAVE_LDAP_OPEN 1 4975403426cSchristos #endif 498b7899253Schristos 499b7899253Schristos /* Define to 1 if you have the <libgen.h> header file. */ 500b7899253Schristos #define HAVE_LIBGEN_H 1 501b7899253Schristos 502b7899253Schristos /* Define to 1 if you have the `malloc' library (-lmalloc). */ 503b7899253Schristos /* #undef HAVE_LIBMALLOC */ 504b7899253Schristos 505b7899253Schristos /* Define to 1 if you have the `mapmalloc' library (-lmapmalloc). */ 506b7899253Schristos /* #undef HAVE_LIBMAPMALLOC */ 507b7899253Schristos 508b7899253Schristos /* Define to 1 if you have the `nsl' library (-lnsl). */ 509b7899253Schristos /* #undef HAVE_LIBNSL */ 510b7899253Schristos 511b7899253Schristos /* Define to 1 if you have the `posix4' library (-lposix4). */ 512b7899253Schristos /* #undef HAVE_LIBPOSIX4 */ 513b7899253Schristos 514b7899253Schristos /* Define to 1 if you have the `resolv' library (-lresolv). */ 515b7899253Schristos /* #undef HAVE_LIBRESOLV */ 516b7899253Schristos 517b7899253Schristos /* Define to 1 if you have the `rpc' library (-lrpc). */ 518b7899253Schristos /* #undef HAVE_LIBRPC */ 519b7899253Schristos 520b7899253Schristos /* Define to 1 if you have the `rpcsvc' library (-lrpcsvc). */ 521b7899253Schristos #define HAVE_LIBRPCSVC 1 522b7899253Schristos 523b7899253Schristos /* Define to 1 if you have the `rt' library (-lrt). */ 524b7899253Schristos /* #undef HAVE_LIBRT */ 525b7899253Schristos 526b7899253Schristos /* does libwrap exist? */ 527b7899253Schristos /* #undef HAVE_LIBWRAP */ 528b7899253Schristos 529b7899253Schristos /* Define to 1 if you have the <limits.h> header file. */ 530b7899253Schristos #define HAVE_LIMITS_H 1 531b7899253Schristos 532b7899253Schristos /* Define to 1 if you have the <linux/auto_fs4.h> header file. */ 533b7899253Schristos /* #undef HAVE_LINUX_AUTO_FS4_H */ 534b7899253Schristos 535b7899253Schristos /* Define to 1 if you have the <linux/auto_fs.h> header file. */ 536b7899253Schristos /* #undef HAVE_LINUX_AUTO_FS_H */ 537b7899253Schristos 538b7899253Schristos /* Define to 1 if you have the <linux/fs.h> header file. */ 539b7899253Schristos /* #undef HAVE_LINUX_FS_H */ 540b7899253Schristos 541b7899253Schristos /* Define to 1 if you have the <linux/kdev_t.h> header file. */ 542b7899253Schristos /* #undef HAVE_LINUX_KDEV_T_H */ 543b7899253Schristos 544b7899253Schristos /* Define to 1 if you have the <linux/list.h> header file. */ 545b7899253Schristos /* #undef HAVE_LINUX_LIST_H */ 546b7899253Schristos 547b7899253Schristos /* Define to 1 if you have the <linux/loop.h> header file. */ 548b7899253Schristos /* #undef HAVE_LINUX_LOOP_H */ 549b7899253Schristos 550b7899253Schristos /* Define to 1 if you have the <linux/nfs2.h> header file. */ 551b7899253Schristos /* #undef HAVE_LINUX_NFS2_H */ 552b7899253Schristos 5534da6d876Schristos /* Define to 1 if you have the <linux/nfs4.h> header file. */ 5544da6d876Schristos /* #undef HAVE_LINUX_NFS4_H */ 5554da6d876Schristos 556b7899253Schristos /* Define to 1 if you have the <linux/nfs.h> header file. */ 557b7899253Schristos /* #undef HAVE_LINUX_NFS_H */ 558b7899253Schristos 559b7899253Schristos /* Define to 1 if you have the <linux/nfs_mount.h> header file. */ 560b7899253Schristos /* #undef HAVE_LINUX_NFS_MOUNT_H */ 561b7899253Schristos 562b7899253Schristos /* Define to 1 if you have the <linux/posix_types.h> header file. */ 563b7899253Schristos /* #undef HAVE_LINUX_POSIX_TYPES_H */ 564b7899253Schristos 565b7899253Schristos /* Define to 1 if you have the <linux/socket.h> header file. */ 566b7899253Schristos /* #undef HAVE_LINUX_SOCKET_H */ 567b7899253Schristos 568b7899253Schristos /* Define to 1 if you support file names longer than 14 characters. */ 569b7899253Schristos #define HAVE_LONG_FILE_NAMES 1 570b7899253Schristos 571b7899253Schristos /* Define to 1 if you have the <machine/endian.h> header file. */ 572b7899253Schristos #define HAVE_MACHINE_ENDIAN_H 1 573b7899253Schristos 574b7899253Schristos /* Define to 1 if you have the `madvise' function. */ 575b7899253Schristos #define HAVE_MADVISE 1 576b7899253Schristos 577b7899253Schristos /* Define to 1 if you have the <malloc.h> header file. */ 578b7899253Schristos #define HAVE_MALLOC_H 1 579b7899253Schristos 580b7899253Schristos /* Define if have DBM maps */ 581b7899253Schristos /* #undef HAVE_MAP_DBM */ 582b7899253Schristos 583b7899253Schristos /* Define if have executable maps */ 584b7899253Schristos #define HAVE_MAP_EXEC 1 585b7899253Schristos 586b7899253Schristos /* Define if have file maps (everyone should have it!) */ 587b7899253Schristos #define HAVE_MAP_FILE 1 588b7899253Schristos 589c0b43889Schristos #ifndef __NetBSD__ 590b7899253Schristos /* Define if have HESIOD maps */ 591b7899253Schristos #define HAVE_MAP_HESIOD 1 592b7899253Schristos #endif 593b7899253Schristos 594c0b43889Schristos #ifndef __NetBSD__ 595b7899253Schristos /* Define if have LDAP maps */ 596b7899253Schristos #define HAVE_MAP_LDAP 1 597b7899253Schristos #endif 598b7899253Schristos 599b7899253Schristos /* Define if have NDBM maps */ 600b7899253Schristos #define HAVE_MAP_NDBM 1 601b7899253Schristos 602c0b43889Schristos #ifndef __NetBSD__ 603b7899253Schristos /* Define if have NIS maps */ 604b7899253Schristos #define HAVE_MAP_NIS 1 605b7899253Schristos #endif 606b7899253Schristos 607b7899253Schristos /* Define if have NIS+ maps */ 608b7899253Schristos /* #undef HAVE_MAP_NISPLUS */ 609b7899253Schristos 610b7899253Schristos /* Define if have PASSWD maps */ 611b7899253Schristos #define HAVE_MAP_PASSWD 1 612b7899253Schristos 613b7899253Schristos /* Define if have Sun-syntax maps */ 614b7899253Schristos #define HAVE_MAP_SUN 1 615b7899253Schristos 616b7899253Schristos /* Define if have UNION maps */ 617b7899253Schristos #define HAVE_MAP_UNION 1 618b7899253Schristos 619b7899253Schristos /* Define to 1 if you have the `memcmp' function. */ 620b7899253Schristos #define HAVE_MEMCMP 1 621b7899253Schristos 622b7899253Schristos /* Define to 1 if you have the `memcpy' function. */ 623b7899253Schristos #define HAVE_MEMCPY 1 624b7899253Schristos 625b7899253Schristos /* Define to 1 if you have the `memmove' function. */ 626b7899253Schristos #define HAVE_MEMMOVE 1 627b7899253Schristos 628b7899253Schristos /* Define to 1 if you have the <memory.h> header file. */ 629b7899253Schristos #define HAVE_MEMORY_H 1 630b7899253Schristos 631b7899253Schristos /* Define to 1 if you have the `memset' function. */ 632b7899253Schristos #define HAVE_MEMSET 1 633b7899253Schristos 634b7899253Schristos /* Define to 1 if you have the `mkdir' function. */ 635b7899253Schristos #define HAVE_MKDIR 1 636b7899253Schristos 637b7899253Schristos /* Define to 1 if you have the `mkstemp' function. */ 638b7899253Schristos #define HAVE_MKSTEMP 1 639b7899253Schristos 640b7899253Schristos /* Define to 1 if you have the `mlockall' function. */ 641b7899253Schristos #define HAVE_MLOCKALL 1 642b7899253Schristos 643b7899253Schristos /* Define to 1 if you have the `mntctl' function. */ 644b7899253Schristos /* #undef HAVE_MNTCTL */ 645b7899253Schristos 646b7899253Schristos /* Define to 1 if you have the <mntent.h> header file. */ 647b7899253Schristos /* #undef HAVE_MNTENT_H */ 648b7899253Schristos 649b7899253Schristos /* Define to 1 if `mnt_cnode' is member of `mntent_t'. */ 650b7899253Schristos /* #undef HAVE_MNTENT_T_MNT_CNODE */ 651b7899253Schristos 652b7899253Schristos /* Define to 1 if `mnt_ro' is member of `mntent_t'. */ 653b7899253Schristos /* #undef HAVE_MNTENT_T_MNT_RO */ 654b7899253Schristos 655b7899253Schristos /* Define to 1 if `mnt_time' is member of `mntent_t'. */ 656b7899253Schristos /* #undef HAVE_MNTENT_T_MNT_TIME */ 657b7899253Schristos 658b7899253Schristos /* does mntent_t have mnt_time field and is of type "char *" ? */ 659b7899253Schristos /* #undef HAVE_MNTENT_T_MNT_TIME_STRING */ 660b7899253Schristos 661b7899253Schristos /* Define to 1 if you have the <mnttab.h> header file. */ 662b7899253Schristos /* #undef HAVE_MNTTAB_H */ 663b7899253Schristos 664b7899253Schristos /* Define to 1 if you have the `mount' function. */ 665b7899253Schristos #define HAVE_MOUNT 1 666b7899253Schristos 667b7899253Schristos /* Define to 1 if `optptr' is member of `mounta'. */ 668b7899253Schristos /* #undef HAVE_MOUNTA_OPTPTR */ 669b7899253Schristos 670b7899253Schristos /* Define to 1 if you have the `mountsyscall' function. */ 671b7899253Schristos /* #undef HAVE_MOUNTSYSCALL */ 672b7899253Schristos 673b7899253Schristos /* Define to 1 if you have the <mount.h> header file. */ 674b7899253Schristos /* #undef HAVE_MOUNT_H */ 675b7899253Schristos 676b7899253Schristos /* Define to 1 if you have the <msdosfs/msdosfsmount.h> header file. */ 677b7899253Schristos #define HAVE_MSDOSFS_MSDOSFSMOUNT_H 1 678b7899253Schristos 679b7899253Schristos /* Define to 1 if you have the <ndbm.h> header file. */ 680b7899253Schristos #define HAVE_NDBM_H 1 681b7899253Schristos 682b7899253Schristos /* Define to 1 if you have the <ndir.h> header file. */ 683b7899253Schristos /* #undef HAVE_NDIR_H */ 684b7899253Schristos 685b7899253Schristos /* Define to 1 if you have the <netconfig.h> header file. */ 686b7899253Schristos #define HAVE_NETCONFIG_H 1 687b7899253Schristos 688b7899253Schristos /* Define to 1 if you have the <netdb.h> header file. */ 689b7899253Schristos #define HAVE_NETDB_H 1 690b7899253Schristos 691b7899253Schristos /* Define to 1 if you have the <netdir.h> header file. */ 692b7899253Schristos /* #undef HAVE_NETDIR_H */ 693b7899253Schristos 694b7899253Schristos /* Define to 1 if you have the <netinet/if_ether.h> header file. */ 695b7899253Schristos #define HAVE_NETINET_IF_ETHER_H 1 696b7899253Schristos 697b7899253Schristos /* Define to 1 if you have the <netinet/in.h> header file. */ 698b7899253Schristos #define HAVE_NETINET_IN_H 1 699b7899253Schristos 700b7899253Schristos /* Define to 1 if you have the <net/errno.h> header file. */ 701b7899253Schristos /* #undef HAVE_NET_ERRNO_H */ 702b7899253Schristos 703b7899253Schristos /* Define to 1 if you have the <net/if.h> header file. */ 704b7899253Schristos #define HAVE_NET_IF_H 1 705b7899253Schristos 706b7899253Schristos /* Define to 1 if you have the <net/if_var.h> header file. */ 707b7899253Schristos /* #undef HAVE_NET_IF_VAR_H */ 708b7899253Schristos 709b7899253Schristos /* Define to 1 if you have the <net/route.h> header file. */ 710b7899253Schristos #define HAVE_NET_ROUTE_H 1 711b7899253Schristos 712b7899253Schristos /* Define to 1 if you have the <nfsclient/nfsargs.h> header file. */ 713b7899253Schristos /* #undef HAVE_NFSCLIENT_NFSARGS_H */ 714b7899253Schristos 715b7899253Schristos /* Define to 1 if `acdirmax' is member of `nfs_args_t'. */ 716b7899253Schristos /* #undef HAVE_NFS_ARGS_T_ACDIRMAX */ 717b7899253Schristos 718b7899253Schristos /* Define to 1 if `acdirmin' is member of `nfs_args_t'. */ 719b7899253Schristos /* #undef HAVE_NFS_ARGS_T_ACDIRMIN */ 720b7899253Schristos 721b7899253Schristos /* Define to 1 if `acregmax' is member of `nfs_args_t'. */ 722b7899253Schristos /* #undef HAVE_NFS_ARGS_T_ACREGMAX */ 723b7899253Schristos 724b7899253Schristos /* Define to 1 if `acregmin' is member of `nfs_args_t'. */ 725b7899253Schristos /* #undef HAVE_NFS_ARGS_T_ACREGMIN */ 726b7899253Schristos 727b7899253Schristos /* Define to 1 if `addrlen' is member of `nfs_args_t'. */ 728b7899253Schristos #define HAVE_NFS_ARGS_T_ADDRLEN 1 729b7899253Schristos 730b7899253Schristos /* Define to 1 if `bsize' is member of `nfs_args_t'. */ 731b7899253Schristos /* #undef HAVE_NFS_ARGS_T_BSIZE */ 732b7899253Schristos 733c0b43889Schristos /* Define to 1 if `context' is member of `nfs_args_t'. */ 734c0b43889Schristos /* #undef HAVE_NFS_ARGS_T_CONTEXT */ 735c0b43889Schristos 736b7899253Schristos /* Define to 1 if `fhsize' is member of `nfs_args_t'. */ 737b7899253Schristos #define HAVE_NFS_ARGS_T_FHSIZE 1 738b7899253Schristos 739b7899253Schristos /* Define to 1 if `fh_len' is member of `nfs_args_t'. */ 740b7899253Schristos /* #undef HAVE_NFS_ARGS_T_FH_LEN */ 741b7899253Schristos 742b7899253Schristos /* Define to 1 if `gfs_flags' is member of `nfs_args_t'. */ 743b7899253Schristos /* #undef HAVE_NFS_ARGS_T_GFS_FLAGS */ 744b7899253Schristos 745b7899253Schristos /* Define to 1 if `namlen' is member of `nfs_args_t'. */ 746b7899253Schristos /* #undef HAVE_NFS_ARGS_T_NAMLEN */ 747b7899253Schristos 748b7899253Schristos /* Define to 1 if `optstr' is member of `nfs_args_t'. */ 749b7899253Schristos /* #undef HAVE_NFS_ARGS_T_OPTSTR */ 750b7899253Schristos 751b7899253Schristos /* Define to 1 if `pathconf' is member of `nfs_args_t'. */ 752b7899253Schristos /* #undef HAVE_NFS_ARGS_T_PATHCONF */ 753b7899253Schristos 754b7899253Schristos /* Define to 1 if `proto' is member of `nfs_args_t'. */ 755b7899253Schristos #define HAVE_NFS_ARGS_T_PROTO 1 756b7899253Schristos 757c0b43889Schristos /* Define to 1 if `pseudoflavor' is member of `nfs_args_t'. */ 758c0b43889Schristos /* #undef HAVE_NFS_ARGS_T_PSEUDOFLAVOR */ 759c0b43889Schristos 760b7899253Schristos /* Define to 1 if `sotype' is member of `nfs_args_t'. */ 761b7899253Schristos #define HAVE_NFS_ARGS_T_SOTYPE 1 762b7899253Schristos 763b7899253Schristos /* Define to 1 if `version' is member of `nfs_args_t'. */ 764b7899253Schristos #define HAVE_NFS_ARGS_T_VERSION 1 765b7899253Schristos 766b7899253Schristos /* Define to 1 if you have the <nfs/export.h> header file. */ 767b7899253Schristos /* #undef HAVE_NFS_EXPORT_H */ 768b7899253Schristos 769b7899253Schristos /* Define to 1 if you have the <nfs/mount.h> header file. */ 770b7899253Schristos /* #undef HAVE_NFS_MOUNT_H */ 771b7899253Schristos 772b7899253Schristos /* Define to 1 if you have the <nfs/nfsmount.h> header file. */ 773b7899253Schristos #define HAVE_NFS_NFSMOUNT_H 1 774b7899253Schristos 775b7899253Schristos /* Define to 1 if you have the <nfs/nfsproto.h> header file. */ 776b7899253Schristos #define HAVE_NFS_NFSPROTO_H 1 777b7899253Schristos 778b7899253Schristos /* Define to 1 if you have the <nfs/nfsv2.h> header file. */ 779b7899253Schristos /* #undef HAVE_NFS_NFSV2_H */ 780b7899253Schristos 781b7899253Schristos /* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */ 782b7899253Schristos /* #undef HAVE_NFS_NFS_CLNT_H */ 783b7899253Schristos 784b7899253Schristos /* Define to 1 if you have the <nfs/nfs_gfs.h> header file. */ 785b7899253Schristos /* #undef HAVE_NFS_NFS_GFS_H */ 786b7899253Schristos 787b7899253Schristos /* Define to 1 if you have the <nfs/nfs.h> header file. */ 788b7899253Schristos #define HAVE_NFS_NFS_H 1 789b7899253Schristos 790b7899253Schristos /* Define to 1 if you have the <nfs/nfs_mount.h> header file. */ 791b7899253Schristos /* #undef HAVE_NFS_NFS_MOUNT_H */ 792b7899253Schristos 793b7899253Schristos /* Define to 1 if you have the <nfs/pathconf.h> header file. */ 794b7899253Schristos /* #undef HAVE_NFS_PATHCONF_H */ 795b7899253Schristos 796b7899253Schristos /* define if the host has NFS protocol headers in system headers */ 797b7899253Schristos /* #undef HAVE_NFS_PROT_HEADERS */ 798b7899253Schristos 799b7899253Schristos /* Define to 1 if you have the <nfs/rpcv2.h> header file. */ 800b7899253Schristos #define HAVE_NFS_RPCV2_H 1 801b7899253Schristos 802b7899253Schristos /* Define to 1 if you have the `nis_domain_of' function. */ 803b7899253Schristos /* #undef HAVE_NIS_DOMAIN_OF */ 804b7899253Schristos 805b7899253Schristos /* Define to 1 if you have the <nsswitch.h> header file. */ 806b7899253Schristos #define HAVE_NSSWITCH_H 1 807b7899253Schristos 808b7899253Schristos /* Define to 1 if you have the `opendir' function. */ 809b7899253Schristos #define HAVE_OPENDIR 1 810b7899253Schristos 811b7899253Schristos /* Define to 1 if `dirmask' is member of `pcfs_args_t'. */ 812b7899253Schristos #define HAVE_PCFS_ARGS_T_DIRMASK 1 813b7899253Schristos 814b7899253Schristos /* Define to 1 if `dsttime' is member of `pcfs_args_t'. */ 815b7899253Schristos /* #undef HAVE_PCFS_ARGS_T_DSTTIME */ 816b7899253Schristos 817b7899253Schristos /* Define to 1 if `fspec' is member of `pcfs_args_t'. */ 818b7899253Schristos #define HAVE_PCFS_ARGS_T_FSPEC 1 819b7899253Schristos 820b7899253Schristos /* Define to 1 if `gid' is member of `pcfs_args_t'. */ 821b7899253Schristos #define HAVE_PCFS_ARGS_T_GID 1 822b7899253Schristos 823b7899253Schristos /* Define to 1 if `mask' is member of `pcfs_args_t'. */ 824b7899253Schristos #define HAVE_PCFS_ARGS_T_MASK 1 825b7899253Schristos 826b7899253Schristos /* Define to 1 if `secondswest' is member of `pcfs_args_t'. */ 827b7899253Schristos /* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */ 828b7899253Schristos 829b7899253Schristos /* Define to 1 if `uid' is member of `pcfs_args_t'. */ 830b7899253Schristos #define HAVE_PCFS_ARGS_T_UID 1 831b7899253Schristos 832b7899253Schristos /* Define to 1 if you have the `plock' function. */ 833b7899253Schristos /* #undef HAVE_PLOCK */ 834b7899253Schristos 835b7899253Schristos /* Define to 1 if you have the <pwd.h> header file. */ 836b7899253Schristos #define HAVE_PWD_H 1 837b7899253Schristos 838b7899253Schristos /* Define to 1 if you have the `regcomp' function. */ 839b7899253Schristos #define HAVE_REGCOMP 1 840b7899253Schristos 841b7899253Schristos /* Define to 1 if you have the `regexec' function. */ 842b7899253Schristos #define HAVE_REGEXEC 1 843b7899253Schristos 844b7899253Schristos /* Define to 1 if you have the <regex.h> header file. */ 845b7899253Schristos #define HAVE_REGEX_H 1 846b7899253Schristos 847b7899253Schristos /* Define to 1 if you have the <resolv.h> header file. */ 848b7899253Schristos #define HAVE_RESOLV_H 1 849b7899253Schristos 850b7899253Schristos /* Define to 1 if system calls automatically restart after interruption by a 851b7899253Schristos signal. */ 852b7899253Schristos #define HAVE_RESTARTABLE_SYSCALLS 1 853b7899253Schristos 854b7899253Schristos /* Define to 1 if you have the `rmdir' function. */ 855b7899253Schristos #define HAVE_RMDIR 1 856b7899253Schristos 857b7899253Schristos /* Define to 1 if you have the <rpcsvc/autofs_prot.h> header file. */ 858b7899253Schristos /* #undef HAVE_RPCSVC_AUTOFS_PROT_H */ 859b7899253Schristos 860b7899253Schristos /* Define to 1 if you have the <rpcsvc/mountv3.h> header file. */ 861b7899253Schristos /* #undef HAVE_RPCSVC_MOUNTV3_H */ 862b7899253Schristos 863b7899253Schristos /* Define to 1 if you have the <rpcsvc/mount.h> header file. */ 864b7899253Schristos #define HAVE_RPCSVC_MOUNT_H 1 865b7899253Schristos 866b7899253Schristos /* Define to 1 if you have the <rpcsvc/nfs_prot.h> header file. */ 867b7899253Schristos #define HAVE_RPCSVC_NFS_PROT_H 1 868b7899253Schristos 869b7899253Schristos /* Define to 1 if you have the <rpcsvc/nis.h> header file. */ 870b7899253Schristos /* #undef HAVE_RPCSVC_NIS_H */ 871b7899253Schristos 872*a016ddf9Sroy #ifdef YP 873b7899253Schristos /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */ 874b7899253Schristos #define HAVE_RPCSVC_YPCLNT_H 1 875b7899253Schristos 876b7899253Schristos /* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */ 877b7899253Schristos #define HAVE_RPCSVC_YP_PROT_H 1 878*a016ddf9Sroy #endif 879b7899253Schristos 880b7899253Schristos /* Define to 1 if you have the <rpc/auth_des.h> header file. */ 881b7899253Schristos /* #undef HAVE_RPC_AUTH_DES_H */ 882b7899253Schristos 8834da6d876Schristos /* Define to 1 if you have the <rpc/auth.h> header file. */ 8844da6d876Schristos #define HAVE_RPC_AUTH_H 1 8854da6d876Schristos 886b7899253Schristos /* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */ 887b7899253Schristos #define HAVE_RPC_PMAP_CLNT_H 1 888b7899253Schristos 889b7899253Schristos /* Define to 1 if you have the <rpc/pmap_prot.h> header file. */ 890b7899253Schristos #define HAVE_RPC_PMAP_PROT_H 1 891b7899253Schristos 892b7899253Schristos /* Define to 1 if you have the <rpc/rpc.h> header file. */ 893b7899253Schristos #define HAVE_RPC_RPC_H 1 894b7899253Schristos 895b7899253Schristos /* Define to 1 if you have the <rpc/types.h> header file. */ 896b7899253Schristos #define HAVE_RPC_TYPES_H 1 897b7899253Schristos 898b7899253Schristos /* Define to 1 if you have the `select' function. */ 899b7899253Schristos #define HAVE_SELECT 1 900b7899253Schristos 901b7899253Schristos /* Define to 1 if you have the `seteuid' function. */ 902b7899253Schristos #define HAVE_SETEUID 1 903b7899253Schristos 904b7899253Schristos /* Define to 1 if you have the `setitimer' function. */ 905b7899253Schristos #define HAVE_SETITIMER 1 906b7899253Schristos 907b7899253Schristos /* Define to 1 if you have the <setjmp.h> header file. */ 908b7899253Schristos #define HAVE_SETJMP_H 1 909b7899253Schristos 910b7899253Schristos /* Define to 1 if you have the `setresuid' function. */ 911b7899253Schristos /* #undef HAVE_SETRESUID */ 912b7899253Schristos 913b7899253Schristos /* Define to 1 if you have the `setsid' function. */ 914b7899253Schristos #define HAVE_SETSID 1 915b7899253Schristos 916b7899253Schristos /* Define to 1 if you have the `sigaction' function. */ 917b7899253Schristos #define HAVE_SIGACTION 1 918b7899253Schristos 919b7899253Schristos /* Define to 1 if you have the `signal' function. */ 920b7899253Schristos #define HAVE_SIGNAL 1 921b7899253Schristos 922b7899253Schristos /* Define to 1 if you have the <signal.h> header file. */ 923b7899253Schristos #define HAVE_SIGNAL_H 1 924b7899253Schristos 925b7899253Schristos /* Define to 1 if you have the `sigsuspend' function. */ 926b7899253Schristos #define HAVE_SIGSUSPEND 1 927b7899253Schristos 928b7899253Schristos /* Define to 1 if you have the `socket' function. */ 929b7899253Schristos #define HAVE_SOCKET 1 930b7899253Schristos 931b7899253Schristos /* Define to 1 if you have the <socketbits.h> header file. */ 932b7899253Schristos /* #undef HAVE_SOCKETBITS_H */ 933b7899253Schristos 934b7899253Schristos /* Define to 1 if you have the <statbuf.h> header file. */ 935b7899253Schristos /* #undef HAVE_STATBUF_H */ 936b7899253Schristos 937b7899253Schristos /* Define to 1 if you have the `statfs' function. */ 938b7899253Schristos #define HAVE_STATFS 1 939b7899253Schristos 940b7899253Schristos /* Define to 1 if you have the `statvfs' function. */ 941b7899253Schristos #define HAVE_STATVFS 1 942b7899253Schristos 943b7899253Schristos /* Define to 1 if you have the <stdarg.h> header file. */ 944b7899253Schristos #define HAVE_STDARG_H 1 945b7899253Schristos 946b7899253Schristos /* Define to 1 if you have the <stdint.h> header file. */ 947b7899253Schristos #define HAVE_STDINT_H 1 948b7899253Schristos 949b7899253Schristos /* Define to 1 if you have the <stdio.h> header file. */ 950b7899253Schristos #define HAVE_STDIO_H 1 951b7899253Schristos 952b7899253Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 953b7899253Schristos #define HAVE_STDLIB_H 1 954b7899253Schristos 955b7899253Schristos /* Define to 1 if you have the `strcasecmp' function. */ 956b7899253Schristos #define HAVE_STRCASECMP 1 957b7899253Schristos 958b7899253Schristos /* Define to 1 if you have the `strchr' function. */ 959b7899253Schristos #define HAVE_STRCHR 1 960b7899253Schristos 961b7899253Schristos /* Define to 1 if you have the `strcspn' function. */ 962b7899253Schristos #define HAVE_STRCSPN 1 963b7899253Schristos 964b7899253Schristos /* Define to 1 if you have the `strdup' function. */ 965b7899253Schristos #define HAVE_STRDUP 1 966b7899253Schristos 967b7899253Schristos /* Define to 1 if you have the `strerror' function. */ 968b7899253Schristos #define HAVE_STRERROR 1 969b7899253Schristos 970b7899253Schristos /* Define to 1 if you have the <strings.h> header file. */ 971b7899253Schristos #define HAVE_STRINGS_H 1 972b7899253Schristos 973b7899253Schristos /* Define to 1 if you have the <string.h> header file. */ 974b7899253Schristos #define HAVE_STRING_H 1 975b7899253Schristos 976b7899253Schristos /* Define to 1 if you have the `strlcat' function. */ 977b7899253Schristos #define HAVE_STRLCAT 1 978b7899253Schristos 979b7899253Schristos /* Define to 1 if you have the `strlcpy' function. */ 980b7899253Schristos #define HAVE_STRLCPY 1 981b7899253Schristos 982b7899253Schristos /* Define to 1 if you have the `strspn' function. */ 983b7899253Schristos #define HAVE_STRSPN 1 984b7899253Schristos 985b7899253Schristos /* Define to 1 if you have the `strstr' function. */ 986b7899253Schristos #define HAVE_STRSTR 1 987b7899253Schristos 988b7899253Schristos /* Define to 1 if `fhs_fh' is member of `struct fhstatus'. */ 989b7899253Schristos /* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */ 990b7899253Schristos 991b7899253Schristos /* Define to 1 if `ifa_next' is member of `struct ifaddrs'. */ 992b7899253Schristos #define HAVE_STRUCT_IFADDRS_IFA_NEXT 1 993b7899253Schristos 994b7899253Schristos /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */ 995b7899253Schristos #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 996b7899253Schristos 997b7899253Schristos /* Define if have struct mntent in one of the standard headers */ 998b7899253Schristos /* #undef HAVE_STRUCT_MNTENT */ 999b7899253Schristos 1000b7899253Schristos /* Define if have struct mnttab in one of the standard headers */ 1001b7899253Schristos /* #undef HAVE_STRUCT_MNTTAB */ 1002b7899253Schristos 1003b7899253Schristos /* Define if have struct nfs_args in one of the standard nfs headers */ 1004b7899253Schristos #define HAVE_STRUCT_NFS_ARGS 1 1005b7899253Schristos 1006b7899253Schristos /* Define if have struct nfs_gfs_mount in one of the standard nfs headers */ 1007b7899253Schristos /* #undef HAVE_STRUCT_NFS_GFS_MOUNT */ 1008b7899253Schristos 1009b7899253Schristos /* Define to 1 if `sa_len' is member of `struct sockaddr'. */ 1010b7899253Schristos #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 1011b7899253Schristos 1012b7899253Schristos /* Define to 1 if `f_fstypename' is member of `struct statfs'. */ 1013b7899253Schristos #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 1014b7899253Schristos 1015b7899253Schristos /* Define to 1 if `devid' is member of `struct umntrequest'. */ 1016b7899253Schristos /* #undef HAVE_STRUCT_UMNTREQUEST_DEVID */ 1017b7899253Schristos 1018b7899253Schristos /* Define to 1 if you have the `svc_getreq' function. */ 1019b7899253Schristos #define HAVE_SVC_GETREQ 1 1020b7899253Schristos 1021b7899253Schristos /* Define to 1 if you have the `svc_getreqset' function. */ 1022b7899253Schristos #define HAVE_SVC_GETREQSET 1 1023b7899253Schristos 1024b7899253Schristos /* Define to 1 if you have the `sysfs' function. */ 1025b7899253Schristos /* #undef HAVE_SYSFS */ 1026b7899253Schristos 1027b7899253Schristos /* Define to 1 if you have the `syslog' function. */ 1028b7899253Schristos #define HAVE_SYSLOG 1 1029b7899253Schristos 1030b7899253Schristos /* Define to 1 if you have the <syslog.h> header file. */ 1031b7899253Schristos #define HAVE_SYSLOG_H 1 1032b7899253Schristos 1033b7899253Schristos /* Define to 1 if you have the <sys/config.h> header file. */ 1034b7899253Schristos /* #undef HAVE_SYS_CONFIG_H */ 1035b7899253Schristos 1036b7899253Schristos /* Define to 1 if you have the <sys/dg_mount.h> header file. */ 1037b7899253Schristos /* #undef HAVE_SYS_DG_MOUNT_H */ 1038b7899253Schristos 1039b7899253Schristos /* Define to 1 if you have the <sys/dir.h> header file. */ 1040b7899253Schristos #define HAVE_SYS_DIR_H 1 1041b7899253Schristos 1042b7899253Schristos /* Define to 1 if you have the <sys/errno.h> header file. */ 1043b7899253Schristos #define HAVE_SYS_ERRNO_H 1 1044b7899253Schristos 1045b7899253Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 1046b7899253Schristos #define HAVE_SYS_FILE_H 1 1047b7899253Schristos 1048b7899253Schristos /* Define to 1 if you have the <sys/fsid.h> header file. */ 1049b7899253Schristos /* #undef HAVE_SYS_FSID_H */ 1050b7899253Schristos 1051b7899253Schristos /* Define to 1 if you have the <sys/fstyp.h> header file. */ 1052b7899253Schristos /* #undef HAVE_SYS_FSTYP_H */ 1053b7899253Schristos 1054b7899253Schristos /* Define to 1 if you have the <sys/fs/autofs.h> header file. */ 1055b7899253Schristos /* #undef HAVE_SYS_FS_AUTOFS_H */ 1056b7899253Schristos 1057b7899253Schristos /* Define to 1 if you have the <sys/fs/autofs_prot.h> header file. */ 1058b7899253Schristos /* #undef HAVE_SYS_FS_AUTOFS_PROT_H */ 1059b7899253Schristos 1060b7899253Schristos /* Define to 1 if you have the <sys/fs/cachefs_fs.h> header file. */ 1061b7899253Schristos /* #undef HAVE_SYS_FS_CACHEFS_FS_H */ 1062b7899253Schristos 1063b7899253Schristos /* Define to 1 if you have the <sys/fs/efs_clnt.h> header file. */ 1064b7899253Schristos /* #undef HAVE_SYS_FS_EFS_CLNT_H */ 1065b7899253Schristos 1066b7899253Schristos /* Define to 1 if you have the <sys/fs/nfs_clnt.h> header file. */ 1067b7899253Schristos /* #undef HAVE_SYS_FS_NFS_CLNT_H */ 1068b7899253Schristos 1069b7899253Schristos /* Define to 1 if you have the <sys/fs/nfs.h> header file. */ 1070b7899253Schristos /* #undef HAVE_SYS_FS_NFS_H */ 1071b7899253Schristos 1072b7899253Schristos /* Define to 1 if you have the <sys/fs/nfs/mount.h> header file. */ 1073b7899253Schristos /* #undef HAVE_SYS_FS_NFS_MOUNT_H */ 1074b7899253Schristos 1075b7899253Schristos /* Define to 1 if you have the <sys/fs/nfs/nfs_clnt.h> header file. */ 1076b7899253Schristos /* #undef HAVE_SYS_FS_NFS_NFS_CLNT_H */ 1077b7899253Schristos 1078b7899253Schristos /* Define to 1 if you have the <sys/fs/pc_fs.h> header file. */ 1079b7899253Schristos /* #undef HAVE_SYS_FS_PC_FS_H */ 1080b7899253Schristos 1081b7899253Schristos /* Define to 1 if you have the <sys/fs/tmp.h> header file. */ 1082b7899253Schristos /* #undef HAVE_SYS_FS_TMP_H */ 1083b7899253Schristos 1084b7899253Schristos /* Define to 1 if you have the <sys/fs_types.h> header file. */ 1085b7899253Schristos /* #undef HAVE_SYS_FS_TYPES_H */ 1086b7899253Schristos 1087b7899253Schristos /* Define to 1 if you have the <sys/fs/ufs_mount.h> header file. */ 1088b7899253Schristos /* #undef HAVE_SYS_FS_UFS_MOUNT_H */ 1089b7899253Schristos 1090b7899253Schristos /* Define to 1 if you have the <sys/fs/xfs_clnt.h> header file. */ 1091b7899253Schristos /* #undef HAVE_SYS_FS_XFS_CLNT_H */ 1092b7899253Schristos 1093b7899253Schristos /* Define to 1 if you have the <sys/immu.h> header file. */ 1094b7899253Schristos /* #undef HAVE_SYS_IMMU_H */ 1095b7899253Schristos 1096b7899253Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */ 1097b7899253Schristos #define HAVE_SYS_IOCTL_H 1 1098b7899253Schristos 1099b7899253Schristos /* Define to 1 if you have the <sys/lock.h> header file. */ 1100b7899253Schristos #define HAVE_SYS_LOCK_H 1 1101b7899253Schristos 1102b7899253Schristos /* Define to 1 if you have the <sys/machine.h> header file. */ 1103b7899253Schristos /* #undef HAVE_SYS_MACHINE_H */ 1104b7899253Schristos 1105b7899253Schristos /* Define to 1 if you have the <sys/mbuf.h> header file. */ 1106808f096bSchristos /* #undef HAVE_SYS_MBUF_H */ 1107b7899253Schristos 1108b7899253Schristos /* Define to 1 if you have the <sys/mman.h> header file. */ 1109b7899253Schristos #define HAVE_SYS_MMAN_H 1 1110b7899253Schristos 1111b7899253Schristos /* Define to 1 if you have the <sys/mntctl.h> header file. */ 1112b7899253Schristos /* #undef HAVE_SYS_MNTCTL_H */ 1113b7899253Schristos 1114b7899253Schristos /* Define to 1 if you have the <sys/mntent.h> header file. */ 1115b7899253Schristos /* #undef HAVE_SYS_MNTENT_H */ 1116b7899253Schristos 1117b7899253Schristos /* Define to 1 if you have the <sys/mnttab.h> header file. */ 1118b7899253Schristos /* #undef HAVE_SYS_MNTTAB_H */ 1119b7899253Schristos 1120b7899253Schristos /* Define to 1 if you have the <sys/mount.h> header file. */ 1121b7899253Schristos #define HAVE_SYS_MOUNT_H 1 1122b7899253Schristos 1123b7899253Schristos /* Define to 1 if you have the <sys/ndir.h> header file. */ 1124b7899253Schristos /* #undef HAVE_SYS_NDIR_H */ 1125b7899253Schristos 1126b7899253Schristos /* Define to 1 if you have the <sys/netconfig.h> header file. */ 1127b7899253Schristos /* #undef HAVE_SYS_NETCONFIG_H */ 1128b7899253Schristos 1129b7899253Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 1130b7899253Schristos #define HAVE_SYS_PARAM_H 1 1131b7899253Schristos 1132b7899253Schristos /* Define to 1 if you have the <sys/pathconf.h> header file. */ 1133b7899253Schristos /* #undef HAVE_SYS_PATHCONF_H */ 1134b7899253Schristos 1135b7899253Schristos /* Define to 1 if you have the <sys/proc.h> header file. */ 1136b7899253Schristos #define HAVE_SYS_PROC_H 1 1137b7899253Schristos 1138b7899253Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 1139b7899253Schristos #define HAVE_SYS_RESOURCE_H 1 1140b7899253Schristos 1141b7899253Schristos /* Define to 1 if you have the <sys/sema.h> header file. */ 1142b7899253Schristos /* #undef HAVE_SYS_SEMA_H */ 1143b7899253Schristos 1144b7899253Schristos /* Define to 1 if you have the <sys/signal.h> header file. */ 1145b7899253Schristos #define HAVE_SYS_SIGNAL_H 1 1146b7899253Schristos 1147b7899253Schristos /* Define to 1 if you have the <sys/socket.h> header file. */ 1148b7899253Schristos #define HAVE_SYS_SOCKET_H 1 1149b7899253Schristos 1150b7899253Schristos /* Define to 1 if you have the <sys/sockio.h> header file. */ 1151b7899253Schristos #define HAVE_SYS_SOCKIO_H 1 1152b7899253Schristos 1153b7899253Schristos /* Define to 1 if you have the <sys/statfs.h> header file. */ 1154b7899253Schristos /* #undef HAVE_SYS_STATFS_H */ 1155b7899253Schristos 1156b7899253Schristos /* Define to 1 if you have the <sys/statvfs.h> header file. */ 1157b7899253Schristos #define HAVE_SYS_STATVFS_H 1 1158b7899253Schristos 1159b7899253Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 1160b7899253Schristos #define HAVE_SYS_STAT_H 1 1161b7899253Schristos 1162b7899253Schristos /* Define to 1 if you have the <sys/syscall.h> header file. */ 1163b7899253Schristos #define HAVE_SYS_SYSCALL_H 1 1164b7899253Schristos 1165b7899253Schristos /* Define to 1 if you have the <sys/syslimits.h> header file. */ 1166b7899253Schristos #define HAVE_SYS_SYSLIMITS_H 1 1167b7899253Schristos 1168b7899253Schristos /* Define to 1 if you have the <sys/syslog.h> header file. */ 1169b7899253Schristos #define HAVE_SYS_SYSLOG_H 1 1170b7899253Schristos 1171b7899253Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 1172b7899253Schristos #define HAVE_SYS_TIME_H 1 1173b7899253Schristos 1174b7899253Schristos /* Define to 1 if you have the <sys/tiuser.h> header file. */ 1175b7899253Schristos /* #undef HAVE_SYS_TIUSER_H */ 1176b7899253Schristos 1177b7899253Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 1178b7899253Schristos #define HAVE_SYS_TYPES_H 1 1179b7899253Schristos 1180b7899253Schristos /* Define to 1 if you have the <sys/ucred.h> header file. */ 1181b7899253Schristos #define HAVE_SYS_UCRED_H 1 1182b7899253Schristos 1183b7899253Schristos /* Define to 1 if you have the <sys/uio.h> header file. */ 1184b7899253Schristos #define HAVE_SYS_UIO_H 1 1185b7899253Schristos 1186b7899253Schristos /* Define to 1 if you have the <sys/utsname.h> header file. */ 1187b7899253Schristos #define HAVE_SYS_UTSNAME_H 1 1188b7899253Schristos 1189b7899253Schristos /* Define to 1 if you have the <sys/vfs.h> header file. */ 1190b7899253Schristos /* #undef HAVE_SYS_VFS_H */ 1191b7899253Schristos 1192b7899253Schristos /* Define to 1 if you have the <sys/vmount.h> header file. */ 1193b7899253Schristos /* #undef HAVE_SYS_VMOUNT_H */ 1194b7899253Schristos 1195b7899253Schristos /* Define to 1 if you have the <sys/vnode.h> header file. */ 1196b7899253Schristos #define HAVE_SYS_VNODE_H 1 1197b7899253Schristos 1198b7899253Schristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 1199b7899253Schristos #define HAVE_SYS_WAIT_H 1 1200b7899253Schristos 1201b7899253Schristos /* Define to 1 if you have the <tcpd.h> header file. */ 1202b7899253Schristos #define HAVE_TCPD_H 1 1203b7899253Schristos 1204b7899253Schristos /* Define to 1 if you have the <time.h> header file. */ 1205b7899253Schristos #define HAVE_TIME_H 1 1206b7899253Schristos 1207b7899253Schristos /* Define to 1 if you have the <tiuser.h> header file. */ 1208b7899253Schristos /* #undef HAVE_TIUSER_H */ 1209b7899253Schristos 1210b7899253Schristos /* Define to 1 if `ta_nodes_max' is member of `tmpfs_args_t'. */ 1211b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_NODES_MAX 1 1212b7899253Schristos 1213b7899253Schristos /* Define to 1 if `ta_root_gid' is member of `tmpfs_args_t'. */ 1214b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_ROOT_GID 1 1215b7899253Schristos 1216b7899253Schristos /* Define to 1 if `ta_root_mode' is member of `tmpfs_args_t'. */ 1217b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_ROOT_MODE 1 1218b7899253Schristos 1219b7899253Schristos /* Define to 1 if `ta_root_uid' is member of `tmpfs_args_t'. */ 1220b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_ROOT_UID 1 1221b7899253Schristos 1222b7899253Schristos /* Define to 1 if `ta_size_max' is member of `tmpfs_args_t'. */ 1223b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_SIZE_MAX 1 1224b7899253Schristos 1225b7899253Schristos /* Define to 1 if `ta_version' is member of `tmpfs_args_t'. */ 1226b7899253Schristos #define HAVE_TMPFS_ARGS_T_TA_VERSION 1 1227b7899253Schristos 1228b7899253Schristos /* Define to 1 if you have the <tmpfs/tmp.h> header file. */ 1229b7899253Schristos /* #undef HAVE_TMPFS_TMP_H */ 1230b7899253Schristos 1231b7899253Schristos /* what type of network transport type is in use? TLI or sockets? */ 1232b7899253Schristos /* #undef HAVE_TRANSPORT_TYPE_TLI */ 1233b7899253Schristos 1234b7899253Schristos /* Define to 1 if you have the `ualarm' function. */ 1235b7899253Schristos #define HAVE_UALARM 1 1236b7899253Schristos 1237c0b43889Schristos /* Define to 1 if `anon_gid' is member of `udf_args_t'. */ 1238c0b43889Schristos #define HAVE_UDF_ARGS_T_ANON_GID 1 1239c0b43889Schristos 1240c0b43889Schristos /* Define to 1 if `anon_uid' is member of `udf_args_t'. */ 1241c0b43889Schristos #define HAVE_UDF_ARGS_T_ANON_UID 1 1242c0b43889Schristos 1243c0b43889Schristos /* Define to 1 if `fspec' is member of `udf_args_t'. */ 1244c0b43889Schristos #define HAVE_UDF_ARGS_T_FSPEC 1 1245c0b43889Schristos 1246c0b43889Schristos /* Define to 1 if `gmtoff' is member of `udf_args_t'. */ 1247c0b43889Schristos #define HAVE_UDF_ARGS_T_GMTOFF 1 1248c0b43889Schristos 1249c0b43889Schristos /* Define to 1 if `nobody_gid' is member of `udf_args_t'. */ 1250c0b43889Schristos #define HAVE_UDF_ARGS_T_NOBODY_GID 1 1251c0b43889Schristos 1252c0b43889Schristos /* Define to 1 if `nobody_uid' is member of `udf_args_t'. */ 1253c0b43889Schristos #define HAVE_UDF_ARGS_T_NOBODY_UID 1 1254c0b43889Schristos 1255c0b43889Schristos /* Define to 1 if `sector_size' is member of `udf_args_t'. */ 1256c0b43889Schristos #define HAVE_UDF_ARGS_T_SECTOR_SIZE 1 1257c0b43889Schristos 1258c0b43889Schristos /* Define to 1 if `sessionnr' is member of `udf_args_t'. */ 1259c0b43889Schristos #define HAVE_UDF_ARGS_T_SESSIONNR 1 1260c0b43889Schristos 1261c0b43889Schristos /* Define to 1 if `udfmflags' is member of `udf_args_t'. */ 1262c0b43889Schristos #define HAVE_UDF_ARGS_T_UDFMFLAGS 1 1263c0b43889Schristos 1264c0b43889Schristos /* Define to 1 if `version' is member of `udf_args_t'. */ 1265c0b43889Schristos #define HAVE_UDF_ARGS_T_VERSION 1 1266c0b43889Schristos 1267b7899253Schristos /* Define to 1 if `flags' is member of `ufs_args_t'. */ 1268b7899253Schristos /* #undef HAVE_UFS_ARGS_T_FLAGS */ 1269b7899253Schristos 1270b7899253Schristos /* Define to 1 if `fspec' is member of `ufs_args_t'. */ 1271b7899253Schristos #define HAVE_UFS_ARGS_T_FSPEC 1 1272b7899253Schristos 1273b7899253Schristos /* Define to 1 if `ufs_flags' is member of `ufs_args_t'. */ 1274b7899253Schristos /* #undef HAVE_UFS_ARGS_T_UFS_FLAGS */ 1275b7899253Schristos 1276b7899253Schristos /* Define to 1 if `ufs_pgthresh' is member of `ufs_args_t'. */ 1277b7899253Schristos /* #undef HAVE_UFS_ARGS_T_UFS_PGTHRESH */ 1278b7899253Schristos 1279b7899253Schristos /* Define to 1 if you have the <ufs/ufs/extattr.h> header file. */ 1280b7899253Schristos #define HAVE_UFS_UFS_EXTATTR_H 1 1281b7899253Schristos 1282b7899253Schristos /* Define to 1 if you have the <ufs/ufs_mount.h> header file. */ 1283b7899253Schristos /* #undef HAVE_UFS_UFS_MOUNT_H */ 1284b7899253Schristos 1285b7899253Schristos /* Define to 1 if you have the <ufs/ufs/ufsmount.h> header file. */ 1286b7899253Schristos #define HAVE_UFS_UFS_UFSMOUNT_H 1 1287b7899253Schristos 1288b7899253Schristos /* Define to 1 if you have the `umount' function. */ 1289b7899253Schristos /* #undef HAVE_UMOUNT */ 1290b7899253Schristos 1291b7899253Schristos /* Define to 1 if you have the `umount2' function. */ 1292b7899253Schristos /* #undef HAVE_UMOUNT2 */ 1293b7899253Schristos 1294b7899253Schristos /* Define to 1 if you have the `uname' function. */ 1295b7899253Schristos #define HAVE_UNAME 1 1296b7899253Schristos 1297b7899253Schristos /* Define to 1 if you have the <unistd.h> header file. */ 1298b7899253Schristos #define HAVE_UNISTD_H 1 1299b7899253Schristos 1300b7899253Schristos /* Define to 1 if you have the `unmount' function. */ 1301b7899253Schristos #define HAVE_UNMOUNT 1 1302b7899253Schristos 1303b7899253Schristos /* Define to 1 if you have the `uvmount' function. */ 1304b7899253Schristos /* #undef HAVE_UVMOUNT */ 1305b7899253Schristos 1306b7899253Schristos /* Define to 1 if you have the <varargs.h> header file. */ 1307b7899253Schristos /* #undef HAVE_VARARGS_H */ 1308b7899253Schristos 1309b7899253Schristos /* Define to 1 if you have the `vfork' function. */ 1310b7899253Schristos #define HAVE_VFORK 1 1311b7899253Schristos 1312b7899253Schristos /* Define to 1 if you have the <vfork.h> header file. */ 1313b7899253Schristos /* #undef HAVE_VFORK_H */ 1314b7899253Schristos 1315b7899253Schristos /* Define to 1 if you have the `vfsmount' function. */ 1316b7899253Schristos /* #undef HAVE_VFSMOUNT */ 1317b7899253Schristos 1318b7899253Schristos /* Define to 1 if you have the `vmount' function. */ 1319b7899253Schristos /* #undef HAVE_VMOUNT */ 1320b7899253Schristos 1321b7899253Schristos /* Define to 1 if you have the `vsnprintf' function. */ 1322b7899253Schristos #define HAVE_VSNPRINTF 1 1323b7899253Schristos 1324b7899253Schristos /* Define to 1 if you have the `wait3' function. */ 1325b7899253Schristos #define HAVE_WAIT3 1 1326b7899253Schristos 1327b7899253Schristos /* Define to 1 if you have the `waitpid' function. */ 1328b7899253Schristos #define HAVE_WAITPID 1 1329b7899253Schristos 1330b7899253Schristos /* Define to 1 if `fork' works. */ 1331b7899253Schristos #define HAVE_WORKING_FORK 1 1332b7899253Schristos 1333b7899253Schristos /* Define to 1 if `vfork' works. */ 1334b7899253Schristos #define HAVE_WORKING_VFORK 1 1335b7899253Schristos 1336b7899253Schristos /* Define to 1 if you have the `xdr_attrstat' function. */ 1337b7899253Schristos #define HAVE_XDR_ATTRSTAT 1 1338b7899253Schristos 1339b7899253Schristos /* Define to 1 if you have the `xdr_createargs' function. */ 1340b7899253Schristos #define HAVE_XDR_CREATEARGS 1 1341b7899253Schristos 1342b7899253Schristos /* Define to 1 if you have the `xdr_dirlist' function. */ 1343b7899253Schristos #define HAVE_XDR_DIRLIST 1 1344b7899253Schristos 1345b7899253Schristos /* Define to 1 if you have the `xdr_diropargs' function. */ 1346b7899253Schristos #define HAVE_XDR_DIROPARGS 1 1347b7899253Schristos 1348b7899253Schristos /* Define to 1 if you have the `xdr_diropokres' function. */ 1349b7899253Schristos #define HAVE_XDR_DIROPOKRES 1 1350b7899253Schristos 1351b7899253Schristos /* Define to 1 if you have the `xdr_diropres' function. */ 1352b7899253Schristos #define HAVE_XDR_DIROPRES 1 1353b7899253Schristos 1354b7899253Schristos /* Define to 1 if you have the `xdr_dirpath' function. */ 1355b7899253Schristos #define HAVE_XDR_DIRPATH 1 1356b7899253Schristos 1357b7899253Schristos /* Define to 1 if you have the `xdr_entry' function. */ 1358b7899253Schristos #define HAVE_XDR_ENTRY 1 1359b7899253Schristos 1360b7899253Schristos /* Define to 1 if you have the `xdr_exportnode' function. */ 1361b7899253Schristos #define HAVE_XDR_EXPORTNODE 1 1362b7899253Schristos 1363b7899253Schristos /* Define to 1 if you have the `xdr_exports' function. */ 1364b7899253Schristos #define HAVE_XDR_EXPORTS 1 1365b7899253Schristos 1366b7899253Schristos /* Define to 1 if you have the `xdr_fattr' function. */ 1367b7899253Schristos #define HAVE_XDR_FATTR 1 1368b7899253Schristos 1369b7899253Schristos /* Define to 1 if you have the `xdr_fhandle' function. */ 1370b7899253Schristos #define HAVE_XDR_FHANDLE 1 1371b7899253Schristos 1372b7899253Schristos /* Define to 1 if you have the `xdr_fhstatus' function. */ 1373b7899253Schristos #define HAVE_XDR_FHSTATUS 1 1374b7899253Schristos 1375b7899253Schristos /* Define to 1 if you have the `xdr_filename' function. */ 1376b7899253Schristos #define HAVE_XDR_FILENAME 1 1377b7899253Schristos 1378b7899253Schristos /* Define to 1 if you have the `xdr_ftype' function. */ 1379b7899253Schristos #define HAVE_XDR_FTYPE 1 1380b7899253Schristos 1381b7899253Schristos /* Define to 1 if you have the `xdr_groupnode' function. */ 1382b7899253Schristos #define HAVE_XDR_GROUPNODE 1 1383b7899253Schristos 1384b7899253Schristos /* Define to 1 if you have the `xdr_groups' function. */ 1385b7899253Schristos #define HAVE_XDR_GROUPS 1 1386b7899253Schristos 1387b7899253Schristos /* Define to 1 if you have the `xdr_linkargs' function. */ 1388b7899253Schristos #define HAVE_XDR_LINKARGS 1 1389b7899253Schristos 1390b7899253Schristos /* Define to 1 if you have the `xdr_mountbody' function. */ 1391b7899253Schristos #define HAVE_XDR_MOUNTBODY 1 1392b7899253Schristos 1393b7899253Schristos /* Define to 1 if you have the `xdr_mountlist' function. */ 1394b7899253Schristos #define HAVE_XDR_MOUNTLIST 1 1395b7899253Schristos 1396b7899253Schristos /* Define to 1 if you have the `xdr_name' function. */ 1397b7899253Schristos #define HAVE_XDR_NAME 1 1398b7899253Schristos 1399b7899253Schristos /* Define to 1 if you have the `xdr_nfscookie' function. */ 1400b7899253Schristos #define HAVE_XDR_NFSCOOKIE 1 1401b7899253Schristos 1402b7899253Schristos /* Define to 1 if you have the `xdr_nfspath' function. */ 1403b7899253Schristos #define HAVE_XDR_NFSPATH 1 1404b7899253Schristos 1405b7899253Schristos /* Define to 1 if you have the `xdr_nfsstat' function. */ 1406b7899253Schristos #define HAVE_XDR_NFSSTAT 1 1407b7899253Schristos 1408b7899253Schristos /* Define to 1 if you have the `xdr_nfstime' function. */ 1409b7899253Schristos #define HAVE_XDR_NFSTIME 1 1410b7899253Schristos 1411b7899253Schristos /* Define to 1 if you have the `xdr_nfs_fh' function. */ 1412b7899253Schristos #define HAVE_XDR_NFS_FH 1 1413b7899253Schristos 1414b7899253Schristos /* Define to 1 if you have the `xdr_pointer' function. */ 1415b7899253Schristos #define HAVE_XDR_POINTER 1 1416b7899253Schristos 1417b7899253Schristos /* Define to 1 if you have the `xdr_readargs' function. */ 1418b7899253Schristos #define HAVE_XDR_READARGS 1 1419b7899253Schristos 1420b7899253Schristos /* Define to 1 if you have the `xdr_readdirargs' function. */ 1421b7899253Schristos #define HAVE_XDR_READDIRARGS 1 1422b7899253Schristos 1423b7899253Schristos /* Define to 1 if you have the `xdr_readdirres' function. */ 1424b7899253Schristos #define HAVE_XDR_READDIRRES 1 1425b7899253Schristos 1426b7899253Schristos /* Define to 1 if you have the `xdr_readlinkres' function. */ 1427b7899253Schristos #define HAVE_XDR_READLINKRES 1 1428b7899253Schristos 1429b7899253Schristos /* Define to 1 if you have the `xdr_readokres' function. */ 1430b7899253Schristos #define HAVE_XDR_READOKRES 1 1431b7899253Schristos 1432b7899253Schristos /* Define to 1 if you have the `xdr_readres' function. */ 1433b7899253Schristos #define HAVE_XDR_READRES 1 1434b7899253Schristos 1435b7899253Schristos /* Define to 1 if you have the `xdr_renameargs' function. */ 1436b7899253Schristos #define HAVE_XDR_RENAMEARGS 1 1437b7899253Schristos 1438b7899253Schristos /* Define to 1 if you have the `xdr_sattr' function. */ 1439b7899253Schristos #define HAVE_XDR_SATTR 1 1440b7899253Schristos 1441b7899253Schristos /* Define to 1 if you have the `xdr_sattrargs' function. */ 1442b7899253Schristos #define HAVE_XDR_SATTRARGS 1 1443b7899253Schristos 1444b7899253Schristos /* Define to 1 if you have the `xdr_statfsokres' function. */ 1445b7899253Schristos #define HAVE_XDR_STATFSOKRES 1 1446b7899253Schristos 1447b7899253Schristos /* Define to 1 if you have the `xdr_statfsres' function. */ 1448b7899253Schristos #define HAVE_XDR_STATFSRES 1 1449b7899253Schristos 1450b7899253Schristos /* Define to 1 if you have the `xdr_symlinkargs' function. */ 1451b7899253Schristos #define HAVE_XDR_SYMLINKARGS 1 1452b7899253Schristos 14534da6d876Schristos /* Define to 1 if you have the `xdr_u_int64_t' function. */ 14544da6d876Schristos #define HAVE_XDR_U_INT64_T 1 14554da6d876Schristos 1456b7899253Schristos /* Define to 1 if you have the `xdr_writeargs' function. */ 1457b7899253Schristos #define HAVE_XDR_WRITEARGS 1 1458b7899253Schristos 1459b7899253Schristos /* Define to 1 if `flags' is member of `xfs_args_t'. */ 1460b7899253Schristos /* #undef HAVE_XFS_ARGS_T_FLAGS */ 1461b7899253Schristos 1462b7899253Schristos /* Define to 1 if `fspec' is member of `xfs_args_t'. */ 1463b7899253Schristos /* #undef HAVE_XFS_ARGS_T_FSPEC */ 1464b7899253Schristos 1465b7899253Schristos /* Define to 1 if you have the `yp_all' function. */ 1466b7899253Schristos /* #undef HAVE_YP_ALL */ 1467b7899253Schristos 1468b7899253Schristos /* Define to 1 if you have the `yp_get_default_domain' function. */ 1469b7899253Schristos #define HAVE_YP_GET_DEFAULT_DOMAIN 1 1470b7899253Schristos 1471b7899253Schristos /* Define to 1 if you have the `_seterr_reply' function. */ 1472b7899253Schristos #define HAVE__SETERR_REPLY 1 1473b7899253Schristos 1474b7899253Schristos /* Define to 1 if you have the `__rpc_get_local_uid' function. */ 1475b7899253Schristos /* #undef HAVE___RPC_GET_LOCAL_UID */ 1476b7899253Schristos 1477b7899253Schristos /* Define to 1 if you have the `__seterr_reply' function. */ 1478b7899253Schristos /* #undef HAVE___SETERR_REPLY */ 1479b7899253Schristos 1480b7899253Schristos /* Name of mount type to hide amd mount from df(1) */ 1481b7899253Schristos #define HIDE_MOUNT_TYPE "nfs" 1482e3fc2c5cSchristos 1483b7899253Schristos #ifdef __NetBSD__ 1484b7899253Schristos #include <config_local.h> 1485b7899253Schristos #else 1486b7899253Schristos 1487b7899253Schristos /* Define name of host machine's architecture (eg. sun4) */ 1488b7899253Schristos #define HOST_ARCH "amd64" 1489b7899253Schristos 1490b7899253Schristos /* Define name of host machine's cpu (eg. sparc) */ 1491b7899253Schristos #define HOST_CPU "x86_64" 1492b7899253Schristos 1493b7899253Schristos /* Define the header version of (linux) hosts (eg. 2.2.10) */ 14944da6d876Schristos #define HOST_HEADER_VERSION "7.99.4" 1495b7899253Schristos 1496b7899253Schristos /* Define name of host */ 1497c0b43889Schristos #define HOST_NAME "quasar.astron.com" 1498b7899253Schristos 1499b7899253Schristos /* Define name and version of host machine (eg. solaris2.5.1) */ 15004da6d876Schristos #define HOST_OS "netbsd7.99.4" 1501b7899253Schristos 1502b7899253Schristos /* Define only name of host machine OS (eg. solaris2) */ 1503b7899253Schristos #define HOST_OS_NAME "netbsd" 1504b7899253Schristos 1505b7899253Schristos /* Define only version of host machine (eg. 2.5.1) */ 15064da6d876Schristos #define HOST_OS_VERSION "7.99.4" 1507b7899253Schristos 1508b7899253Schristos /* Define name of host machine's vendor (eg. sun) */ 1509b7899253Schristos #define HOST_VENDOR "unknown" 15104da6d876Schristos 15114da6d876Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 15124da6d876Schristos */ 15134da6d876Schristos #define LT_OBJDIR ".libs/" 1514b7899253Schristos #endif 1515b7899253Schristos 1516b7899253Schristos /* Ignore permission bits */ 1517b7899253Schristos /* #undef MNT2_CDFS_OPT_DEFPERM */ 1518b7899253Schristos 151965f3b47bSchristos /* Enable external attributes */ 152065f3b47bSchristos #define MNT2_CDFS_OPT_EXTATT 0x4 152165f3b47bSchristos 152265f3b47bSchristos /* Show file generations */ 152365f3b47bSchristos #define MNT2_CDFS_OPT_GENS 0x2 152465f3b47bSchristos 152565f3b47bSchristos /* Disable filename case translation */ 152665f3b47bSchristos #define MNT2_CDFS_OPT_NOCASETRANS 0x10 152765f3b47bSchristos 1528b7899253Schristos /* Use on-disk permission bits */ 1529b7899253Schristos /* #undef MNT2_CDFS_OPT_NODEFPERM */ 1530b7899253Schristos 153165f3b47bSchristos /* Disable Joliet extensions */ 153265f3b47bSchristos #define MNT2_CDFS_OPT_NOJOLIET 0x8 153365f3b47bSchristos 153465f3b47bSchristos /* Disable Rock Ridge Interchange Protocol (RRIP) extensions */ 153565f3b47bSchristos #define MNT2_CDFS_OPT_NORRIP 0x1 153665f3b47bSchristos 1537b7899253Schristos /* Strip off extension from version string */ 1538b7899253Schristos /* #undef MNT2_CDFS_OPT_NOVERSION */ 1539b7899253Schristos 154065f3b47bSchristos /* Enable Rock Ridge Interchange Protocol (RRIP) case insensitive filename 154165f3b47bSchristos extensions */ 154265f3b47bSchristos #define MNT2_CDFS_OPT_RRCASEINS 0x20 154365f3b47bSchristos 1544b7899253Schristos /* Use Rock Ridge Interchange Protocol (RRIP) extensions */ 1545b7899253Schristos /* #undef MNT2_CDFS_OPT_RRIP */ 1546b7899253Schristos 1547b7899253Schristos /* asynchronous filesystem access */ 1548b7899253Schristos #define MNT2_GEN_OPT_ASYNC 0x40 1549b7899253Schristos 1550b7899253Schristos /* automounter filesystem (ignore) flag, used in bsdi-4.1 */ 1551b7899253Schristos /* #undef MNT2_GEN_OPT_AUTOMNTFS */ 1552b7899253Schristos 1553b7899253Schristos /* automounter filesystem flag, used in Mac OS X / Darwin */ 1554b7899253Schristos /* #undef MNT2_GEN_OPT_AUTOMOUNTED */ 1555b7899253Schristos 1556b7899253Schristos /* directory hardlink */ 1557b7899253Schristos /* #undef MNT2_GEN_OPT_BIND */ 1558b7899253Schristos 1559b7899253Schristos /* cache (what?) */ 1560b7899253Schristos /* #undef MNT2_GEN_OPT_CACHE */ 1561b7899253Schristos 1562b7899253Schristos /* 6-argument mount */ 1563b7899253Schristos /* #undef MNT2_GEN_OPT_DATA */ 1564b7899253Schristos 1565b7899253Schristos /* Use a lazy unmount (detach) */ 1566b7899253Schristos /* #undef MNT2_GEN_OPT_DETACH */ 1567b7899253Schristos 1568b7899253Schristos /* Use a forced unmount */ 1569b7899253Schristos #define MNT2_GEN_OPT_FORCE 0x80000 1570b7899253Schristos 1571b7899253Schristos /* old (4-argument) mount (compatibility) */ 1572b7899253Schristos /* #undef MNT2_GEN_OPT_FSS */ 1573b7899253Schristos 1574b7899253Schristos /* old BSD group-id on create */ 1575b7899253Schristos /* #undef MNT2_GEN_OPT_GRPID */ 1576b7899253Schristos 1577b7899253Schristos /* ignore mount entry in df output */ 1578b7899253Schristos #define MNT2_GEN_OPT_IGNORE 0x100000 1579b7899253Schristos 1580b7899253Schristos /* journaling filesystem (AIX's UFS/FFS) */ 1581b7899253Schristos /* #undef MNT2_GEN_OPT_JFS */ 1582b7899253Schristos 15834da6d876Schristos /* honor mandatory locking requests */ 15844da6d876Schristos /* #undef MNT2_GEN_OPT_MANDLOCK */ 15854da6d876Schristos 1586b7899253Schristos /* do multi-component lookup on files */ 1587b7899253Schristos /* #undef MNT2_GEN_OPT_MULTI */ 1588b7899253Schristos 1589b7899253Schristos /* use type string instead of int */ 1590b7899253Schristos /* #undef MNT2_GEN_OPT_NEWTYPE */ 1591b7899253Schristos 1592b7899253Schristos /* NFS mount */ 1593b7899253Schristos /* #undef MNT2_GEN_OPT_NFS */ 1594b7899253Schristos 15954da6d876Schristos /* don't update access times */ 15964da6d876Schristos #define MNT2_GEN_OPT_NOATIME 0x4000000 15974da6d876Schristos 1598b7899253Schristos /* nocache (what?) */ 1599b7899253Schristos /* #undef MNT2_GEN_OPT_NOCACHE */ 1600b7899253Schristos 1601b7899253Schristos /* do not interpret special device files */ 1602b7899253Schristos #define MNT2_GEN_OPT_NODEV 0x10 1603b7899253Schristos 16044da6d876Schristos /* don't update directory access times */ 16054da6d876Schristos /* #undef MNT2_GEN_OPT_NODIRATIME */ 16064da6d876Schristos 1607b7899253Schristos /* no exec calls allowed */ 1608b7899253Schristos #define MNT2_GEN_OPT_NOEXEC 0x4 1609b7899253Schristos 1610b7899253Schristos /* do not interpret special device files */ 1611b7899253Schristos /* #undef MNT2_GEN_OPT_NONDEV */ 1612b7899253Schristos 1613b7899253Schristos /* Disallow mounts beneath this mount */ 1614b7899253Schristos /* #undef MNT2_GEN_OPT_NOSUB */ 1615b7899253Schristos 1616b7899253Schristos /* Setuid programs disallowed */ 1617b7899253Schristos #define MNT2_GEN_OPT_NOSUID 0x8 1618b7899253Schristos 1619b7899253Schristos /* Return ENAMETOOLONG for long filenames */ 1620b7899253Schristos /* #undef MNT2_GEN_OPT_NOTRUNC */ 1621b7899253Schristos 1622b7899253Schristos /* Pass mount option string to kernel */ 1623b7899253Schristos /* #undef MNT2_GEN_OPT_OPTIONSTR */ 1624b7899253Schristos 1625b7899253Schristos /* allow overlay mounts */ 1626b7899253Schristos /* #undef MNT2_GEN_OPT_OVERLAY */ 1627b7899253Schristos 1628b7899253Schristos /* check quotas */ 1629b7899253Schristos #define MNT2_GEN_OPT_QUOTA 0x2000 1630b7899253Schristos 1631b7899253Schristos /* Read-only */ 1632b7899253Schristos #define MNT2_GEN_OPT_RDONLY 0x1 1633b7899253Schristos 1634b7899253Schristos /* change options on an existing mount */ 1635b7899253Schristos /* #undef MNT2_GEN_OPT_REMOUNT */ 1636b7899253Schristos 1637b7899253Schristos /* read only */ 1638b7899253Schristos /* #undef MNT2_GEN_OPT_RONLY */ 1639b7899253Schristos 1640b7899253Schristos /* synchronize data immediately to filesystem */ 1641b7899253Schristos /* #undef MNT2_GEN_OPT_SYNC */ 1642b7899253Schristos 1643b7899253Schristos /* synchronous filesystem access (same as SYNC) */ 1644b7899253Schristos #define MNT2_GEN_OPT_SYNCHRONOUS 0x2 1645b7899253Schristos 1646b7899253Schristos /* Mount with Sys 5-specific semantics */ 1647b7899253Schristos /* #undef MNT2_GEN_OPT_SYS5 */ 1648b7899253Schristos 1649b7899253Schristos /* Union mount */ 1650b7899253Schristos #define MNT2_GEN_OPT_UNION 0x20 1651b7899253Schristos 1652b7899253Schristos /* set max secs for dir attr cache */ 1653b7899253Schristos /* #undef MNT2_NFS_OPT_ACDIRMAX */ 1654b7899253Schristos 1655b7899253Schristos /* set min secs for dir attr cache */ 1656b7899253Schristos /* #undef MNT2_NFS_OPT_ACDIRMIN */ 1657b7899253Schristos 1658b7899253Schristos /* set max secs for file attr cache */ 1659b7899253Schristos /* #undef MNT2_NFS_OPT_ACREGMAX */ 1660b7899253Schristos 1661b7899253Schristos /* set min secs for file attr cache */ 1662b7899253Schristos /* #undef MNT2_NFS_OPT_ACREGMIN */ 1663b7899253Schristos 1664b7899253Schristos /* Authentication error */ 1665b7899253Schristos /* #undef MNT2_NFS_OPT_AUTHERR */ 1666b7899253Schristos 1667b7899253Schristos /* hide mount type from df(1) */ 1668b7899253Schristos /* #undef MNT2_NFS_OPT_AUTO */ 1669b7899253Schristos 16704da6d876Schristos /* Linux broken setuid */ 16714da6d876Schristos /* #undef MNT2_NFS_OPT_BROKEN_SUID */ 16724da6d876Schristos 1673b7899253Schristos /* set dead server retry thresh */ 1674b7899253Schristos #define MNT2_NFS_OPT_DEADTHRESH 0x4000 1675b7899253Schristos 1676b7899253Schristos /* Dismount in progress */ 1677b7899253Schristos /* #undef MNT2_NFS_OPT_DISMINPROG */ 1678b7899253Schristos 1679b7899253Schristos /* Dismounted */ 1680b7899253Schristos /* #undef MNT2_NFS_OPT_DISMNT */ 1681b7899253Schristos 1682b7899253Schristos /* Don't estimate rtt dynamically */ 1683b7899253Schristos #define MNT2_NFS_OPT_DUMBTIMR 0x800 1684b7899253Schristos 1685b7899253Schristos /* provide name of server's fs to system */ 1686b7899253Schristos /* #undef MNT2_NFS_OPT_FSNAME */ 1687b7899253Schristos 1688b7899253Schristos /* System V-style gid inheritance */ 1689b7899253Schristos /* #undef MNT2_NFS_OPT_GRPID */ 1690b7899253Schristos 1691b7899253Schristos /* Has authenticator */ 1692b7899253Schristos /* #undef MNT2_NFS_OPT_HASAUTH */ 1693b7899253Schristos 1694b7899253Schristos /* set hostname for error printf */ 1695b7899253Schristos /* #undef MNT2_NFS_OPT_HOSTNAME */ 1696b7899253Schristos 1697b7899253Schristos /* ignore mount point */ 1698b7899253Schristos /* #undef MNT2_NFS_OPT_IGNORE */ 1699b7899253Schristos 1700b7899253Schristos /* allow interrupts on hard mount */ 1701b7899253Schristos #define MNT2_NFS_OPT_INT 0x40 1702b7899253Schristos 1703b7899253Schristos /* Bits set internally */ 1704b7899253Schristos /* #undef MNT2_NFS_OPT_INTERNAL */ 1705b7899253Schristos 1706b7899253Schristos /* allow interrupts on hard mount */ 1707b7899253Schristos /* #undef MNT2_NFS_OPT_INTR */ 1708b7899253Schristos 1709b7899253Schristos /* Use Kerberos authentication */ 1710b7899253Schristos #define MNT2_NFS_OPT_KERB 0x400 1711b7899253Schristos 1712b7899253Schristos /* use kerberos credentials */ 1713b7899253Schristos /* #undef MNT2_NFS_OPT_KERBEROS */ 1714b7899253Schristos 1715b7899253Schristos /* transport's knetconfig structure */ 1716b7899253Schristos /* #undef MNT2_NFS_OPT_KNCONF */ 1717b7899253Schristos 1718b7899253Schristos /* set lease term (nqnfs) */ 1719b7899253Schristos #define MNT2_NFS_OPT_LEASETERM 0x1000 1720b7899253Schristos 1721b7899253Schristos /* Local locking (no lock manager) */ 1722b7899253Schristos /* #undef MNT2_NFS_OPT_LLOCK */ 1723b7899253Schristos 1724b7899253Schristos /* set maximum grouplist size */ 1725b7899253Schristos #define MNT2_NFS_OPT_MAXGRPS 0x20 1726b7899253Schristos 1727b7899253Schristos /* Mnt server for mnt point */ 1728b7899253Schristos /* #undef MNT2_NFS_OPT_MNTD */ 1729b7899253Schristos 1730b7899253Schristos /* Assume writes were mine */ 1731b7899253Schristos /* #undef MNT2_NFS_OPT_MYWRITE */ 1732b7899253Schristos 1733b7899253Schristos /* mount NFS Version 3 */ 1734b7899253Schristos #define MNT2_NFS_OPT_NFSV3 0x200 1735b7899253Schristos 1736b7899253Schristos /* don't cache attributes */ 1737b7899253Schristos #define MNT2_NFS_OPT_NOAC 0x80000 1738b7899253Schristos 17394da6d876Schristos /* does not support Access Control Lists */ 17404da6d876Schristos /* #undef MNT2_NFS_OPT_NOACL */ 17414da6d876Schristos 1742b7899253Schristos /* Don't Connect the socket */ 1743b7899253Schristos #define MNT2_NFS_OPT_NOCONN 0x80 1744b7899253Schristos 1745b7899253Schristos /* no close-to-open consistency */ 1746b7899253Schristos /* #undef MNT2_NFS_OPT_NOCTO */ 1747b7899253Schristos 1748b7899253Schristos /* disallow interrupts on hard mounts */ 1749b7899253Schristos /* #undef MNT2_NFS_OPT_NOINT */ 1750b7899253Schristos 1751b7899253Schristos /* Don't use locking */ 1752b7899253Schristos /* #undef MNT2_NFS_OPT_NONLM */ 1753b7899253Schristos 17544da6d876Schristos /* does not support readdir+ */ 17554da6d876Schristos /* #undef MNT2_NFS_OPT_NORDIRPLUS */ 17564da6d876Schristos 1757b7899253Schristos /* Get lease for lookup */ 1758b7899253Schristos /* #undef MNT2_NFS_OPT_NQLOOKLEASE */ 1759b7899253Schristos 1760b7899253Schristos /* Use Nqnfs protocol */ 1761b7899253Schristos #define MNT2_NFS_OPT_NQNFS 0x100 1762b7899253Schristos 1763b7899253Schristos /* paging threshold */ 1764b7899253Schristos /* #undef MNT2_NFS_OPT_PGTHRESH */ 1765b7899253Schristos 1766b7899253Schristos /* static pathconf kludge info */ 1767b7899253Schristos /* #undef MNT2_NFS_OPT_POSIX */ 1768b7899253Schristos 1769b7899253Schristos /* Use local locking */ 1770b7899253Schristos /* #undef MNT2_NFS_OPT_PRIVATE */ 1771b7899253Schristos 1772b7899253Schristos /* allow property list operations (ACLs over NFS) */ 1773b7899253Schristos /* #undef MNT2_NFS_OPT_PROPLIST */ 1774b7899253Schristos 1775b7899253Schristos /* Rcv socket lock */ 1776b7899253Schristos /* #undef MNT2_NFS_OPT_RCVLOCK */ 1777b7899253Schristos 1778b7899253Schristos /* Do lookup with readdir (nqnfs) */ 1779b7899253Schristos /* #undef MNT2_NFS_OPT_RDIRALOOK */ 1780b7899253Schristos 1781b7899253Schristos /* Use Readdirplus for NFSv3 */ 1782b7899253Schristos #define MNT2_NFS_OPT_RDIRPLUS 0x10000 1783b7899253Schristos 1784b7899253Schristos /* set read ahead */ 1785b7899253Schristos #define MNT2_NFS_OPT_READAHEAD 0x2000 1786b7899253Schristos 1787b7899253Schristos /* Set readdir size */ 1788b7899253Schristos #define MNT2_NFS_OPT_READDIRSIZE 0x20000 1789b7899253Schristos 1790b7899253Schristos /* Allocate a reserved port */ 1791b7899253Schristos #define MNT2_NFS_OPT_RESVPORT 0x8000 1792b7899253Schristos 1793b7899253Schristos /* set number of request retries */ 1794b7899253Schristos #define MNT2_NFS_OPT_RETRANS 0x10 1795b7899253Schristos 1796b7899253Schristos /* read only */ 1797b7899253Schristos /* #undef MNT2_NFS_OPT_RONLY */ 1798b7899253Schristos 1799b7899253Schristos /* use RPC to do secure NFS time sync */ 1800b7899253Schristos /* #undef MNT2_NFS_OPT_RPCTIMESYNC */ 1801b7899253Schristos 1802b7899253Schristos /* set read size */ 1803b7899253Schristos #define MNT2_NFS_OPT_RSIZE 0x4 1804b7899253Schristos 1805b7899253Schristos /* secure mount */ 1806b7899253Schristos /* #undef MNT2_NFS_OPT_SECURE */ 1807b7899253Schristos 1808b7899253Schristos /* Send socket lock */ 1809b7899253Schristos /* #undef MNT2_NFS_OPT_SNDLOCK */ 1810b7899253Schristos 1811b7899253Schristos /* soft mount (hard is default) */ 1812b7899253Schristos #define MNT2_NFS_OPT_SOFT 0x1 1813b7899253Schristos 1814b7899253Schristos /* spongy mount */ 1815b7899253Schristos /* #undef MNT2_NFS_OPT_SPONGY */ 1816b7899253Schristos 18174da6d876Schristos /* Reserved for nfsv4 */ 18184da6d876Schristos /* #undef MNT2_NFS_OPT_STRICTLOCK */ 18194da6d876Schristos 1820b7899253Schristos /* set symlink cache time-to-live */ 1821b7899253Schristos /* #undef MNT2_NFS_OPT_SYMTTL */ 1822b7899253Schristos 1823b7899253Schristos /* use TCP for mounts */ 1824b7899253Schristos /* #undef MNT2_NFS_OPT_TCP */ 1825b7899253Schristos 1826b7899253Schristos /* set initial timeout */ 1827b7899253Schristos #define MNT2_NFS_OPT_TIMEO 0x8 1828b7899253Schristos 18294da6d876Schristos /* do not use shared cache for all mountpoints */ 18304da6d876Schristos /* #undef MNT2_NFS_OPT_UNSHARED */ 18314da6d876Schristos 1832b7899253Schristos /* linux NFSv3 */ 1833b7899253Schristos /* #undef MNT2_NFS_OPT_VER3 */ 1834b7899253Schristos 1835b7899253Schristos /* Wait for authentication */ 1836b7899253Schristos /* #undef MNT2_NFS_OPT_WAITAUTH */ 1837b7899253Schristos 1838b7899253Schristos /* Wants an authenticator */ 1839b7899253Schristos /* #undef MNT2_NFS_OPT_WANTAUTH */ 1840b7899253Schristos 1841b7899253Schristos /* Want receive socket lock */ 1842b7899253Schristos /* #undef MNT2_NFS_OPT_WANTRCV */ 1843b7899253Schristos 1844b7899253Schristos /* Want send socket lock */ 1845b7899253Schristos /* #undef MNT2_NFS_OPT_WANTSND */ 1846b7899253Schristos 1847b7899253Schristos /* set write size */ 1848b7899253Schristos #define MNT2_NFS_OPT_WSIZE 0x2 1849b7899253Schristos 1850b7899253Schristos /* 32<->64 dir cookie translation */ 1851b7899253Schristos #define MNT2_NFS_OPT_XLATECOOKIE 0x40000 1852b7899253Schristos 1853b7899253Schristos /* Force Win95 long names */ 1854b7899253Schristos /* #undef MNT2_PCFS_OPT_LONGNAME */ 1855b7899253Schristos 1856b7899253Schristos /* Completely ignore Win95 entries */ 1857b7899253Schristos /* #undef MNT2_PCFS_OPT_NOWIN95 */ 1858b7899253Schristos 1859b7899253Schristos /* Force old DOS short names only */ 1860b7899253Schristos /* #undef MNT2_PCFS_OPT_SHORTNAME */ 1861b7899253Schristos 1862c0b43889Schristos /* Close session when unmounting */ 1863c0b43889Schristos #define MNT2_UDF_OPT_CLOSESESSION 0x1 1864c0b43889Schristos 1865b7899253Schristos /* Name of mount table file name */ 1866b7899253Schristos /* #undef MNTTAB_FILE_NAME */ 1867b7899253Schristos 1868b7899253Schristos /* Mount Table option string: Max attr cache timeout (dirs) */ 1869b7899253Schristos /* #undef MNTTAB_OPT_ACDIRMAX */ 1870b7899253Schristos 1871b7899253Schristos /* Mount Table option string: Min attr cache timeout (dirs) */ 1872b7899253Schristos /* #undef MNTTAB_OPT_ACDIRMIN */ 1873b7899253Schristos 1874b7899253Schristos /* Mount Table option string: Max attr cache timeout (files) */ 1875b7899253Schristos /* #undef MNTTAB_OPT_ACREGMAX */ 1876b7899253Schristos 1877b7899253Schristos /* Mount Table option string: Min attr cache timeout (files) */ 1878b7899253Schristos /* #undef MNTTAB_OPT_ACREGMIN */ 1879b7899253Schristos 1880b7899253Schristos /* Mount Table option string: Attr cache timeout (sec) */ 1881b7899253Schristos /* #undef MNTTAB_OPT_ACTIMEO */ 1882b7899253Schristos 1883b7899253Schristos /* Mount Table option string: Do mount retries in background */ 1884b7899253Schristos /* #undef MNTTAB_OPT_BG */ 1885b7899253Schristos 1886b7899253Schristos /* Mount Table option string: compress */ 1887b7899253Schristos /* #undef MNTTAB_OPT_COMPRESS */ 1888b7899253Schristos 1889b7899253Schristos /* Mount Table option string: Device id of mounted fs */ 1890b7899253Schristos /* #undef MNTTAB_OPT_DEV */ 1891b7899253Schristos 1892b7899253Schristos /* Mount Table option string: Automount direct map mount */ 1893b7899253Schristos /* #undef MNTTAB_OPT_DIRECT */ 1894b7899253Schristos 1895b7899253Schristos /* Mount Table option string: Do mount retries in foreground */ 1896b7899253Schristos /* #undef MNTTAB_OPT_FG */ 1897b7899253Schristos 1898b7899253Schristos /* Mount Table option string: Filesystem id of mounted fs */ 1899b7899253Schristos /* #undef MNTTAB_OPT_FSID */ 1900b7899253Schristos 1901b7899253Schristos /* Mount Table option string: SysV-compatible gid on create */ 1902b7899253Schristos /* #undef MNTTAB_OPT_GRPID */ 1903b7899253Schristos 1904b7899253Schristos /* Mount Table option string: Hard mount */ 1905b7899253Schristos /* #undef MNTTAB_OPT_HARD */ 1906b7899253Schristos 1907b7899253Schristos /* Mount Table option string: Ignore this entry */ 1908b7899253Schristos /* #undef MNTTAB_OPT_IGNORE */ 1909b7899253Schristos 1910b7899253Schristos /* Mount Table option string: Automount indirect map mount */ 1911b7899253Schristos /* #undef MNTTAB_OPT_INDIRECT */ 1912b7899253Schristos 1913b7899253Schristos /* Mount Table option string: Allow NFS ops to be interrupted */ 1914b7899253Schristos /* #undef MNTTAB_OPT_INTR */ 1915b7899253Schristos 1916b7899253Schristos /* Mount Table option string: Secure (AUTH_Kerb) mounting */ 1917b7899253Schristos /* #undef MNTTAB_OPT_KERB */ 1918b7899253Schristos 1919b7899253Schristos /* Mount Table option string: Local locking (no lock manager) */ 1920b7899253Schristos /* #undef MNTTAB_OPT_LLOCK */ 1921b7899253Schristos 1922b7899253Schristos /* Force Win95 long names */ 1923b7899253Schristos /* #undef MNTTAB_OPT_LONGNAME */ 1924b7899253Schristos 1925b7899253Schristos /* Mount Table option string: Automount map */ 1926b7899253Schristos /* #undef MNTTAB_OPT_MAP */ 1927b7899253Schristos 1928b7899253Schristos /* Mount Table option string: max groups */ 1929b7899253Schristos /* #undef MNTTAB_OPT_MAXGROUPS */ 1930b7899253Schristos 1931b7899253Schristos /* Mount Table option string: Do multi-component lookup */ 1932b7899253Schristos /* #undef MNTTAB_OPT_MULTI */ 1933b7899253Schristos 1934b7899253Schristos /* Mount Table option string: Don't cache attributes at all */ 1935b7899253Schristos /* #undef MNTTAB_OPT_NOAC */ 1936b7899253Schristos 19374da6d876Schristos /* Access Control Lists are not supported */ 19384da6d876Schristos /* #undef MNTTAB_OPT_NOACL */ 19394da6d876Schristos 1940b7899253Schristos /* Mount Table option string: No auto (what?) */ 1941b7899253Schristos /* #undef MNTTAB_OPT_NOAUTO */ 1942b7899253Schristos 1943b7899253Schristos /* Mount Table option string: No connection */ 1944b7899253Schristos /* #undef MNTTAB_OPT_NOCONN */ 1945b7899253Schristos 1946b7899253Schristos /* Mount Table option string: No close-to-open consistency */ 1947b7899253Schristos /* #undef MNTTAB_OPT_NOCTO */ 1948b7899253Schristos 1949b7899253Schristos /* Mount Table option string: Don't allow interrupted ops */ 1950b7899253Schristos /* #undef MNTTAB_OPT_NOINTR */ 1951b7899253Schristos 1952b7899253Schristos /* Mount Table option string: Don't check quotas */ 1953b7899253Schristos /* #undef MNTTAB_OPT_NOQUOTA */ 1954b7899253Schristos 1955b7899253Schristos /* Mount Table option string: Do no allow setting sec attrs */ 1956b7899253Schristos /* #undef MNTTAB_OPT_NOSETSEC */ 1957b7899253Schristos 1958b7899253Schristos /* Mount Table option string: Disallow mounts on subdirs */ 1959b7899253Schristos /* #undef MNTTAB_OPT_NOSUB */ 1960b7899253Schristos 1961b7899253Schristos /* Mount Table option string: Set uid not allowed */ 1962b7899253Schristos /* #undef MNTTAB_OPT_NOSUID */ 1963b7899253Schristos 1964b7899253Schristos /* Completely ignore Win95 entries */ 1965b7899253Schristos /* #undef MNTTAB_OPT_NOWIN95 */ 1966b7899253Schristos 1967b7899253Schristos /* Mount Table option string: action to taken on error */ 1968b7899253Schristos /* #undef MNTTAB_OPT_ONERROR */ 1969b7899253Schristos 1970b7899253Schristos /* Mount Table option string: paging threshold */ 1971b7899253Schristos /* #undef MNTTAB_OPT_PGTHRESH */ 1972b7899253Schristos 1973b7899253Schristos /* Mount Table option string: NFS server IP port number */ 1974b7899253Schristos /* #undef MNTTAB_OPT_PORT */ 1975b7899253Schristos 1976b7899253Schristos /* Mount Table option string: Get static pathconf for mount */ 1977b7899253Schristos /* #undef MNTTAB_OPT_POSIX */ 1978b7899253Schristos 1979b7899253Schristos /* Mount Table option string: Use local locking */ 1980b7899253Schristos /* #undef MNTTAB_OPT_PRIVATE */ 1981b7899253Schristos 1982b7899253Schristos /* Mount Table option string: support property lists (ACLs) */ 1983b7899253Schristos /* #undef MNTTAB_OPT_PROPLIST */ 1984b7899253Schristos 1985b7899253Schristos /* Mount Table option string: protocol network_id indicator */ 1986b7899253Schristos /* #undef MNTTAB_OPT_PROTO */ 1987b7899253Schristos 1988b7899253Schristos /* Mount Table option string: Check quotas */ 1989b7899253Schristos /* #undef MNTTAB_OPT_QUOTA */ 1990b7899253Schristos 1991b7899253Schristos /* Mount Table option string: Change mount options */ 1992b7899253Schristos /* #undef MNTTAB_OPT_REMOUNT */ 1993b7899253Schristos 1994b7899253Schristos /* Mount Table option string: Max retransmissions (soft mnts) */ 1995b7899253Schristos /* #undef MNTTAB_OPT_RETRANS */ 1996b7899253Schristos 1997b7899253Schristos /* Mount Table option string: Number of mount retries */ 1998b7899253Schristos /* #undef MNTTAB_OPT_RETRY */ 1999b7899253Schristos 2000b7899253Schristos /* Mount Table option string: Read only */ 2001b7899253Schristos /* #undef MNTTAB_OPT_RO */ 2002b7899253Schristos 2003b7899253Schristos /* Mount Table option string: Read/write with quotas */ 2004b7899253Schristos /* #undef MNTTAB_OPT_RQ */ 2005b7899253Schristos 2006b7899253Schristos /* Mount Table option string: Max NFS read size (bytes) */ 2007b7899253Schristos /* #undef MNTTAB_OPT_RSIZE */ 2008b7899253Schristos 2009b7899253Schristos /* Mount Table option string: Read/write */ 2010b7899253Schristos /* #undef MNTTAB_OPT_RW */ 2011b7899253Schristos 2012b7899253Schristos /* Mount Table option string: Secure (AUTH_DES) mounting */ 2013b7899253Schristos /* #undef MNTTAB_OPT_SECURE */ 2014b7899253Schristos 2015b7899253Schristos /* Force old DOS short names only */ 2016b7899253Schristos /* #undef MNTTAB_OPT_SHORTNAME */ 2017b7899253Schristos 2018b7899253Schristos /* Mount Table option string: Soft mount */ 2019b7899253Schristos /* #undef MNTTAB_OPT_SOFT */ 2020b7899253Schristos 2021b7899253Schristos /* Mount Table option string: spongy mount */ 2022b7899253Schristos /* #undef MNTTAB_OPT_SPONGY */ 2023b7899253Schristos 2024b7899253Schristos /* Mount Table option string: Set uid allowed */ 2025b7899253Schristos /* #undef MNTTAB_OPT_SUID */ 2026b7899253Schristos 2027b7899253Schristos /* Mount Table option string: set symlink cache time-to-live */ 2028b7899253Schristos /* #undef MNTTAB_OPT_SYMTTL */ 2029b7899253Schristos 2030b7899253Schristos /* Mount Table option string: Synchronous local directory ops */ 2031b7899253Schristos /* #undef MNTTAB_OPT_SYNCDIR */ 2032b7899253Schristos 2033b7899253Schristos /* Mount Table option string: NFS timeout (1/10 sec) */ 2034b7899253Schristos /* #undef MNTTAB_OPT_TIMEO */ 2035b7899253Schristos 2036b7899253Schristos /* Mount Table option string: min. time between inconsistencies */ 2037b7899253Schristos /* #undef MNTTAB_OPT_TOOSOON */ 2038b7899253Schristos 2039b7899253Schristos /* Mount Table option string: protocol version number indicator */ 2040b7899253Schristos /* #undef MNTTAB_OPT_VERS */ 2041b7899253Schristos 2042b7899253Schristos /* Mount Table option string: Max NFS write size (bytes) */ 2043b7899253Schristos /* #undef MNTTAB_OPT_WSIZE */ 2044b7899253Schristos 2045b7899253Schristos /* Mount-table entry name for AUTOFS filesystem */ 2046b7899253Schristos /* #undef MNTTAB_TYPE_AUTOFS */ 2047b7899253Schristos 2048b7899253Schristos /* Mount-table entry name for CACHEFS filesystem */ 2049b7899253Schristos /* #undef MNTTAB_TYPE_CACHEFS */ 2050b7899253Schristos 2051b7899253Schristos /* Mount-table entry name for CDFS filesystem */ 2052b7899253Schristos #define MNTTAB_TYPE_CDFS "cd9660" 2053b7899253Schristos 2054b7899253Schristos /* Mount-table entry name for CFS (crypto) filesystem */ 2055b7899253Schristos /* #undef MNTTAB_TYPE_CFS */ 2056b7899253Schristos 2057b7899253Schristos /* Mount-table entry name for EFS filesystem (irix) */ 2058b7899253Schristos #define MNTTAB_TYPE_EFS "efs" 2059b7899253Schristos 20604da6d876Schristos /* Mount-table entry name for EXT2 filesystem (linux) */ 20614da6d876Schristos /* #undef MNTTAB_TYPE_EXT2 */ 20624da6d876Schristos 20634da6d876Schristos /* Mount-table entry name for EXT3 filesystem (linux) */ 20644da6d876Schristos /* #undef MNTTAB_TYPE_EXT3 */ 20654da6d876Schristos 20664da6d876Schristos /* Mount-table entry name for EXT4 filesystem (linux) */ 20674da6d876Schristos /* #undef MNTTAB_TYPE_EXT4 */ 20684da6d876Schristos 2069b7899253Schristos /* Mount-table entry name for FFS filesystem */ 2070b7899253Schristos /* #undef MNTTAB_TYPE_FFS */ 2071b7899253Schristos 2072b7899253Schristos /* Mount-table entry name for LOFS filesystem */ 2073b7899253Schristos /* #undef MNTTAB_TYPE_LOFS */ 2074b7899253Schristos 20754da6d876Schristos /* Mount-table entry name for LUSTRE filesystem */ 20764da6d876Schristos /* #undef MNTTAB_TYPE_LUSTRE */ 20774da6d876Schristos 2078b7899253Schristos /* Mount-table entry name for MFS filesystem */ 2079b7899253Schristos #define MNTTAB_TYPE_MFS "mfs" 2080b7899253Schristos 2081b7899253Schristos /* Mount-table entry name for NFS filesystem */ 2082b7899253Schristos #define MNTTAB_TYPE_NFS "nfs" 2083b7899253Schristos 2084b7899253Schristos /* Mount-table entry name for NFS3 filesystem */ 2085b7899253Schristos #define MNTTAB_TYPE_NFS3 "nfs" 2086b7899253Schristos 20874da6d876Schristos /* Mount-table entry name for NFS4 filesystem */ 20884da6d876Schristos /* #undef MNTTAB_TYPE_NFS4 */ 20894da6d876Schristos 2090b7899253Schristos /* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */ 2091b7899253Schristos #define MNTTAB_TYPE_NULLFS "null" 2092b7899253Schristos 2093b7899253Schristos /* Mount-table entry name for PCFS filesystem */ 2094b7899253Schristos #define MNTTAB_TYPE_PCFS "msdos" 2095b7899253Schristos 2096b7899253Schristos /* Mount-table entry name for TFS filesystem */ 2097b7899253Schristos /* #undef MNTTAB_TYPE_TFS */ 2098b7899253Schristos 2099b7899253Schristos /* Mount-table entry name for TMPFS filesystem */ 2100b7899253Schristos #define MNTTAB_TYPE_TMPFS "tmpfs" 2101b7899253Schristos 2102c0b43889Schristos /* Mount-table entry name for UDF filesystem */ 2103c0b43889Schristos #define MNTTAB_TYPE_UDF "udf" 2104c0b43889Schristos 2105b7899253Schristos /* Mount-table entry name for UFS filesystem */ 2106b7899253Schristos #define MNTTAB_TYPE_UFS "ffs" 2107b7899253Schristos 2108b7899253Schristos /* Mount-table entry name for UMAPFS (uid/gid mapping) filesystem */ 2109b7899253Schristos #define MNTTAB_TYPE_UMAPFS "umap" 2110b7899253Schristos 2111b7899253Schristos /* Mount-table entry name for UNIONFS filesystem */ 2112b7899253Schristos #define MNTTAB_TYPE_UNIONFS "union" 2113b7899253Schristos 2114b7899253Schristos /* Mount-table entry name for XFS filesystem (irix) */ 2115b7899253Schristos /* #undef MNTTAB_TYPE_XFS */ 2116b7899253Schristos 2117b7899253Schristos /* Define if mount table is on file, undefine if in kernel */ 2118b7899253Schristos /* #undef MOUNT_TABLE_ON_FILE */ 2119b7899253Schristos 2120b7899253Schristos /* Mount(2) type/name for AUTOFS filesystem */ 2121b7899253Schristos /* #undef MOUNT_TYPE_AUTOFS */ 2122b7899253Schristos 2123b7899253Schristos /* Mount(2) type/name for CACHEFS filesystem */ 2124b7899253Schristos /* #undef MOUNT_TYPE_CACHEFS */ 2125b7899253Schristos 2126b7899253Schristos /* Mount(2) type/name for CDFS filesystem */ 2127b7899253Schristos #define MOUNT_TYPE_CDFS MOUNT_CD9660 2128b7899253Schristos 2129b7899253Schristos /* Mount(2) type/name for CFS (crypto) filesystem */ 2130b7899253Schristos /* #undef MOUNT_TYPE_CFS */ 2131b7899253Schristos 2132b7899253Schristos /* Mount(2) type/name for EFS filesystem (irix) */ 2133b7899253Schristos #define MOUNT_TYPE_EFS MOUNT_EFS 2134b7899253Schristos 21354da6d876Schristos /* Mount(2) type/name for EXT2 filesystem (linux) */ 21364da6d876Schristos /* #undef MOUNT_TYPE_EXT2 */ 21374da6d876Schristos 21384da6d876Schristos /* Mount(2) type/name for EXT3 filesystem (linux) */ 21394da6d876Schristos /* #undef MOUNT_TYPE_EXT3 */ 21404da6d876Schristos 21414da6d876Schristos /* Mount(2) type/name for EXT4 filesystem (linux) */ 21424da6d876Schristos /* #undef MOUNT_TYPE_EXT4 */ 21434da6d876Schristos 2144b7899253Schristos /* Mount(2) type/name for FFS filesystem */ 2145b7899253Schristos /* #undef MOUNT_TYPE_FFS */ 2146b7899253Schristos 2147b7899253Schristos /* Mount(2) type/name for IGNORE filesystem (not real just ignore for df) */ 2148b7899253Schristos #define MOUNT_TYPE_IGNORE MNT_IGNORE 2149b7899253Schristos 2150b7899253Schristos /* Mount(2) type/name for LOFS filesystem */ 2151b7899253Schristos /* #undef MOUNT_TYPE_LOFS */ 2152b7899253Schristos 21534da6d876Schristos /* Mount(2) type/name for LUSTRE filesystem */ 21544da6d876Schristos /* #undef MOUNT_TYPE_LUSTRE */ 21554da6d876Schristos 2156b7899253Schristos /* Mount(2) type/name for MFS filesystem */ 2157b7899253Schristos #define MOUNT_TYPE_MFS MOUNT_MFS 2158b7899253Schristos 2159b7899253Schristos /* Mount(2) type/name for NFS filesystem */ 2160b7899253Schristos #define MOUNT_TYPE_NFS MOUNT_NFS 2161b7899253Schristos 2162b7899253Schristos /* Mount(2) type/name for NFS3 filesystem */ 2163b7899253Schristos #define MOUNT_TYPE_NFS3 MOUNT_NFS3 2164b7899253Schristos 21654da6d876Schristos /* Mount(2) type/name for NFS4 filesystem */ 21664da6d876Schristos /* #undef MOUNT_TYPE_NFS4 */ 21674da6d876Schristos 2168b7899253Schristos /* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */ 2169b7899253Schristos #define MOUNT_TYPE_NULLFS MOUNT_NULL 2170b7899253Schristos 2171b7899253Schristos /* Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may 2172b7899253Schristos override this definition for HPUX 9.0 */ 2173b7899253Schristos #define MOUNT_TYPE_PCFS MOUNT_MSDOS 2174b7899253Schristos 2175b7899253Schristos /* Mount(2) type/name for TFS filesystem */ 2176b7899253Schristos /* #undef MOUNT_TYPE_TFS */ 2177b7899253Schristos 2178b7899253Schristos /* Mount(2) type/name for TMPFS filesystem */ 2179b7899253Schristos #define MOUNT_TYPE_TMPFS MOUNT_TMPFS 2180b7899253Schristos 2181c0b43889Schristos /* Mount(2) type/name for UDF filesystem */ 2182c0b43889Schristos #define MOUNT_TYPE_UDF MOUNT_UDF 2183c0b43889Schristos 2184b7899253Schristos /* Mount(2) type/name for UFS filesystem */ 2185b7899253Schristos #define MOUNT_TYPE_UFS MOUNT_FFS 2186b7899253Schristos 2187b7899253Schristos /* Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem */ 2188b7899253Schristos #define MOUNT_TYPE_UMAPFS MOUNT_UMAP 2189b7899253Schristos 2190b7899253Schristos /* Mount(2) type/name for UNIONFS filesystem */ 2191b7899253Schristos #define MOUNT_TYPE_UNIONFS MOUNT_UNION 2192b7899253Schristos 2193b7899253Schristos /* Mount(2) type/name for XFS filesystem (irix) */ 2194b7899253Schristos /* #undef MOUNT_TYPE_XFS */ 2195b7899253Schristos 2196b7899253Schristos /* The string used in printf to print the mount-type field of mount(2) */ 2197b7899253Schristos #define MTYPE_PRINTF_TYPE "%s" 2198b7899253Schristos 2199b7899253Schristos /* Type of the mount-type field in the mount() system call */ 2200b7899253Schristos #define MTYPE_TYPE char * 2201b7899253Schristos 2202b7899253Schristos /* does libwrap expect caller to define the variables allow_severity and 2203b7899253Schristos deny_severity */ 2204b7899253Schristos /* #undef NEED_LIBWRAP_SEVERITY_VARIABLES */ 2205b7899253Schristos 2206b7899253Schristos /* Defined to the header file containing ndbm-compatible definitions */ 2207c0b43889Schristos #define NEW_DBM_H "ndbm.h" 2208b7899253Schristos 2209b7899253Schristos /* Define the field name for the filehandle within nfs_args_t */ 2210b7899253Schristos #define NFS_FH_FIELD fh 2211b7899253Schristos 2212b7899253Schristos /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 2213b7899253Schristos /* #undef NO_MINUS_C_MINUS_O */ 2214b7899253Schristos 2215b7899253Schristos /* Name of package */ 2216b7899253Schristos #define PACKAGE "am-utils" 2217b7899253Schristos 2218b7899253Schristos /* Define to the address where bug reports for this package should be sent. */ 2219b7899253Schristos #define PACKAGE_BUGREPORT "https://bugzilla.am-utils.org/ or am-utils@am-utils.org" 2220b7899253Schristos 2221b7899253Schristos /* Define to the full name of this package. */ 2222b7899253Schristos #define PACKAGE_NAME "am-utils" 2223b7899253Schristos 2224b7899253Schristos /* Define to the full name and version of this package. */ 22254da6d876Schristos #define PACKAGE_STRING "am-utils 6.2" 2226b7899253Schristos 2227b7899253Schristos /* Define to the one symbol short name of this package. */ 2228b7899253Schristos #define PACKAGE_TARNAME "am-utils" 2229b7899253Schristos 22304da6d876Schristos /* Define to the home page for this package. */ 22314da6d876Schristos #define PACKAGE_URL "" 22324da6d876Schristos 2233b7899253Schristos /* Define to the version of this package. */ 22344da6d876Schristos #define PACKAGE_VERSION "6.2" 2235b7899253Schristos 2236b7899253Schristos /* Type of the 6th argument to recvfrom() */ 2237b7899253Schristos #define RECVFROM_FROMLEN_TYPE socklen_t 2238b7899253Schristos 2239b7899253Schristos /* should signal handlers be reinstalled? */ 2240b7899253Schristos /* #undef REINSTALL_SIGNAL_HANDLER */ 2241b7899253Schristos 2242b7899253Schristos /* Define as the return type of signal handlers (`int' or `void'). */ 2243b7899253Schristos #define RETSIGTYPE void 2244b7899253Schristos 2245b7899253Schristos /* Define to 1 if the `setpgrp' function takes no argument. */ 2246b7899253Schristos /* #undef SETPGRP_VOID */ 2247b7899253Schristos 2248b7899253Schristos /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 2249b7899253Schristos /* #undef STAT_MACROS_BROKEN */ 2250b7899253Schristos 2251b7899253Schristos /* Define to 1 if you have the ANSI C header files. */ 2252b7899253Schristos #define STDC_HEADERS 1 2253b7899253Schristos 2254b7899253Schristos /* Define the type of the 3rd argument ('in') to svc_getargs() */ 2255b7899253Schristos #define SVC_IN_ARG_TYPE caddr_t 2256b7899253Schristos 2257b7899253Schristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 2258b7899253Schristos #define TIME_WITH_SYS_TIME 1 2259b7899253Schristos 2260b7899253Schristos /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 2261b7899253Schristos /* #undef TM_IN_SYS_TIME */ 2262b7899253Schristos 2263b7899253Schristos #ifndef __NetBSD__ 2264b7899253Schristos /* Define user name */ 2265b7899253Schristos #define USER_NAME "christos" 2266b7899253Schristos #endif 2267b7899253Schristos 2268b7899253Schristos /* define if must NOT use NFS "noconn" option */ 2269b7899253Schristos /* #undef USE_CONNECTED_NFS_SOCKETS */ 2270b7899253Schristos 2271c0b43889Schristos /* Enable extensions on AIX 3, Interix. */ 2272c0b43889Schristos #ifndef _ALL_SOURCE 2273c0b43889Schristos # define _ALL_SOURCE 1 2274c0b43889Schristos #endif 2275c0b43889Schristos /* Enable GNU extensions on systems that have them. */ 2276c0b43889Schristos #ifndef _GNU_SOURCE 2277c0b43889Schristos # define _GNU_SOURCE 1 2278c0b43889Schristos #endif 2279c0b43889Schristos /* Enable threading extensions on Solaris. */ 2280c0b43889Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 2281c0b43889Schristos # define _POSIX_PTHREAD_SEMANTICS 1 2282c0b43889Schristos #endif 2283c0b43889Schristos /* Enable extensions on HP NonStop. */ 2284c0b43889Schristos #ifndef _TANDEM_SOURCE 2285c0b43889Schristos # define _TANDEM_SOURCE 1 2286c0b43889Schristos #endif 2287c0b43889Schristos /* Enable general extensions on Solaris. */ 2288c0b43889Schristos #ifndef __EXTENSIONS__ 2289c0b43889Schristos # define __EXTENSIONS__ 1 2290c0b43889Schristos #endif 2291c0b43889Schristos 2292c0b43889Schristos 2293b7899253Schristos /* define if must use NFS "noconn" option */ 2294b7899253Schristos /* #undef USE_UNCONNECTED_NFS_SOCKETS */ 2295b7899253Schristos 2296b7899253Schristos /* Version number of package */ 22974da6d876Schristos #define VERSION "6.2" 2298b7899253Schristos 2299c0b43889Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 2300c0b43889Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 2301c0b43889Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 2302c0b43889Schristos # if defined __BIG_ENDIAN__ 2303c0b43889Schristos # define WORDS_BIGENDIAN 1 2304c0b43889Schristos # endif 2305c0b43889Schristos #else 2306c0b43889Schristos # ifndef WORDS_BIGENDIAN 2307b7899253Schristos /* # undef WORDS_BIGENDIAN */ 2308c0b43889Schristos # endif 2309c0b43889Schristos #endif 2310b7899253Schristos 2311b7899253Schristos /* Define to the type of xdr procedure type */ 2312b7899253Schristos #define XDRPROC_T_TYPE xdrproc_t 2313b7899253Schristos 2314b7899253Schristos /* Type of the 3rd argument to yp_order() */ 2315b7899253Schristos #define YP_ORDER_OUTORDER_TYPE int 2316b7899253Schristos 2317b7899253Schristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 2318b7899253Schristos `char[]'. */ 2319b7899253Schristos #define YYTEXT_POINTER 1 2320b7899253Schristos 23214da6d876Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 23224da6d876Schristos #ifndef _DARWIN_USE_64_BIT_INODE 23234da6d876Schristos # define _DARWIN_USE_64_BIT_INODE 1 23244da6d876Schristos #endif 23254da6d876Schristos 23264da6d876Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 23274da6d876Schristos /* #undef _FILE_OFFSET_BITS */ 23284da6d876Schristos 23294da6d876Schristos /* Define for large files, on AIX-style hosts. */ 23304da6d876Schristos /* #undef _LARGE_FILES */ 23314da6d876Schristos 2332c0b43889Schristos /* Define to 1 if on MINIX. */ 2333c0b43889Schristos /* #undef _MINIX */ 2334c0b43889Schristos 2335c0b43889Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 2336c0b43889Schristos this defined. */ 2337c0b43889Schristos /* #undef _POSIX_1_SOURCE */ 2338c0b43889Schristos 2339c0b43889Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 2340c0b43889Schristos /* #undef _POSIX_SOURCE */ 2341b7899253Schristos 2342b7899253Schristos /* Define a type/structure for an NFS V2 filehandle */ 2343b7899253Schristos #define am_nfs_fh nfs_fh 2344b7899253Schristos 2345b7899253Schristos /* Define a type/structure for an NFS V3 filehandle */ 2346b7899253Schristos #define am_nfs_fh3 nfs_fh3_netbsd20 2347b7899253Schristos 2348b7899253Schristos /* Define a type for the autofs_args structure */ 2349b7899253Schristos /* #undef autofs_args_t */ 2350b7899253Schristos 2351b7899253Schristos /* Define a type for the cachefs_args structure */ 2352b7899253Schristos /* #undef cachefs_args_t */ 2353b7899253Schristos 2354b7899253Schristos /* Define a type for the cdfs_args structure */ 2355b7899253Schristos #define cdfs_args_t struct iso_args 2356b7899253Schristos 2357b7899253Schristos /* Define to empty if `const' does not conform to ANSI C. */ 2358b7899253Schristos /* #undef const */ 2359b7899253Schristos 2360b7899253Schristos /* Define a type for the efs_args structure */ 2361b7899253Schristos #define efs_args_t struct efs_args 2362b7899253Schristos 2363b7899253Schristos /* Define to `int' if <sys/types.h> doesn't define. */ 2364b7899253Schristos /* #undef gid_t */ 2365b7899253Schristos 2366b7899253Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler 2367b7899253Schristos calls it, or to nothing if 'inline' is not supported under any name. */ 2368b7899253Schristos #ifndef __cplusplus 2369b7899253Schristos /* #undef inline */ 2370b7899253Schristos #endif 2371b7899253Schristos 2372b7899253Schristos /* Define a type for the lofs_args structure */ 2373b7899253Schristos /* #undef lofs_args_t */ 2374b7899253Schristos 2375b7899253Schristos /* Define a type for the mfs_args structure */ 2376b7899253Schristos #define mfs_args_t struct mfs_args 2377b7899253Schristos 2378b7899253Schristos /* Define to `int' if <sys/types.h> does not define. */ 2379b7899253Schristos /* #undef mode_t */ 2380b7899253Schristos 2381b7899253Schristos /* Define a type for the nfs_args structure */ 2382b7899253Schristos #define nfs_args_t struct nfs_args 2383b7899253Schristos 2384b7899253Schristos /* Define a type for the pcfs_args structure */ 2385b7899253Schristos #define pcfs_args_t struct msdosfs_args 2386b7899253Schristos 2387b7899253Schristos /* Define to `int' if <sys/types.h> does not define. */ 2388b7899253Schristos /* #undef pid_t */ 2389b7899253Schristos 2390b7899253Schristos /* Check if pte_t is defined in <sys/immu.h> */ 2391b7899253Schristos /* #undef pte_t */ 2392b7899253Schristos 2393b7899253Schristos /* Define a type for the rfs_args structure */ 2394b7899253Schristos /* #undef rfs_args_t */ 2395b7899253Schristos 2396b7899253Schristos /* Check if rpcvers_t is defined in <rpc/types.h> */ 2397b7899253Schristos /* #undef rpcvers_t */ 2398b7899253Schristos 2399b7899253Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */ 2400b7899253Schristos /* #undef size_t */ 2401b7899253Schristos 2402b7899253Schristos /* Define to `long' if <sys/types.h> does not define. */ 2403b7899253Schristos /* #undef time_t */ 2404b7899253Schristos 2405b7899253Schristos /* Define a type for the tmpfs_args structure */ 2406b7899253Schristos #define tmpfs_args_t struct tmpfs_args 2407b7899253Schristos 2408c0b43889Schristos /* Define a type for the udf_args structure */ 2409c0b43889Schristos #define udf_args_t struct udf_args 2410c0b43889Schristos 2411b7899253Schristos /* Define a type for the ufs_args structure */ 2412b7899253Schristos #define ufs_args_t struct ufs_args 2413b7899253Schristos 2414b7899253Schristos /* Define to `int' if <sys/types.h> doesn't define. */ 2415b7899253Schristos /* #undef uid_t */ 2416b7899253Schristos 2417b7899253Schristos /* Define as `fork' if `vfork' does not work. */ 2418b7899253Schristos /* #undef vfork */ 2419b7899253Schristos 2420b7899253Schristos /* Define to "void *" if compiler can handle, otherwise "char *" */ 2421b7899253Schristos #define voidp void * 2422b7899253Schristos 2423b7899253Schristos /* Define to empty if the keyword `volatile' does not work. Warning: valid 2424b7899253Schristos code using `volatile' can become incorrect without. Disable with care. */ 2425b7899253Schristos /* #undef volatile */ 2426b7899253Schristos 2427b7899253Schristos /* Define a type for the xfs_args structure */ 2428b7899253Schristos /* #undef xfs_args_t */ 2429b7899253Schristos 2430b7899253Schristos 2431b7899253Schristos /****************************************************************************/ 2432b7899253Schristos /*** INCLUDE localconfig.h if it exists, to allow users to make some ***/ 2433b7899253Schristos /*** compile time configuration changes. ***/ 2434b7899253Schristos /****************************************************************************/ 2435b7899253Schristos /* does a local configuration file exist? */ 2436b7899253Schristos /* #undef HAVE_LOCALCONFIG_H */ 2437b7899253Schristos #ifdef HAVE_LOCALCONFIG_H 2438b7899253Schristos # include <localconfig.h> 2439b7899253Schristos #endif /* HAVE_LOCALCONFIG_H */ 2440b7899253Schristos 2441b7899253Schristos #endif /* not _CONFIG_H */ 2442b7899253Schristos 2443b7899253Schristos /* 2444b7899253Schristos * Local Variables: 2445b7899253Schristos * mode: c 2446b7899253Schristos * End: 2447b7899253Schristos */ 2448b7899253Schristos 2449b7899253Schristos /* End of am-utils-6.x config.h file */ 2450b7899253Schristos 2451