X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=7b52011b765a6ed6e279854a4b7702932b30e5b0;hp=c67c3226180f12511a481da8b2e17f65897c2e62;hb=7c83ef53090441de11cc78d8d26dc337cd7ac475;hpb=a2c56fd332b6c37026b24c8a216e0ff0bf140d80 diff --git a/config.h.in b/config.h.in index c67c3226..7b52011b 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 @@ -45,6 +48,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H +/* Define to 1 if you have the `flock' function. */ +#undef HAVE_FLOCK + /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV @@ -84,6 +90,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ENDIAN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H