From 1da4e2ee901131abfecde9d027c1c90f10c22b60 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 2 Jan 2009 16:33:34 +0000 Subject: [PATCH] add the cdfs options here. --- m4/macros/header_templates.m4 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/m4/macros/header_templates.m4 b/m4/macros/header_templates.m4 index 5fed9bde..93587be0 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]) -- 2.43.0