visualc/config.h, HAVE_..., isinf(), isnan(), finite()
This commit is contained in:
parent
a30d5b6921
commit
6fa6b82ad5
|
|
@ -89,6 +89,17 @@
|
||||||
/* Define to 1 if you have the <ctype.h> header file. */
|
/* Define to 1 if you have the <ctype.h> header file. */
|
||||||
#define HAVE_CTYPE_H 1
|
#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.
|
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
||||||
*/
|
*/
|
||||||
/* #undef HAVE_DECL_TZNAME */
|
/* #undef HAVE_DECL_TZNAME */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue