aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-07 11:48:28 -0700
committerChris Robinson <[email protected]>2014-04-07 11:48:28 -0700
commitc6821e5dd177a0d5e36047de8a107bc650ae8725 (patch)
treec9d4d88c6c834459c93c7c71eaffe773b3c016b1 /config.h.in
parentf1a4b95b8cf483316025d95727b56da736546ccf (diff)
Use C11's static_assert when available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b2faed9f..bcdc1075 100644
--- a/config.h.in
+++ b/config.h.in
@@ -92,6 +92,9 @@
/* Define if we have C99 variable-length array support */
#cmakedefine HAVE_C99_VLA
+/* Define if we have C11 _Static_assert support */
+#cmakedefine HAVE_C11_STATIC_ASSERT
+
/* Define if we have GCC's destructor attribute */
#cmakedefine HAVE_GCC_DESTRUCTOR