1dnl FILE: m4/macros/header_templates.m4 2dnl defines descriptions for various am-utils specific macros 3 4AH_TEMPLATE([HAVE_AMU_FS_AUTO], 5[Define if have automount filesystem]) 6 7AH_TEMPLATE([HAVE_AMU_FS_DIRECT], 8[Define if have direct automount filesystem]) 9 10AH_TEMPLATE([HAVE_AMU_FS_TOPLVL], 11[Define if have "top-level" filesystem]) 12 13AH_TEMPLATE([HAVE_AMU_FS_ERROR], 14[Define if have error filesystem]) 15 16AH_TEMPLATE([HAVE_AMU_FS_PROGRAM], 17[Define if have program filesystem]) 18 19AH_TEMPLATE([HAVE_AMU_FS_LINK], 20[Define if have symbolic-link filesystem]) 21 22AH_TEMPLATE([HAVE_AMU_FS_LINKX], 23[Define if have symlink with existence check filesystem]) 24 25AH_TEMPLATE([HAVE_AMU_FS_HOST], 26[Define if have NFS host-tree filesystem]) 27 28AH_TEMPLATE([HAVE_AMU_FS_NFSL], 29[Define if have nfsl (NFS with local link check) filesystem]) 30 31AH_TEMPLATE([HAVE_AMU_FS_NFSX], 32[Define if have multi-NFS filesystem]) 33 34AH_TEMPLATE([HAVE_AMU_FS_UNION], 35[Define if have union filesystem]) 36 37AH_TEMPLATE([HAVE_MAP_FILE], 38[Define if have file maps (everyone should have it!)]) 39 40AH_TEMPLATE([HAVE_MAP_NIS], 41[Define if have NIS maps]) 42 43AH_TEMPLATE([HAVE_MAP_NISPLUS], 44[Define if have NIS+ maps]) 45 46AH_TEMPLATE([HAVE_MAP_DBM], 47[Define if have DBM maps]) 48 49AH_TEMPLATE([HAVE_MAP_NDBM], 50[Define if have NDBM maps]) 51 52AH_TEMPLATE([HAVE_MAP_HESIOD], 53[Define if have HESIOD maps]) 54 55AH_TEMPLATE([HAVE_MAP_LDAP], 56[Define if have LDAP maps]) 57 58AH_TEMPLATE([HAVE_MAP_PASSWD], 59[Define if have PASSWD maps]) 60 61AH_TEMPLATE([HAVE_MAP_SUN], 62[Define if have Sun-syntax maps]) 63 64AH_TEMPLATE([HAVE_MAP_UNION], 65[Define if have UNION maps]) 66 67AH_TEMPLATE([HAVE_MAP_EXEC], 68[Define if have executable maps]) 69 70AH_TEMPLATE([HAVE_FS_UFS], 71[Define if have UFS filesystem]) 72 73AH_TEMPLATE([HAVE_FS_FFS], 74[Define if have FFS filesystem]) 75 76AH_TEMPLATE([HAVE_FS_XFS], 77[Define if have XFS filesystem (irix)]) 78 79AH_TEMPLATE([HAVE_FS_EFS], 80[Define if have EFS filesystem (irix)]) 81 82AH_TEMPLATE([HAVE_FS_NFS], 83[Define if have NFS filesystem]) 84 85AH_TEMPLATE([HAVE_FS_NFS3], 86[Define if have NFS3 filesystem]) 87 88AH_TEMPLATE([HAVE_FS_PCFS], 89[Define if have PCFS filesystem]) 90 91AH_TEMPLATE([HAVE_FS_LOFS], 92[Define if have LOFS filesystem]) 93 94AH_TEMPLATE([HAVE_FS_HSFS], 95[Define if have HSFS filesystem]) 96 97AH_TEMPLATE([HAVE_FS_CDFS], 98[Define if have CDFS filesystem]) 99 100AH_TEMPLATE([HAVE_FS_UDF], 101[Define if have UDF filesystem]) 102 103AH_TEMPLATE([HAVE_FS_TFS], 104[Define if have TFS filesystem]) 105 106AH_TEMPLATE([HAVE_FS_TMPFS], 107[Define if have TMPFS filesystem]) 108 109AH_TEMPLATE([HAVE_FS_MFS], 110[Define if have MFS filesystem]) 111 112AH_TEMPLATE([HAVE_FS_CFS], 113[Define if have CFS (crypto) filesystem]) 114 115AH_TEMPLATE([HAVE_FS_AUTOFS], 116[Define if have AUTOFS filesystem]) 117 118AH_TEMPLATE([HAVE_FS_CACHEFS], 119[Define if have CACHEFS filesystem]) 120 121AH_TEMPLATE([HAVE_FS_NULLFS], 122[Define if have NULLFS (loopback on bsd44) filesystem]) 123 124AH_TEMPLATE([HAVE_FS_UNIONFS], 125[Define if have UNIONFS filesystem]) 126 127AH_TEMPLATE([HAVE_FS_UMAPFS], 128[Define if have UMAPFS (uid/gid mapping) filesystem]) 129 130AH_TEMPLATE([MOUNT_TYPE_UFS], 131[Mount(2) type/name for UFS filesystem]) 132 133AH_TEMPLATE([MOUNT_TYPE_FFS], 134[Mount(2) type/name for FFS filesystem]) 135 136AH_TEMPLATE([MOUNT_TYPE_XFS], 137[Mount(2) type/name for XFS filesystem (irix)]) 138 139AH_TEMPLATE([MOUNT_TYPE_EFS], 140[Mount(2) type/name for EFS filesystem (irix)]) 141 142AH_TEMPLATE([MOUNT_TYPE_NFS], 143[Mount(2) type/name for NFS filesystem]) 144 145AH_TEMPLATE([MOUNT_TYPE_NFS3], 146[Mount(2) type/name for NFS3 filesystem]) 147 148AH_TEMPLATE([MOUNT_TYPE_PCFS], 149[Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0]) 150 151AH_TEMPLATE([MOUNT_TYPE_LOFS], 152[Mount(2) type/name for LOFS filesystem]) 153 154AH_TEMPLATE([MOUNT_TYPE_CDFS], 155[Mount(2) type/name for CDFS filesystem]) 156 157AH_TEMPLATE([MOUNT_TYPE_UDF], 158[Mount(2) type/name for UDF filesystem]) 159 160AH_TEMPLATE([MOUNT_TYPE_TFS], 161[Mount(2) type/name for TFS filesystem]) 162 163AH_TEMPLATE([MOUNT_TYPE_TMPFS], 164[Mount(2) type/name for TMPFS filesystem]) 165 166AH_TEMPLATE([MOUNT_TYPE_MFS], 167[Mount(2) type/name for MFS filesystem]) 168 169AH_TEMPLATE([MOUNT_TYPE_CFS], 170[Mount(2) type/name for CFS (crypto) filesystem]) 171 172AH_TEMPLATE([MOUNT_TYPE_AUTOFS], 173[Mount(2) type/name for AUTOFS filesystem]) 174 175AH_TEMPLATE([MOUNT_TYPE_CACHEFS], 176[Mount(2) type/name for CACHEFS filesystem]) 177 178AH_TEMPLATE([MOUNT_TYPE_IGNORE], 179[Mount(2) type/name for IGNORE filesystem (not real just ignore for df)]) 180 181AH_TEMPLATE([MOUNT_TYPE_NULLFS], 182[Mount(2) type/name for NULLFS (loopback on bsd44) filesystem]) 183 184AH_TEMPLATE([MOUNT_TYPE_UNIONFS], 185[Mount(2) type/name for UNIONFS filesystem]) 186 187AH_TEMPLATE([MOUNT_TYPE_UMAPFS], 188[Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem]) 189 190AH_TEMPLATE([MNTTAB_TYPE_UFS], 191[Mount-table entry name for UFS filesystem]) 192 193AH_TEMPLATE([MNTTAB_TYPE_FFS], 194[Mount-table entry name for FFS filesystem]) 195 196AH_TEMPLATE([MNTTAB_TYPE_XFS], 197[Mount-table entry name for XFS filesystem (irix)]) 198 199AH_TEMPLATE([MNTTAB_TYPE_EFS], 200[Mount-table entry name for EFS filesystem (irix)]) 201 202AH_TEMPLATE([MNTTAB_TYPE_NFS], 203[Mount-table entry name for NFS filesystem]) 204 205AH_TEMPLATE([MNTTAB_TYPE_NFS3], 206[Mount-table entry name for NFS3 filesystem]) 207 208AH_TEMPLATE([MNTTAB_TYPE_PCFS], 209[Mount-table entry name for PCFS filesystem]) 210 211AH_TEMPLATE([MNTTAB_TYPE_LOFS], 212[Mount-table entry name for LOFS filesystem]) 213 214AH_TEMPLATE([MNTTAB_TYPE_CDFS], 215[Mount-table entry name for CDFS filesystem]) 216 217AH_TEMPLATE([MNTTAB_TYPE_UDF], 218[Mount-table entry name for UDF filesystem]) 219 220AH_TEMPLATE([MNTTAB_TYPE_TFS], 221[Mount-table entry name for TFS filesystem]) 222 223AH_TEMPLATE([MNTTAB_TYPE_TMPFS], 224[Mount-table entry name for TMPFS filesystem]) 225 226AH_TEMPLATE([MNTTAB_TYPE_MFS], 227[Mount-table entry name for MFS filesystem]) 228 229AH_TEMPLATE([MNTTAB_TYPE_CFS], 230[Mount-table entry name for CFS (crypto) filesystem]) 231 232AH_TEMPLATE([MNTTAB_TYPE_AUTOFS], 233[Mount-table entry name for AUTOFS filesystem]) 234 235AH_TEMPLATE([MNTTAB_TYPE_CACHEFS], 236[Mount-table entry name for CACHEFS filesystem]) 237 238AH_TEMPLATE([MNTTAB_TYPE_NULLFS], 239[Mount-table entry name for NULLFS (loopback on bsd44) filesystem]) 240 241AH_TEMPLATE([MNTTAB_TYPE_UNIONFS], 242[Mount-table entry name for UNIONFS filesystem]) 243 244AH_TEMPLATE([MNTTAB_TYPE_UMAPFS], 245[Mount-table entry name for UMAPFS (uid/gid mapping) filesystem]) 246 247AH_TEMPLATE([MNTTAB_FILE_NAME], 248[Name of mount table file name]) 249 250AH_TEMPLATE([HIDE_MOUNT_TYPE], 251[Name of mount type to hide amd mount from df(1)]) 252 253AH_TEMPLATE([MNTTAB_OPT_RO], 254[Mount Table option string: Read only]) 255 256AH_TEMPLATE([MNTTAB_OPT_RW], 257[Mount Table option string: Read/write]) 258 259AH_TEMPLATE([MNTTAB_OPT_RQ], 260[Mount Table option string: Read/write with quotas]) 261 262AH_TEMPLATE([MNTTAB_OPT_QUOTA], 263[Mount Table option string: Check quotas]) 264 265AH_TEMPLATE([MNTTAB_OPT_NOQUOTA], 266[Mount Table option string: Don't check quotas]) 267 268AH_TEMPLATE([MNTTAB_OPT_ONERROR], 269[Mount Table option string: action to taken on error]) 270 271AH_TEMPLATE([MNTTAB_OPT_TOOSOON], 272[Mount Table option string: min. time between inconsistencies]) 273 274AH_TEMPLATE([MNTTAB_OPT_SOFT], 275[Mount Table option string: Soft mount]) 276 277AH_TEMPLATE([MNTTAB_OPT_SPONGY], 278[Mount Table option string: spongy mount]) 279 280AH_TEMPLATE([MNTTAB_OPT_HARD], 281[Mount Table option string: Hard mount]) 282 283AH_TEMPLATE([MNTTAB_OPT_SUID], 284[Mount Table option string: Set uid allowed]) 285 286AH_TEMPLATE([MNTTAB_OPT_NOSUID], 287[Mount Table option string: Set uid not allowed]) 288 289AH_TEMPLATE([MNTTAB_OPT_GRPID], 290[Mount Table option string: SysV-compatible gid on create]) 291 292AH_TEMPLATE([MNTTAB_OPT_REMOUNT], 293[Mount Table option string: Change mount options]) 294 295AH_TEMPLATE([MNTTAB_OPT_NOSUB], 296[Mount Table option string: Disallow mounts on subdirs]) 297 298AH_TEMPLATE([MNTTAB_OPT_MULTI], 299[Mount Table option string: Do multi-component lookup]) 300 301AH_TEMPLATE([MNTTAB_OPT_INTR], 302[Mount Table option string: Allow NFS ops to be interrupted]) 303 304AH_TEMPLATE([MNTTAB_OPT_NOINTR], 305[Mount Table option string: Don't allow interrupted ops]) 306 307AH_TEMPLATE([MNTTAB_OPT_PORT], 308[Mount Table option string: NFS server IP port number]) 309 310AH_TEMPLATE([MNTTAB_OPT_SECURE], 311[Mount Table option string: Secure (AUTH_DES) mounting]) 312 313AH_TEMPLATE([MNTTAB_OPT_KERB], 314[Mount Table option string: Secure (AUTH_Kerb) mounting]) 315 316AH_TEMPLATE([MNTTAB_OPT_RSIZE], 317[Mount Table option string: Max NFS read size (bytes)]) 318 319AH_TEMPLATE([MNTTAB_OPT_WSIZE], 320[Mount Table option string: Max NFS write size (bytes)]) 321 322AH_TEMPLATE([MNTTAB_OPT_TIMEO], 323[Mount Table option string: NFS timeout (1/10 sec)]) 324 325AH_TEMPLATE([MNTTAB_OPT_RETRANS], 326[Mount Table option string: Max retransmissions (soft mnts)]) 327 328AH_TEMPLATE([MNTTAB_OPT_ACTIMEO], 329[Mount Table option string: Attr cache timeout (sec)]) 330 331AH_TEMPLATE([MNTTAB_OPT_ACREGMIN], 332[Mount Table option string: Min attr cache timeout (files)]) 333 334AH_TEMPLATE([MNTTAB_OPT_ACREGMAX], 335[Mount Table option string: Max attr cache timeout (files)]) 336 337AH_TEMPLATE([MNTTAB_OPT_ACDIRMIN], 338[Mount Table option string: Min attr cache timeout (dirs)]) 339 340AH_TEMPLATE([MNTTAB_OPT_ACDIRMAX], 341[Mount Table option string: Max attr cache timeout (dirs)]) 342 343AH_TEMPLATE([MNTTAB_OPT_NOAC], 344[Mount Table option string: Don't cache attributes at all]) 345 346AH_TEMPLATE([MNTTAB_OPT_NOCTO], 347[Mount Table option string: No close-to-open consistency]) 348 349AH_TEMPLATE([MNTTAB_OPT_BG], 350[Mount Table option string: Do mount retries in background]) 351 352AH_TEMPLATE([MNTTAB_OPT_FG], 353[Mount Table option string: Do mount retries in foreground]) 354 355AH_TEMPLATE([MNTTAB_OPT_RETRY], 356[Mount Table option string: Number of mount retries]) 357 358AH_TEMPLATE([MNTTAB_OPT_DEV], 359[Mount Table option string: Device id of mounted fs]) 360 361AH_TEMPLATE([MNTTAB_OPT_FSID], 362[Mount Table option string: Filesystem id of mounted fs]) 363 364AH_TEMPLATE([MNTTAB_OPT_POSIX], 365[Mount Table option string: Get static pathconf for mount]) 366 367AH_TEMPLATE([MNTTAB_OPT_PRIVATE], 368[Mount Table option string: Use local locking]) 369 370AH_TEMPLATE([MNTTAB_OPT_MAP], 371[Mount Table option string: Automount map]) 372 373AH_TEMPLATE([MNTTAB_OPT_DIRECT], 374[Mount Table option string: Automount direct map mount]) 375 376AH_TEMPLATE([MNTTAB_OPT_INDIRECT], 377[Mount Table option string: Automount indirect map mount]) 378 379AH_TEMPLATE([MNTTAB_OPT_LLOCK], 380[Mount Table option string: Local locking (no lock manager)]) 381 382AH_TEMPLATE([MNTTAB_OPT_IGNORE], 383[Mount Table option string: Ignore this entry]) 384 385AH_TEMPLATE([MNTTAB_OPT_NOAUTO], 386[Mount Table option string: No auto (what?)]) 387 388AH_TEMPLATE([MNTTAB_OPT_NOCONN], 389[Mount Table option string: No connection]) 390 391AH_TEMPLATE([MNTTAB_OPT_VERS], 392[Mount Table option string: protocol version number indicator]) 393 394AH_TEMPLATE([MNTTAB_OPT_PROTO], 395[Mount Table option string: protocol network_id indicator]) 396 397AH_TEMPLATE([MNTTAB_OPT_SYNCDIR], 398[Mount Table option string: Synchronous local directory ops]) 399 400AH_TEMPLATE([MNTTAB_OPT_NOSETSEC], 401[Mount Table option string: Do no allow setting sec attrs]) 402 403AH_TEMPLATE([MNTTAB_OPT_SYMTTL], 404[Mount Table option string: set symlink cache time-to-live]) 405 406AH_TEMPLATE([MNTTAB_OPT_COMPRESS], 407[Mount Table option string: compress]) 408 409AH_TEMPLATE([MNTTAB_OPT_PGTHRESH], 410[Mount Table option string: paging threshold]) 411 412AH_TEMPLATE([MNTTAB_OPT_MAXGROUPS], 413[Mount Table option string: max groups]) 414 415AH_TEMPLATE([MNTTAB_OPT_PROPLIST], 416[Mount Table option string: support property lists (ACLs)]) 417 418AH_TEMPLATE([MNTTAB_OPT_LONGNAME], 419[Force Win95 long names]) 420 421AH_TEMPLATE([MNTTAB_OPT_NOWIN95], 422[Completely ignore Win95 entries]) 423 424AH_TEMPLATE([MNTTAB_OPT_SHORTNAME], 425[Force old DOS short names only]) 426 427 428AH_TEMPLATE([MNT2_GEN_OPT_ASYNC], 429[asynchronous filesystem access]) 430 431AH_TEMPLATE([MNT2_GEN_OPT_AUTOMNTFS], 432[automounter filesystem (ignore) flag, used in bsdi-4.1]) 433 434AH_TEMPLATE([MNT2_GEN_OPT_AUTOMOUNTED], 435[automounter filesystem flag, used in Mac OS X / Darwin]) 436 437AH_TEMPLATE([MNT2_GEN_OPT_BIND], 438[directory hardlink]) 439 440AH_TEMPLATE([MNT2_GEN_OPT_CACHE], 441[cache (what?)]) 442 443AH_TEMPLATE([MNT2_GEN_OPT_DATA], 444[6-argument mount]) 445 446AH_TEMPLATE([MNT2_GEN_OPT_DETACH], 447[Use a lazy unmount (detach)]) 448 449AH_TEMPLATE([MNT2_GEN_OPT_FORCE], 450[Use a forced unmount]) 451 452AH_TEMPLATE([MNT2_GEN_OPT_FSS], 453[old (4-argument) mount (compatibility)]) 454 455AH_TEMPLATE([MNT2_GEN_OPT_IGNORE], 456[ignore mount entry in df output]) 457 458AH_TEMPLATE([MNT2_GEN_OPT_JFS], 459[journaling filesystem (AIX's UFS/FFS)]) 460 461AH_TEMPLATE([MNT2_GEN_OPT_GRPID], 462[old BSD group-id on create]) 463 464AH_TEMPLATE([MNT2_GEN_OPT_MULTI], 465[do multi-component lookup on files]) 466 467AH_TEMPLATE([MNT2_GEN_OPT_NEWTYPE], 468[use type string instead of int]) 469 470AH_TEMPLATE([MNT2_GEN_OPT_NFS], 471[NFS mount]) 472 473AH_TEMPLATE([MNT2_GEN_OPT_NOCACHE], 474[nocache (what?)]) 475 476AH_TEMPLATE([MNT2_GEN_OPT_NODEV], 477[do not interpret special device files]) 478 479AH_TEMPLATE([MNT2_GEN_OPT_NOEXEC], 480[no exec calls allowed]) 481 482AH_TEMPLATE([MNT2_GEN_OPT_NONDEV], 483[do not interpret special device files]) 484 485AH_TEMPLATE([MNT2_GEN_OPT_NOSUB], 486[Disallow mounts beneath this mount]) 487 488AH_TEMPLATE([MNT2_GEN_OPT_NOSUID], 489[Setuid programs disallowed]) 490 491AH_TEMPLATE([MNT2_GEN_OPT_NOTRUNC], 492[Return ENAMETOOLONG for long filenames]) 493 494AH_TEMPLATE([MNT2_GEN_OPT_OPTIONSTR], 495[Pass mount option string to kernel]) 496 497AH_TEMPLATE([MNT2_GEN_OPT_OVERLAY], 498[allow overlay mounts]) 499 500AH_TEMPLATE([MNT2_GEN_OPT_QUOTA], 501[check quotas]) 502 503AH_TEMPLATE([MNT2_GEN_OPT_RDONLY], 504[Read-only]) 505 506AH_TEMPLATE([MNT2_GEN_OPT_REMOUNT], 507[change options on an existing mount]) 508 509AH_TEMPLATE([MNT2_GEN_OPT_RONLY], 510[read only]) 511 512AH_TEMPLATE([MNT2_GEN_OPT_SYNC], 513[synchronize data immediately to filesystem]) 514 515AH_TEMPLATE([MNT2_GEN_OPT_SYNCHRONOUS], 516[synchronous filesystem access (same as SYNC)]) 517 518AH_TEMPLATE([MNT2_GEN_OPT_SYS5], 519[Mount with Sys 5-specific semantics]) 520 521AH_TEMPLATE([MNT2_GEN_OPT_UNION], 522[Union mount]) 523 524AH_TEMPLATE([MNT2_NFS_OPT_AUTO], 525[hide mount type from df(1)]) 526 527AH_TEMPLATE([MNT2_NFS_OPT_ACDIRMAX], 528[set max secs for dir attr cache]) 529 530AH_TEMPLATE([MNT2_NFS_OPT_ACDIRMIN], 531[set min secs for dir attr cache]) 532 533AH_TEMPLATE([MNT2_NFS_OPT_ACREGMAX], 534[set max secs for file attr cache]) 535 536AH_TEMPLATE([MNT2_NFS_OPT_ACREGMIN], 537[set min secs for file attr cache]) 538 539AH_TEMPLATE([MNT2_NFS_OPT_AUTHERR], 540[Authentication error]) 541 542AH_TEMPLATE([MNT2_NFS_OPT_DEADTHRESH], 543[set dead server retry thresh]) 544 545AH_TEMPLATE([MNT2_NFS_OPT_DISMINPROG], 546[Dismount in progress]) 547 548AH_TEMPLATE([MNT2_NFS_OPT_DISMNT], 549[Dismounted]) 550 551AH_TEMPLATE([MNT2_NFS_OPT_DUMBTIMR], 552[Don't estimate rtt dynamically]) 553 554AH_TEMPLATE([MNT2_NFS_OPT_GRPID], 555[System V-style gid inheritance]) 556 557AH_TEMPLATE([MNT2_NFS_OPT_HASAUTH], 558[Has authenticator]) 559 560AH_TEMPLATE([MNT2_NFS_OPT_FSNAME], 561[provide name of server's fs to system]) 562 563AH_TEMPLATE([MNT2_NFS_OPT_HOSTNAME], 564[set hostname for error printf]) 565 566AH_TEMPLATE([MNT2_NFS_OPT_IGNORE], 567[ignore mount point]) 568 569AH_TEMPLATE([MNT2_NFS_OPT_INT], 570[allow interrupts on hard mount]) 571 572AH_TEMPLATE([MNT2_NFS_OPT_INTR], 573[allow interrupts on hard mount]) 574 575AH_TEMPLATE([MNT2_NFS_OPT_INTERNAL], 576[Bits set internally]) 577 578AH_TEMPLATE([MNT2_NFS_OPT_KERB], 579[Use Kerberos authentication]) 580 581AH_TEMPLATE([MNT2_NFS_OPT_KERBEROS], 582[use kerberos credentials]) 583 584AH_TEMPLATE([MNT2_NFS_OPT_KNCONF], 585[transport's knetconfig structure]) 586 587AH_TEMPLATE([MNT2_NFS_OPT_LEASETERM], 588[set lease term (nqnfs)]) 589 590AH_TEMPLATE([MNT2_NFS_OPT_LLOCK], 591[Local locking (no lock manager)]) 592 593AH_TEMPLATE([MNT2_NFS_OPT_MAXGRPS], 594[set maximum grouplist size]) 595 596AH_TEMPLATE([MNT2_NFS_OPT_MNTD], 597[Mnt server for mnt point]) 598 599AH_TEMPLATE([MNT2_NFS_OPT_MYWRITE], 600[Assume writes were mine]) 601 602AH_TEMPLATE([MNT2_NFS_OPT_NFSV3], 603[mount NFS Version 3]) 604 605AH_TEMPLATE([MNT2_NFS_OPT_NOAC], 606[don't cache attributes]) 607 608AH_TEMPLATE([MNT2_NFS_OPT_NOCONN], 609[Don't Connect the socket]) 610 611AH_TEMPLATE([MNT2_NFS_OPT_NOCTO], 612[no close-to-open consistency]) 613 614AH_TEMPLATE([MNT2_NFS_OPT_NOINT], 615[disallow interrupts on hard mounts]) 616 617AH_TEMPLATE([MNT2_NFS_OPT_NQLOOKLEASE], 618[Get lease for lookup]) 619 620AH_TEMPLATE([MNT2_NFS_OPT_NONLM], 621[Don't use locking]) 622 623AH_TEMPLATE([MNT2_NFS_OPT_NQNFS], 624[Use Nqnfs protocol]) 625 626AH_TEMPLATE([MNT2_NFS_OPT_POSIX], 627[static pathconf kludge info]) 628 629AH_TEMPLATE([MNT2_NFS_OPT_PRIVATE], 630[Use local locking]) 631 632AH_TEMPLATE([MNT2_NFS_OPT_RCVLOCK], 633[Rcv socket lock]) 634 635AH_TEMPLATE([MNT2_NFS_OPT_RDIRALOOK], 636[Do lookup with readdir (nqnfs)]) 637 638AH_TEMPLATE([MNT2_NFS_OPT_PROPLIST], 639[allow property list operations (ACLs over NFS)]) 640 641AH_TEMPLATE([MNT2_NFS_OPT_RDIRPLUS], 642[Use Readdirplus for NFSv3]) 643 644AH_TEMPLATE([MNT2_NFS_OPT_READAHEAD], 645[set read ahead]) 646 647AH_TEMPLATE([MNT2_NFS_OPT_READDIRSIZE], 648[Set readdir size]) 649 650AH_TEMPLATE([MNT2_NFS_OPT_RESVPORT], 651[Allocate a reserved port]) 652 653AH_TEMPLATE([MNT2_NFS_OPT_RETRANS], 654[set number of request retries]) 655 656AH_TEMPLATE([MNT2_NFS_OPT_RONLY], 657[read only]) 658 659AH_TEMPLATE([MNT2_NFS_OPT_RPCTIMESYNC], 660[use RPC to do secure NFS time sync]) 661 662AH_TEMPLATE([MNT2_NFS_OPT_RSIZE], 663[set read size]) 664 665AH_TEMPLATE([MNT2_NFS_OPT_SECURE], 666[secure mount]) 667 668AH_TEMPLATE([MNT2_NFS_OPT_SNDLOCK], 669[Send socket lock]) 670 671AH_TEMPLATE([MNT2_NFS_OPT_SOFT], 672[soft mount (hard is default)]) 673 674AH_TEMPLATE([MNT2_NFS_OPT_SPONGY], 675[spongy mount]) 676 677AH_TEMPLATE([MNT2_NFS_OPT_TIMEO], 678[set initial timeout]) 679 680AH_TEMPLATE([MNT2_NFS_OPT_TCP], 681[use TCP for mounts]) 682 683AH_TEMPLATE([MNT2_NFS_OPT_VER3], 684[linux NFSv3]) 685 686AH_TEMPLATE([MNT2_NFS_OPT_WAITAUTH], 687[Wait for authentication]) 688 689AH_TEMPLATE([MNT2_NFS_OPT_WANTAUTH], 690[Wants an authenticator]) 691 692AH_TEMPLATE([MNT2_NFS_OPT_WANTRCV], 693[Want receive socket lock]) 694 695AH_TEMPLATE([MNT2_NFS_OPT_WANTSND], 696[Want send socket lock]) 697 698AH_TEMPLATE([MNT2_NFS_OPT_WSIZE], 699[set write size]) 700 701AH_TEMPLATE([MNT2_NFS_OPT_SYMTTL], 702[set symlink cache time-to-live]) 703 704AH_TEMPLATE([MNT2_NFS_OPT_PGTHRESH], 705[paging threshold]) 706 707AH_TEMPLATE([MNT2_NFS_OPT_XLATECOOKIE], 708[32<->64 dir cookie translation]) 709 710AH_TEMPLATE([MNT2_CDFS_OPT_DEFPERM], 711[Ignore permission bits]) 712 713AH_TEMPLATE([MNT2_CDFS_OPT_EXTATT], 714[Enable external attributes]) 715 716AH_TEMPLATE([MNT2_CDFS_OPT_GENS], 717[Show file generations]) 718 719AH_TEMPLATE([MNT2_CDFS_OPT_NOCASETRANS], 720[Disable filename case translation]) 721 722AH_TEMPLATE([MNT2_CDFS_OPT_NODEFPERM], 723[Use on-disk permission bits]) 724 725AH_TEMPLATE([MNT2_CDFS_OPT_NOJOLIET], 726[Disable Joliet extensions]) 727 728AH_TEMPLATE([MNT2_CDFS_OPT_NORRIP], 729[Disable Rock Ridge Interchange Protocol (RRIP) extensions]) 730 731AH_TEMPLATE([MNT2_CDFS_OPT_NOVERSION], 732[Strip off extension from version string]) 733 734AH_TEMPLATE([MNT2_CDFS_OPT_RRCASEINS], 735[Enable Rock Ridge Interchange Protocol (RRIP) case insensitive filename extensions]) 736 737AH_TEMPLATE([MNT2_CDFS_OPT_RRIP], 738[Use Rock Ridge Interchange Protocol (RRIP) extensions]) 739 740AH_TEMPLATE([MNT2_UDF_OPT_CLOSESESSION], 741[Close session when unmounting]) 742 743AH_TEMPLATE([MNT2_PCFS_OPT_LONGNAME], 744[Force Win95 long names]) 745 746AH_TEMPLATE([MNT2_PCFS_OPT_NOWIN95], 747[Completely ignore Win95 entries]) 748 749AH_TEMPLATE([MNT2_PCFS_OPT_SHORTNAME], 750[Force old DOS short names only]) 751 752AH_TEMPLATE([HAVE_MNTENT_T_MNT_TIME_STRING], 753[does mntent_t have mnt_time field and is of type "char *" ?]) 754 755AH_TEMPLATE([REINSTALL_SIGNAL_HANDLER], 756[should signal handlers be reinstalled?]) 757 758AH_TEMPLATE([DEBUG], 759[Turn off general debugging by default]) 760 761AH_TEMPLATE([DEBUG_MEM], 762[Turn off memory debugging by default]) 763 764AH_TEMPLATE([PACKAGE_NAME], 765[Define package name (must be defined by configure.in)]) 766 767AH_TEMPLATE([PACKAGE_VERSION], 768[Define version of package (must be defined by configure.in)]) 769 770AH_TEMPLATE([PACKAGE_BUGREPORT], 771[Define bug-reporting address (must be defined by configure.in)]) 772 773AH_TEMPLATE([HOST_CPU], 774[Define name of host machine's cpu (eg. sparc)]) 775 776AH_TEMPLATE([HOST_ARCH], 777[Define name of host machine's architecture (eg. sun4)]) 778 779AH_TEMPLATE([DISTRO_NAME], 780[Define name of host OS's distribution name (eg. debian, redhat, suse, etc.)]) 781 782AH_TEMPLATE([HOST_VENDOR], 783[Define name of host machine's vendor (eg. sun)]) 784 785AH_TEMPLATE([HOST_OS], 786[Define name and version of host machine (eg. solaris2.5.1)]) 787 788AH_TEMPLATE([HOST_OS_NAME], 789[Define only name of host machine OS (eg. solaris2)]) 790 791AH_TEMPLATE([HOST_OS_VERSION], 792[Define only version of host machine (eg. 2.5.1)]) 793 794AH_TEMPLATE([HOST_HEADER_VERSION], 795[Define the header version of (linux) hosts (eg. 2.2.10)]) 796 797AH_TEMPLATE([HOST_NAME], 798[Define name of host]) 799 800AH_TEMPLATE([USER_NAME], 801[Define user name]) 802 803AH_TEMPLATE([CONFIG_DATE], 804[Define configuration date]) 805 806AH_TEMPLATE([HAVE_TRANSPORT_TYPE_TLI], 807[what type of network transport type is in use? TLI or sockets?]) 808 809AH_TEMPLATE([time_t], 810[Define to `long' if <sys/types.h> doesn't define time_t]) 811 812AH_TEMPLATE([voidp], 813[Define to "void *" if compiler can handle, otherwise "char *"]) 814 815AH_TEMPLATE([am_nfs_fh], 816[Define a type/structure for an NFS V2 filehandle]) 817 818AH_TEMPLATE([am_nfs_fh3], 819[Define a type/structure for an NFS V3 filehandle]) 820 821AH_TEMPLATE([HAVE_NFS_PROT_HEADERS], 822[define if the host has NFS protocol headers in system headers]) 823 824AH_TEMPLATE([AMU_NFS_PROTOCOL_HEADER], 825[define name of am-utils' NFS protocol header]) 826 827AH_TEMPLATE([nfs_args_t], 828[Define a type for the nfs_args structure]) 829 830AH_TEMPLATE([NFS_FH_FIELD], 831[Define the field name for the filehandle within nfs_args_t]) 832 833AH_TEMPLATE([HAVE_FHANDLE], 834[Define if plain fhandle type exists]) 835 836AH_TEMPLATE([SVC_IN_ARG_TYPE], 837[Define the type of the 3rd argument ('in') to svc_getargs()]) 838 839AH_TEMPLATE([XDRPROC_T_TYPE], 840[Define to the type of xdr procedure type]) 841 842AH_TEMPLATE([MOUNT_TABLE_ON_FILE], 843[Define if mount table is on file, undefine if in kernel]) 844 845AH_TEMPLATE([HAVE_STRUCT_MNTENT], 846[Define if have struct mntent in one of the standard headers]) 847 848AH_TEMPLATE([HAVE_STRUCT_MNTTAB], 849[Define if have struct mnttab in one of the standard headers]) 850 851AH_TEMPLATE([HAVE_STRUCT_NFS_ARGS], 852[Define if have struct nfs_args in one of the standard nfs headers]) 853 854AH_TEMPLATE([HAVE_STRUCT_NFS_GFS_MOUNT], 855[Define if have struct nfs_gfs_mount in one of the standard nfs headers]) 856 857AH_TEMPLATE([YP_ORDER_OUTORDER_TYPE], 858[Type of the 3rd argument to yp_order()]) 859 860AH_TEMPLATE([RECVFROM_FROMLEN_TYPE], 861[Type of the 6th argument to recvfrom()]) 862 863AH_TEMPLATE([AUTH_CREATE_GIDLIST_TYPE], 864[Type of the 5rd argument to authunix_create()]) 865 866AH_TEMPLATE([MTYPE_PRINTF_TYPE], 867[The string used in printf to print the mount-type field of mount(2)]) 868 869AH_TEMPLATE([MTYPE_TYPE], 870[Type of the mount-type field in the mount() system call]) 871 872AH_TEMPLATE([pcfs_args_t], 873[Define a type for the pcfs_args structure]) 874 875AH_TEMPLATE([autofs_args_t], 876[Define a type for the autofs_args structure]) 877 878AH_TEMPLATE([cachefs_args_t], 879[Define a type for the cachefs_args structure]) 880 881AH_TEMPLATE([tmpfs_args_t], 882[Define a type for the tmpfs_args structure]) 883 884AH_TEMPLATE([ufs_args_t], 885[Define a type for the ufs_args structure]) 886 887AH_TEMPLATE([efs_args_t], 888[Define a type for the efs_args structure]) 889 890AH_TEMPLATE([xfs_args_t], 891[Define a type for the xfs_args structure]) 892 893AH_TEMPLATE([lofs_args_t], 894[Define a type for the lofs_args structure]) 895 896AH_TEMPLATE([cdfs_args_t], 897[Define a type for the cdfs_args structure]) 898 899AH_TEMPLATE([udf_args_t], 900[Define a type for the udf_args structure]) 901 902AH_TEMPLATE([mfs_args_t], 903[Define a type for the mfs_args structure]) 904 905AH_TEMPLATE([rfs_args_t], 906[Define a type for the rfs_args structure]) 907 908AH_TEMPLATE([HAVE_BAD_HASMNTOPT], 909[define if have a bad version of hasmntopt()]) 910 911AH_TEMPLATE([HAVE_BAD_MEMCMP], 912[define if have a bad version of memcmp()]) 913 914AH_TEMPLATE([HAVE_BAD_YP_ALL], 915[define if have a bad version of yp_all()]) 916 917AH_TEMPLATE([USE_UNCONNECTED_NFS_SOCKETS], 918[define if must use NFS "noconn" option]) 919 920AH_TEMPLATE([USE_CONNECTED_NFS_SOCKETS], 921[define if must NOT use NFS "noconn" option]) 922 923AH_TEMPLATE([HAVE_GNU_GETOPT], 924[define if your system's getopt() is GNU getopt() (are you using glibc)]) 925 926AH_TEMPLATE([HAVE_EXTERN_SYS_ERRLIST], 927[does extern definition for sys_errlist[] exist?]) 928 929AH_TEMPLATE([HAVE_EXTERN_OPTARG], 930[does extern definition for optarg exist?]) 931 932AH_TEMPLATE([HAVE_EXTERN_CLNT_SPCREATEERROR], 933[does extern definition for clnt_spcreateerror() exist?]) 934 935AH_TEMPLATE([HAVE_EXTERN_CLNT_SPERRNO], 936[does extern definition for clnt_sperrno() exist?]) 937 938AH_TEMPLATE([HAVE_EXTERN_FREE], 939[does extern definition for free() exist?]) 940 941AH_TEMPLATE([HAVE_EXTERN_GET_MYADDRESS], 942[does extern definition for get_myaddress() exist?]) 943 944AH_TEMPLATE([HAVE_EXTERN_GETCCENT], 945[does extern definition for getccent() (hpux) exist?]) 946 947AH_TEMPLATE([HAVE_EXTERN_GETDOMAINNAME], 948[does extern definition for getdomainname() exist?]) 949 950AH_TEMPLATE([HAVE_EXTERN_GETDTABLESIZE], 951[does extern definition for getdtablesize() exist?]) 952 953AH_TEMPLATE([HAVE_EXTERN_GETHOSTNAME], 954[does extern definition for gethostname() exist?]) 955 956AH_TEMPLATE([HAVE_EXTERN_GETLOGIN], 957[does extern definition for getlogin() exist?]) 958 959AH_TEMPLATE([HAVE_EXTERN_GETTABLESIZE], 960[does extern definition for gettablesize() exist?]) 961 962AH_TEMPLATE([HAVE_EXTERN_GETPAGESIZE], 963[does extern definition for getpagesize() exist?]) 964 965AH_TEMPLATE([HAVE_EXTERN_GETWD], 966[does extern definition for getwd() exist?]) 967 968AH_TEMPLATE([HAVE_EXTERN_HOSTS_CTL], 969[does extern definition for hosts_ctl() exist?]) 970 971AH_TEMPLATE([HAVE_EXTERN_INNETGR], 972[does extern definition for innetgr() exist?]) 973 974AH_TEMPLATE([HAVE_EXTERN_MKSTEMP], 975[does extern definition for mkstemp() exist?]) 976 977AH_TEMPLATE([HAVE_EXTERN_MNTCTL], 978[does extern definition for mntctl() exist?]) 979 980AH_TEMPLATE([HAVE_EXTERN_SBRK], 981[does extern definition for sbrk() exist?]) 982 983AH_TEMPLATE([HAVE_EXTERN_SETEUID], 984[does extern definition for seteuid() exist?]) 985 986AH_TEMPLATE([HAVE_EXTERN_SETITIMER], 987[does extern definition for setitimer() exist?]) 988 989AH_TEMPLATE([HAVE_EXTERN_SLEEP], 990[does extern definition for sleep() exist?]) 991 992AH_TEMPLATE([HAVE_EXTERN_STRCASECMP], 993[does extern definition for strcasecmp() exist?]) 994 995AH_TEMPLATE([HAVE_EXTERN_STRDUP], 996[does extern definition for strdup() exist?]) 997 998AH_TEMPLATE([HAVE_EXTERN_STRLCAT], 999[does extern definition for strlcat() exist?]) 1000 1001AH_TEMPLATE([HAVE_EXTERN_STRLCPY], 1002[does extern definition for strlcpy() exist?]) 1003 1004AH_TEMPLATE([HAVE_EXTERN_STRSTR], 1005[does extern definition for strstr() exist?]) 1006 1007AH_TEMPLATE([HAVE_EXTERN_UALARM], 1008[does extern definition for ualarm() exist?]) 1009 1010AH_TEMPLATE([HAVE_EXTERN_USLEEP], 1011[does extern definition for usleep() exist?]) 1012 1013AH_TEMPLATE([HAVE_EXTERN_WAIT3], 1014[does extern definition for wait3() exist?]) 1015 1016AH_TEMPLATE([HAVE_EXTERN_VSNPRINTF], 1017[does extern definition for vsnprintf() exist?]) 1018 1019AH_TEMPLATE([HAVE_EXTERN_XDR_CALLMSG], 1020[does extern definition for xdr_callmsg() exist?]) 1021 1022AH_TEMPLATE([HAVE_EXTERN_XDR_OPAQUE_AUTH], 1023[does extern definition for xdr_opaque_auth() exist?]) 1024 1025AH_TEMPLATE([NEW_DBM_H], 1026[Defined to the header file containing ndbm-compatible definitions]) 1027 1028AH_TEMPLATE([HAVE_LIBWRAP], 1029[does libwrap exist?]) 1030 1031AH_TEMPLATE([NEED_LIBWRAP_SEVERITY_VARIABLES], 1032[does libwrap expect caller to define the variables allow_severity and deny_severity]) 1033 1034AH_TEMPLATE([HAVE_EXTERN_LDAP_ENABLE_CACHE], 1035[does extern definition for ldap_enable_cache() exist?]) 1036