From 3b0891ba89f7a75f832032036a6aefa2573e325d Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Mon, 31 Dec 2018 12:37:34 +0100 Subject: [PATCH] CMake: Remove #define for standard C++ features We don't need to have a macro that just tells us that we're in fact using standard C++. Especially if it isn't used anywhere. --- config.h.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index e6878ecbb..e2cec4c69 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -20,9 +20,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LOCALE_H 1 -/* Define to 1 if your stdlib has std::make_unique */ -#cmakedefine HAVE_MAKE_UNIQUE 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_POLL_H 1 @@ -62,9 +59,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H 1 -/* Define to 1 if your compiler supports variadic templates */ -#cmakedefine HAVE_VARIADIC_TEMPLATES 1 - /* Define to 1 if you have the `vasprintf' function. */ #cmakedefine HAVE_VASPRINTF 1