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