diff options
author | Sam Bingner <sam@bingner.com> | 2020-04-09 15:04:38 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-04-09 15:04:38 -1000 |
commit | e4718f05d049c1a09fb9662cc3db2d4c5122defe (patch) | |
tree | 287912d2fcd30c8c549607641b1dea28cbd17763 /CMake | |
parent | 129877e1be3d88d6f761d619085ca39ef01b1b09 (diff) |
Revert "Use C++11 threading support instead of pthread"cydia
C++ threading support is on available on iOS7
This reverts commit b28636e54f682dc65aef169f201a34a8e2893369.
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |