From: Christos Zoulas Date: Fri, 2 Jan 2009 16:33:34 +0000 (+0000) Subject: add the cdfs options here. X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=1da4e2ee901131abfecde9d027c1c90f10c22b60;p=am-utils-6.0.git add the cdfs options here. --- diff --git a/m4/macros/header_templates.m4 b/m4/macros/header_templates.m4 index 5fed9bd..93587be 100644 --- a/m4/macros/header_templates.m4 +++ b/m4/macros/header_templates.m4 @@ -701,12 +701,30 @@ AH_TEMPLATE([MNT2_NFS_OPT_XLATECOOKIE], AH_TEMPLATE([MNT2_CDFS_OPT_DEFPERM], [Ignore permission bits]) +AH_TEMPLATE([MNT2_CDFS_OPT_EXTATT], +[Enable external attributes]) + +AH_TEMPLATE([MNT2_CDFS_OPT_GENS], +[Show file generations]) + +AH_TEMPLATE([MNT2_CDFS_OPT_NOCASETRANS], +[Disable filename case translation]) + AH_TEMPLATE([MNT2_CDFS_OPT_NODEFPERM], [Use on-disk permission bits]) +AH_TEMPLATE([MNT2_CDFS_OPT_NOJOLIET], +[Disable Joliet extensions]) + +AH_TEMPLATE([MNT2_CDFS_OPT_NORRIP], +[Disable Rock Ridge Interchange Protocol (RRIP) extensions]) + AH_TEMPLATE([MNT2_CDFS_OPT_NOVERSION], [Strip off extension from version string]) +AH_TEMPLATE([MNT2_CDFS_OPT_RRCASEINS], +[Enable Rock Ridge Interchange Protocol (RRIP) case insensitive filename extensions]) + AH_TEMPLATE([MNT2_CDFS_OPT_RRIP], [Use Rock Ridge Interchange Protocol (RRIP) extensions])