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