From 8ae17a5d9d77d489a2d16529f16680d31374537e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 21 Jan 2020 21:56:02 -0300 Subject: Use the correct macros isnan, isinf for libc compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes related to this commit: - Clean up #if mess. - Use unconditionally the correct macros isnan, isinf. - Remove redudant macros from the build system. Signed-off-by: Matías Fonzo --- config.h.cmake | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 5ee6f156b..49b689983 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -212,18 +212,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FSTAB_H 1 -/* Define if you have finite */ -#cmakedefine HAVE_FUNC_FINITE 1 - -/* Define if you have isinf */ -#cmakedefine HAVE_FUNC_ISINF 1 - -/* Define if you have isnan */ -#cmakedefine HAVE_FUNC_ISNAN 1 - -/* Define if you have _finite */ -#cmakedefine HAVE_FUNC__FINITE 1 - /* Define to 1 if you have the `gai_strerror' function. */ #cmakedefine HAVE_GAI_STRERROR 1 -- cgit v1.2.1