From 6fa6b82ad5db8644963844b6f19e722d21ee4e9d Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 15 Nov 2015 12:56:22 +0100 Subject: [PATCH] visualc/config.h, HAVE_..., isinf(), isnan(), finite() --- visualc/include/ngspice/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index 6ad59ad55..83f138895 100644 --- a/visualc/include/ngspice/config.h +++ b/visualc/include/ngspice/config.h @@ -89,6 +89,17 @@ /* Define to 1 if you have the 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 */