From a653e27a2e949bb62041509c2aab9787b3fbd480 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 8 Feb 2015 18:49:02 +0100 Subject: buffer: detect compilers not supporting __VA_ARGS__ --- config.h.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 86538e17..0d30d5df 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -144,6 +144,7 @@ #cmakedefine HAVE_MSC_THREAD_LOCAL_STORAGE 1 #cmakedefine HAVE_GCC_VOLATILE_MEMORY_PROTECTION 1 +#cmakedefine HAVE_GCC_NARG_MACRO 1 /* Define to 1 if you want to enable GSSAPI */ #cmakedefine WITH_GSSAPI 1 -- cgit v1.2.3