From e4718f05d049c1a09fb9662cc3db2d4c5122defe Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 9 Apr 2020 15:04:38 -1000 Subject: Revert "Use C++11 threading support instead of pthread" C++ threading support is on available on iOS7 This reverts commit b28636e54f682dc65aef169f201a34a8e2893369. --- CMake/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMake/config.h.in') diff --git a/CMake/config.h.in b/CMake/config.h.in index a9528ccfa..7db2b855d 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -43,6 +43,9 @@ /* Define if we have machine/endian.h */ #cmakedefine HAVE_MACHINE_ENDIAN_H +/* Define if we have enabled pthread support */ +#cmakedefine HAVE_PTHREAD + /* Check for getresuid() function and similar ones */ #cmakedefine HAVE_GETRESUID #cmakedefine HAVE_GETRESGID -- cgit v1.2.3