From fa17e06a05828234ae0b505e1fe07b8171d02d07 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 26 Aug 2010 12:53:55 +0930 Subject: [PATCH] tdb2: update config.h with more defines. --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 5677830..2a7086c 100644 --- a/config.h +++ b/config.h @@ -16,4 +16,6 @@ #define HAVE_BUILTIN_CLZL 1 #define HAVE_BUILTIN_FFSL 1 #define HAVE_BUILTIN_POPCOUNTL 1 - +#define HAVE_BYTESWAP_H 1 +#define HAVE_BSWAP_64 1 +#define HAVE_BUILTIN_CLZL 1 -- 2.39.2