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.
master
Nicolas Hake 2018-12-31 12:37:34 +01:00
parent b012189af4
commit 3b0891ba89
1 changed files with 0 additions and 6 deletions

View File

@ -20,9 +20,6 @@
/* Define to 1 if you have the <locale.h> 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 <poll.h> header file. */
#cmakedefine HAVE_POLL_H 1
@ -62,9 +59,6 @@
/* Define to 1 if you have the <unistd.h> 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