X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=05d6092eddaddef893bfaa53c40638433abe8600;hp=be7c1d6822ee60a4361cc354a80bdd361f68057f;hb=d5c2c580d35447207e1e8c0d62c9e55b77ba20d1;hpb=302d18acd7ed0423cfd37a9f1a8f5b70a8fe9965 diff --git a/config.h.in b/config.h.in index be7c1d68..05d6092e 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to 1 if including even more debug messages. */ #undef ENABLE_MORE_DEBUG +/* Define to 1 if including support for multithreaded compression */ +#undef ENABLE_MULTITHREADED_COMPRESSION + /* Define to 1 if using vectorized implementation of SHA1 */ #undef ENABLE_SSSE3_SHA1 @@ -54,6 +57,9 @@ /* Define to 1 if you have the `ntfs-3g' library (-lntfs-3g). */ #undef HAVE_LIBNTFS_3G +/* Define to 1 if you have the `lutimes' function. */ +#undef HAVE_LUTIMES + /* Define to 1 if you have the header file. */ #undef HAVE_MACHINE_ENDIAN_H @@ -93,9 +99,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `utime' function. */ +#undef HAVE_UTIME + /* Define to 1 if you have the `utimensat' function. */ #undef HAVE_UTIMENSAT +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIME_H + /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST