cloudy
trunk
source
cloudyconfig_vs.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
/* Configuration file specifically for Visual Studio -- every other system
5
can generate this automatically so it's sure to be correct... */
6
7
#undef HAVE_POWI
8
#define HAVE_POW_DOUBLE_INT 1
9
#define HAVE_POW_DOUBLE_LONG 1
10
#define HAVE_POW_FLOAT_INT 1
11
#define HAVE_POW_FLOAT_LONG 1
12
#undef HAVE_POW_DOUBLE_FLOAT
13
#undef HAVE_POW_FLOAT_DOUBLE
14
#undef HAVE_FUNC
15
#undef HAVE_ERF
16
#undef HAVE_ERFC
Generated by
1.8.17