summaryrefslogtreecommitdiffstats
path: root/include/__config
diff options
context:
space:
mode:
Diffstat (limited to 'include/__config')
-rw-r--r--include/__config4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/__config b/include/__config
index e0b9582..6b29014 100644
--- a/include/__config
+++ b/include/__config
@@ -245,6 +245,10 @@ typedef __char32_t char32_t;
#define _LIBCPP_HAS_NO_CONSTEXPR
#endif
+#if __FreeBSD__
+#define _LIBCPP_HAS_QUICK_EXIT
+#endif
+
#if (__has_feature(cxx_noexcept))
# define _NOEXCEPT noexcept
# define _NOEXCEPT_(x) noexcept(x)
OpenPOWER on IntegriCloud