diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in index 5dd4311a..dbf35eda 100644 --- a/config.h.in +++ b/config.h.in @@ -92,12 +92,6 @@ /* Define if we have GCC's format attribute */ #cmakedefine HAVE_GCC_FORMAT -/* Define if we have stdint.h */ -#cmakedefine HAVE_STDINT_H - -/* Define if we have windows.h */ -#cmakedefine HAVE_WINDOWS_H - /* Define if we have dlfcn.h */ #cmakedefine HAVE_DLFCN_H @@ -110,9 +104,6 @@ /* Define if we have dirent.h */ #cmakedefine HAVE_DIRENT_H -/* Define if we have strings.h */ -#cmakedefine HAVE_STRINGS_H - /* Define if we have cpuid.h */ #cmakedefine HAVE_CPUID_H @@ -128,15 +119,6 @@ /* Define if we have initguid.h */ #cmakedefine HAVE_INITGUID_H -/* Define if we have ieeefp.h */ -#cmakedefine HAVE_IEEEFP_H - -/* Define if we have float.h */ -#cmakedefine HAVE_FLOAT_H - -/* Define if we have fenv.h */ -#cmakedefine HAVE_FENV_H - /* Define if we have GCC's __get_cpuid() */ #cmakedefine HAVE_GCC_GET_CPUID |