From b28636e54f682dc65aef169f201a34a8e2893369 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 20 Jul 2017 20:50:05 +0200 Subject: Use C++11 threading support instead of pthread This makes the code easier to read. --- CMake/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMake') 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 -- cgit v1.2.3