File: config.hpp

package info (click to toggle)
quantlib 0.2.1.cvs20020322-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,716 kB
  • ctags: 4,614
  • sloc: cpp: 19,601; sh: 7,389; makefile: 796; ansic: 22
file content (77 lines) | stat: -rw-r--r-- 2,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* ql/config.hpp.  Generated automatically by configure.  */
/* ql/config.hpp.in.  Generated automatically from configure.in by autoheader.  */
#define QL_SIZE_T std::size_t
#define QL_SQRT std::sqrt
#define QL_FABS std::fabs
#define QL_EXP std::exp
#define QL_LOG std::log
#define QL_SIN std::sin
#define QL_COS std::cos
#define QL_POW std::pow
#define QL_MODF std::modf
#define QL_FLOOR std::floor
#define QL_STRLEN std::strlen
#define QL_TOLOWER std::tolower
#define QL_TOUPPER std::toupper
#define QL_CLOCK std::clock
#define QL_TIME std::time
#define QL_SPRINTF std::sprintf
#define QL_MAX std::max
#define QL_MIN std::min
/* #undef QL_ITERATOR */
#define QL_ITERATOR_TRAITS std::iterator_traits

#define PACKAGE "QuantLib"

#define VERSION "0.3.0b1-20020322"

/* Define if you have the <cctype> header file. */
#define HAVE_CCTYPE 1

/* Define if you have the <climits> header file. */
#define HAVE_CLIMITS 1

/* Define if you have the <cmath> header file. */
#define HAVE_CMATH 1

/* Define if you have the <cstdio> header file. */
#define HAVE_CSTDIO 1

/* Define if you have the <cstdlib> header file. */
#define HAVE_CSTDLIB 1

/* Define if you have the <ctime> header file. */
#define HAVE_CTIME 1

/* Define if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1

/* Define if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1

/* Define if you have the <limits> header file. */
/* #undef HAVE_LIMITS */

/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1

/* Define if you have the <math.h> header file. */
#define HAVE_MATH_H 1

/* Define if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1

/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define if you have the <time.h> header file. */
#define HAVE_TIME_H 1

/* Name of package */
#define PACKAGE "QuantLib"

/* Version number of package */
#define VERSION "0.3.0b1-20020322"