From: Thomas Weißschuh Date: Sun, 20 Nov 2022 21:34:02 +0000 (+0100) Subject: lib: xxhash: customize for util-linux X-Git-Tag: v2.39-rc1~410^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fdacbf66e94b645503c5f891eb8197bdfabdb6a;p=thirdparty%2Futil-linux.git lib: xxhash: customize for util-linux --- diff --git a/include/xxhash.h b/include/xxhash.h index 08ab794572..8b745a36a4 100644 --- a/include/xxhash.h +++ b/include/xxhash.h @@ -76,6 +76,10 @@ XXH64 13.8 GB/s 1.9 GB/s XXH32 6.8 GB/s 6.0 GB/s */ +/* util-linux customizations */ +#define XXH_NO_XXH3 +#define XXH_NAMESPACE ul_ + #if defined (__cplusplus) extern "C" { #endif