summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-07-20 20:50:05 +0200
committerJulian Andres Klode <jak@debian.org>2017-07-20 20:50:05 +0200
commitb28636e54f682dc65aef169f201a34a8e2893369 (patch)
tree43beb2fbe7b87d1dc068ca05e6e49b0b311347e6 /CMake
parente0204f0236697bdc1b2392be5e141de9ec0c184e (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.in3
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