From ff03158c328c47722fe7c47376c2a2dbb6a4e9fe Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 10 Jan 2008 23:21:08 +1100 Subject: [PATCH] HAVE_ATTRIBUTE_PRINTF for talloc --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 0c2cf11e..e94cdaea 100644 --- a/config.h +++ b/config.h @@ -2,3 +2,4 @@ #define HAVE_TYPEOF 1 #define HAVE_STATEMENT_EXPR 1 #define HAVE_BUILTIN_EXPECT 1 +#define HAVE_ATTRIBUTE_PRINTF 1 -- 2.39.2