X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in~;h=e9ff6e4b445ddcf753641e78b03d23648b67f75a;hp=b256d7db6cb302928ed73824fcdd7c392a0778ed;hb=388f7a8245da683c109f5c8704c06951abdd6f37;hpb=885632f08c75c1d7bb5d25436231c78f6ad7e0c0 diff --git a/config.h.in~ b/config.h.in~ index b256d7db..e9ff6e4b 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 using vectorized implementation of SHA1 */ +#undef ENABLE_SSSE3_SHA1 + /* Define to 1 to verify compressed data */ #undef ENABLE_VERIFY_COMPRESSION @@ -105,3 +108,6 @@ # undef WORDS_BIGENDIAN # endif #endif + +/* Define to `int' if does not define. */ +#undef ssize_t