]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Improve detection of _Thread_local
authorRuediger Pluem <rpluem@apache.org>
Wed, 9 Mar 2022 07:35:01 +0000 (07:35 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 9 Mar 2022 07:35:01 +0000 (07:35 +0000)
commit657313a25447075bcb23930c701370a3ae88a8b4
tree03f4dea238f7bc468e7871f93f6cba75ca045cf5
parente06b6b0f243a63272ad42f73e95af52ec6d0bf56
* Improve detection of _Thread_local

GCC < 4.9 reports __STDC_VERSION__ >= 201112 but does not implement
_Thread_local. Take care of this in the condition.

See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203066

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898771 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h