X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=db9f0e2d8c3d70347883fea918692703d0552d63;hp=da29bd0844567ccc62b06a7119fa2c954f356357;hb=ae01a7b97e80bc86a53d9c4a377116fb293c3655;hpb=ef8f45b98b5c4db398321cd36d052ccbb9c3784a diff --git a/config.h.in b/config.h.in index da29bd08..db9f0e2d 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 @@ -33,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