aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:01:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:01:44 +0000
commit550ae25279b7e526dc395018de0feafd6b53aaa1 (patch)
treeac2c1f74fc9f119d7b39c2bd501643c2e8596aeb
parent5a80403b86b7e3ab4738e7fb9edfbccf7ddb80d3 (diff)
parent90d369459ca896e087331409028d3c4960344da7 (diff)
downloadstrace-android13-frc-ipsec-release.tar.gz
Snap for 8558685 from 90d369459ca896e087331409028d3c4960344da7 to tm-frc-ipsec-releaset_frc_ips_330443010android13-frc-ipsec-release
Change-Id: Ia0cffd1aa8dd49a3c39b3ce81bc191b440542410
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7cccfc75..46a54927 100644
--- a/config.h
+++ b/config.h
@@ -978,7 +978,9 @@
#define HAVE_SIG_ATOMIC_T 1
/* Define to 1 if the system provides static_assert */
-/* #undef HAVE_STATIC_ASSERT */
+#if __STDC_VERSION__ >= 201112L
+#define HAVE_STATIC_ASSERT 1
+#endif
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1