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