summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMatías Fonzo <[email protected]>2020-01-21 21:56:02 -0300
committerSlávek Banko <[email protected]>2020-01-23 00:04:23 +0100
commit53d42e24728cd7ef3949fcb0bd62ed05f254c588 (patch)
tree855f5c9f7951211157768868408c3aa2a46da940 /config.h.cmake
parentf109868e22a301799fe2210317d659b54f483a4b (diff)
downloadtdelibs-53d42e24728cd7ef3949fcb0bd62ed05f254c588.tar.gz
tdelibs-53d42e24728cd7ef3949fcb0bd62ed05f254c588.zip
Use the correct macros isnan, isinf for libc compatibility
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 <[email protected]> (cherry picked from commit 8ae17a5d9d77d489a2d16529f16680d31374537e)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 34a20bd6f..c7c9e116b 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -203,18 +203,6 @@
/* Define to 1 if you have the <fstab.h> 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