config_query_option NTFS3G_ACL  'Enable POSIX ACL support?' y \
                                '--enable-posix-acls'  \
                                '--disable-posix-acls' &&

config_query_option NTFS3G_XATTR "Enable system extended attributes mappings?" y \
                                 "--enable-xattr-mappings" \
                                 "--disable-xattr-mappings" &&

config_query_option NTFS3G_MTAB 'Enable usage of /etc/mtab ?' y \
                                '--enable-mtab'  \
                                '--disable-mtab'
config_query_option NTFS3G_EXTRAS 'enable extras, needed for Windows 10' y \
                                '--enable-extras' \
                                '--disable-extras' 
