X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=config.h.in;h=ecd767d378190dbb4ed8f53416029b2d509f65db;hb=239e67483b8d6759fa97f25a65011cc3480368bc;hp=800155e0d7971aebb916e6af5d81a92e5da4277d;hpb=ab45bbee86cf7b0e4a66931f83da1add77c112b5;p=wimlib diff --git a/config.h.in b/config.h.in index 800155e0..ecd767d3 100644 --- a/config.h.in +++ b/config.h.in @@ -24,6 +24,9 @@ /* Define to 1 to verify compressed data */ #undef ENABLE_VERIFY_COMPRESSION +/* Define to 1 if using the xattr interface to WIM alternate data streams */ +#undef ENABLE_XATTR + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -103,6 +106,9 @@ /* Define to 1 if using libcrypto SHA1 */ #undef WITH_LIBCRYPTO +/* Define to 1 to use patched upstream NTFS-3g instead of version 2012-1-15 */ +#undef WITH_NEW_NTFS_3G + /* Define to 1 to enable support for NTFS-specific information */ #undef WITH_NTFS_3G