X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=db9f0e2d8c3d70347883fea918692703d0552d63;hp=148c5776ff76c0e29880c6e1c9224851a029c2cb;hb=a3ada6c6e8b2869a5ff4b615ea5d3bc3497012ec;hpb=8b36be62a40512bbe5f21f206fbd7cfbc6293fd1 diff --git a/config.h.in b/config.h.in index 148c5776..db9f0e2d 100644 --- a/config.h.in +++ b/config.h.in @@ -18,15 +18,15 @@ /* Define to 1 if including even more debug messages. */ #undef ENABLE_MORE_DEBUG -/* Define to 1 to enable support for copying security data */ -#undef ENABLE_SECURITY_DATA - /* Define to 1 if using vectorized implementation of SHA1 */ #undef ENABLE_SSSE3_SHA1 /* 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 @@ -36,6 +36,9 @@ /* Define to 1 if you have the 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 header file. */ #undef HAVE_MEMORY_H @@ -103,6 +106,9 @@ /* Define to 1 if using libcrypto SHA1 */ #undef WITH_LIBCRYPTO +/* Define to 1 to enable support for NTFS-specific information */ +#undef WITH_NTFS_3G + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD