diff options
author | Matías Fonzo <selk@dragora.org> | 2020-01-21 21:56:02 -0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-22 23:03:40 +0000 |
commit | 8ae17a5d9d77d489a2d16529f16680d31374537e (patch) | |
tree | e9637b17830787dcd6fab20ed5ab17486fd7ba60 /config.h.cmake | |
parent | aa9b9581a97daa50855d815b6724b9112448c96f (diff) | |
download | tdelibs-8ae17a5d9d77d489a2d16529f16680d31374537e.tar.gz tdelibs-8ae17a5d9d77d489a2d16529f16680d31374537e.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 <selk@dragora.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
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 <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 |