]> wimlib.net Git - wimlib/blobdiff - config.h.in
Fix print part number of total parts in WIM header
[wimlib] / config.h.in
index da29bd0844567ccc62b06a7119fa2c954f356357..ecd767d378190dbb4ed8f53416029b2d509f65db 100644 (file)
@@ -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 <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -33,6 +36,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `ntfs-3g' library (-lntfs-3g). */
+#undef HAVE_LIBNTFS_3G
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* 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