From ebd76bf34767220ad8f5bd4b5d40452969821025 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 28 Feb 2018 10:24:52 -0600 Subject: cmake: detect "bounded" compiler attribute Signed-off-by: Aris Adamantiadis Reviewed-by: Andreas Schneider --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index e8786b1e..61d20acb 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -199,6 +199,8 @@ #cmakedefine HAVE_COMPILER__FUNC__ 1 #cmakedefine HAVE_COMPILER__FUNCTION__ 1 +#cmakedefine HAVE_GCC_BOUNDED_ATTRIBUTE 1 + /* Define to 1 if you want to enable GSSAPI */ #cmakedefine WITH_GSSAPI 1 -- cgit v1.2.3