summaryrefslogtreecommitdiff
path: root/config.cmake.h.in
diff options
context:
space:
mode:
authorNotTsunami <4589807+NotTsunami@users.noreply.github.com>2022-04-18 01:58:40 -0400
committerMartijn van Beurden <mvanb1@gmail.com>2022-04-19 10:57:46 +0200
commit7406eabe1782c5c9c21f80d35c0da4e82f1d6b21 (patch)
tree6ea26ee100e606216a1c932e5b81dcce08fd33ab /config.cmake.h.in
parentff818486dc0b3a89f8212c87b42785436964df5f (diff)
downloadflac-7406eabe1782c5c9c21f80d35c0da4e82f1d6b21.tar.gz
Remove unused macros
Cleanup of ecede0bc72bd051d3c3e05440beb35c0c34b4b34
Diffstat (limited to 'config.cmake.h.in')
-rw-r--r--config.cmake.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.cmake.h.in b/config.cmake.h.in
index 0005ecec..91dd6b57 100644
--- a/config.cmake.h.in
+++ b/config.cmake.h.in
@@ -65,12 +65,6 @@
/* Define to 1 if you have the <cpuid.h> header file. */
#cmakedefine HAVE_CPUID_H
-/* Define to 1 if C++ supports variable-length arrays. */
-#cmakedefine HAVE_CXX_VARARRAYS
-
-/* Define to 1 if C supports variable-length arrays. */
-#cmakedefine HAVE_C_VARARRAYS
-
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#cmakedefine HAVE_FSEEKO
@@ -161,9 +155,6 @@
/* The size of `void*', as computed by sizeof. */
#cmakedefine SIZEOF_VOIDP
-/* Define to 1 if you have the ANSI C header files. */
-#cmakedefine STDC_HEADERS
-
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
#define _ALL_SOURCE