aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-02-28 10:24:52 -0600
committerAndreas Schneider <asn@cryptomilk.org>2018-06-28 09:06:30 +0200
commitebd76bf34767220ad8f5bd4b5d40452969821025 (patch)
tree4736cd7c764206f250da1b8322a6f84355d6b15d /config.h.cmake
parentacc1ade74ab4619194a8afbd89d4923a73e21f7e (diff)
downloadlibssh-ebd76bf34767220ad8f5bd4b5d40452969821025.tar.gz
libssh-ebd76bf34767220ad8f5bd4b5d40452969821025.tar.xz
libssh-ebd76bf34767220ad8f5bd4b5d40452969821025.zip
cmake: detect "bounded" compiler attribute
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
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