diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h.cmake b/config.h.cmake index 3e41e0ac3af..5a48df0a135 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -103,15 +103,6 @@ #cmakedefine HAVE_LIBWRAP 1 #cmakedefine HAVE_SYSTEMD 1 -#cmakedefine HAVE_CPUID_INSTRUCTION 1 -#cmakedefine HAVE_CLMUL_INSTRUCTION 1 -#cmakedefine HAVE_CRC32_VPMSUM 1 - -/* Support ARMv8 crc + crypto */ -#cmakedefine HAVE_ARMV8_CRC 1 -#cmakedefine HAVE_ARMV8_CRYPTO 1 -#cmakedefine HAVE_ARMV8_CRC_CRYPTO_INTRINSICS 1 - /* Does "struct timespec" have a "sec" and "nsec" field? */ #cmakedefine HAVE_TIMESPEC_TS_SEC 1 |