diff options
author | Chris Robinson <[email protected]> | 2018-11-17 19:52:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 19:52:54 -0800 |
commit | d10301c209a1194741d442a44cc4c0d819803144 (patch) | |
tree | 455d2093fd6ad5bc261ed208c7b70d44192717ed /config.h.in | |
parent | 1ac41d3ea03aed456a94187bf8e0381eeb4168e6 (diff) |
Remove unused headers and checks
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 9714810c..6c83b7f5 100644 --- a/config.h.in +++ b/config.h.in @@ -95,18 +95,6 @@ /* Define to the size of a long long int type */ #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG} -/* Define if we have C99 _Bool support */ -#cmakedefine HAVE_C99_BOOL - -/* Define if we have C11 _Static_assert support */ -#cmakedefine HAVE_C11_STATIC_ASSERT - -/* Define if we have C11 _Alignas support */ -#cmakedefine HAVE_C11_ALIGNAS - -/* Define if we have C11 _Atomic support */ -#cmakedefine HAVE_C11_ATOMIC - /* Define if we have GCC's destructor attribute */ #cmakedefine HAVE_GCC_DESTRUCTOR @@ -116,12 +104,6 @@ /* Define if we have stdint.h */ #cmakedefine HAVE_STDINT_H -/* Define if we have stdbool.h */ -#cmakedefine HAVE_STDBOOL_H - -/* Define if we have stdalign.h */ -#cmakedefine HAVE_STDALIGN_H - /* Define if we have windows.h */ #cmakedefine HAVE_WINDOWS_H |