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