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