visualc/config.h, HAVE_..., isinf(), isnan(), finite()

This commit is contained in:
rlar 2015-11-15 12:56:22 +01:00
parent a30d5b6921
commit 6fa6b82ad5
1 changed files with 11 additions and 0 deletions

View File

@ -89,6 +89,17 @@
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
*/
#define HAVE_DECL_ISINF 1
/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
*/
#define HAVE_DECL_ISNAN 1
/* Define to 1 if you have the `finite' function. */
#define HAVE_FINITE 1
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
/* #undef HAVE_DECL_TZNAME */