From df4e8e9de831f87791e9d57f0451bbf50e6a43f7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 28 Feb 2008 13:38:35 +1100 Subject: [PATCH] More attributes for typesafe_cb. --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index e94cdaea..030a2382 100644 --- a/config.h +++ b/config.h @@ -3,3 +3,5 @@ #define HAVE_STATEMENT_EXPR 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_ATTRIBUTE_PRINTF 1 +#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1 +#define HAVE_BUILTIN_CHOOSE_EXPR 1 -- 2.39.2