diff options
author | Julian Andres Klode <jak@debian.org> | 2017-07-20 20:50:05 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-07-20 20:50:05 +0200 |
commit | b28636e54f682dc65aef169f201a34a8e2893369 (patch) | |
tree | 43beb2fbe7b87d1dc068ca05e6e49b0b311347e6 /CMake | |
parent | e0204f0236697bdc1b2392be5e141de9ec0c184e (diff) |
Use C++11 threading support instead of pthread
This makes the code easier to read.
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index 7b068864c..ee822e204 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -31,9 +31,6 @@ /* 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 |