Browse Source

visualc/include/ngspice/config.h, scalbn() and erfc() are available in VS 2015

pre-master-46
h_vogt 10 years ago
committed by rlar
parent
commit
4b1f264704
  1. 4
      visualc/include/ngspice/config.h

4
visualc/include/ngspice/config.h

@ -127,7 +127,7 @@
/* #undef HAVE_ENDPWENT */
/* Define to 1 if you have the `erfc' function. */
/* #undef HAVE_ERFC */
#define HAVE_ERFC 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@ -258,7 +258,7 @@
#define HAVE_SCALB 1
/* Define to 1 if you have the `scalbn' function. */
/* #undef HAVE_SCALBN */
#define HAVE_SCALBN 1
/* Define to 1 if you have the `select' function. */
/* #undef HAVE_SELECT */

Loading…
Cancel
Save