X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=config.h.in;h=800155e0d7971aebb916e6af5d81a92e5da4277d;hb=3c849b4c439224b08183413f34cf97c3ab0721a3;hp=65f41d9c664cbd6247ade6c0d1260a4df73abc3f;hpb=8e4a9a0129dabaddef33ee0a99f7f8b221bdf483;p=wimlib diff --git a/config.h.in b/config.h.in index 65f41d9c..800155e0 100644 --- a/config.h.in +++ b/config.h.in @@ -18,9 +18,6 @@ /* 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 @@ -36,6 +33,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 @@ -67,6 +67,9 @@ */ #undef LT_OBJDIR +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE @@ -100,6 +103,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