IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
1 /* itpp/config.h. Generated from config.h.in by configure. */
2 /* itpp/config.h.in. Generated from configure.ac by autoheader. */
3 
4 
5 #ifndef CONFIG_H
6 #define CONFIG_H
7 
8 
9 /* Define to dummy `main' function (if any) required to link to the Fortran
10  libraries. */
11 /* #undef F77_DUMMY_MAIN */
12 
13 /* Define if F77 and FC dummy `main' functions are identical. */
14 /* #undef FC_DUMMY_MAIN_EQ_F77 */
15 
16 /* Define to 1 if you have the `acosh' function. */
17 #define HAVE_ACOSH 1
18 
19 /* Define to 1 if you have the `asinh' function. */
20 #define HAVE_ASINH 1
21 
22 /* Define to 1 if you have the `atanh' function. */
23 #define HAVE_ATANH 1
24 
25 /* Define if you have a BLAS library. */
26 #define HAVE_BLAS 1
27 
28 /* Define if you have an ACML BLAS library. */
29 /* #undef HAVE_BLAS_ACML */
30 
31 /* Define if you have an ATLAS BLAS library. */
32 /* #undef HAVE_BLAS_ATLAS */
33 
34 /* Define if you have an MKL BLAS library. */
35 /* #undef HAVE_BLAS_MKL */
36 
37 /* Define to 1 if you have the `cbrt' function. */
38 #define HAVE_CBRT 1
39 
40 /* Define to 1 if you have the <cmath> header file. */
41 #define HAVE_CMATH 1
42 
43 /* Define to 1 if you have the <complex> header file. */
44 #define HAVE_COMPLEX 1
45 
46 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
47  don't. */
48 #define HAVE_DECL_ISFINITE 0
49 
50 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
51  */
52 #define HAVE_DECL_ISINF 1
53 
54 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
55  */
56 #define HAVE_DECL_ISNAN 1
57 
58 /* Define to 1 if you have the declaration of `signgam', and to 0 if you
59  don't. */
60 #define HAVE_DECL_SIGNGAM 1
61 
62 /* Define to 1 if you have the <dlfcn.h> header file. */
63 #define HAVE_DLFCN_H 1
64 
65 /* Define to 1 if you have the `erf' function. */
66 #define HAVE_ERF 1
67 
68 /* Define to 1 if you have the `erfc' function. */
69 #define HAVE_ERFC 1
70 
71 /* Define to 1 if you have the `expm1' function. */
72 #define HAVE_EXPM1 1
73 
74 /* Define if you have FFT library. */
75 #define HAVE_FFT 1
76 
77 /* Define if you have FFTW3 library. */
78 #define HAVE_FFTW3 1
79 
80 /* Define if you have ACML FFT library. */
81 /* #undef HAVE_FFT_ACML */
82 
83 /* Define if you have MKL FFT library. */
84 /* #undef HAVE_FFT_MKL */
85 
86 /* Define to 1 if you have the `finite' function. */
87 #define HAVE_FINITE 1
88 
89 /* Define to 1 if you have the `fpclass' function. */
90 /* #undef HAVE_FPCLASS */
91 
92 /* Define to 1 if you have the <ieeefp.h> header file. */
93 /* #undef HAVE_IEEEFP_H */
94 
95 /* Define to 1 if you have the <inttypes.h> header file. */
96 #define HAVE_INTTYPES_H 1
97 
98 /* Define to 1 if you have the `isfinite' function. */
99 /* #undef HAVE_ISFINITE */
100 
101 /* Define to 1 if you have the `isinf' function. */
102 #define HAVE_ISINF 1
103 
104 /* Define to 1 if you have the `isnan' function. */
105 #define HAVE_ISNAN 1
106 
107 /* Define if you have LAPACK library. */
108 #define HAVE_LAPACK 1
109 
110 /* Define to 1 if you have the `lgamma' function. */
111 #define HAVE_LGAMMA 1
112 
113 /* Define to 1 if you have the `log1p' function. */
114 #define HAVE_LOG1P 1
115 
116 /* Define to 1 if you have the `log2' function. */
117 #define HAVE_LOG2 1
118 
119 /* Define to 1 if you have the <memory.h> header file. */
120 #define HAVE_MEMORY_H 1
121 
122 /* Define to 1 if you have the `rint' function. */
123 #define HAVE_RINT 1
124 
125 /* Define to 1 if you have the <stdint.h> header file. */
126 #define HAVE_STDINT_H 1
127 
128 /* Define to 1 if you have the <stdlib.h> header file. */
129 #define HAVE_STDLIB_H 1
130 
131 /* Define to 1 if you have the `std::isfinite' function. */
132 #define HAVE_STD_ISFINITE 1
133 
134 /* Define to 1 if you have the `std::isinf' function. */
135 #define HAVE_STD_ISINF 1
136 
137 /* Define to 1 if you have the `std::isnan' function. */
138 #define HAVE_STD_ISNAN 1
139 
140 /* Define to 1 if you have the <strings.h> header file. */
141 #define HAVE_STRINGS_H 1
142 
143 /* Define to 1 if you have the <string.h> header file. */
144 #define HAVE_STRING_H 1
145 
146 /* Define to 1 if you have the <sys/stat.h> header file. */
147 #define HAVE_SYS_STAT_H 1
148 
149 /* Define to 1 if you have the <sys/types.h> header file. */
150 #define HAVE_SYS_TYPES_H 1
151 
152 /* Define to 1 if you have the `tgamma' function. */
153 #define HAVE_TGAMMA 1
154 
155 /* Define to 1 if you have the <unistd.h> header file. */
156 #define HAVE_UNISTD_H 1
157 
158 /* Define if you want exceptions handling */
159 /* #undef ITPP_EXCEPTIONS */
160 
161 /* Define to the sub-directory in which libtool stores uninstalled libraries.
162  */
163 #define LT_OBJDIR ".libs/"
164 
165 /* Name of package */
166 #define PACKAGE "itpp"
167 
168 /* Define to the address where bug reports for this package should be sent. */
169 #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656"
170 
171 /* Define to the full name of this package. */
172 #define PACKAGE_NAME "IT++"
173 
174 /* Define to the full name and version of this package. */
175 #define PACKAGE_STRING "IT++ 4.2"
176 
177 /* Define to the one symbol short name of this package. */
178 #define PACKAGE_TARNAME "itpp"
179 
180 /* Define to the home page for this package. */
181 #define PACKAGE_URL ""
182 
183 /* Define to the version of this package. */
184 #define PACKAGE_VERSION "4.2"
185 
186 /* Define to 1 if you have the ANSI C header files. */
187 #define STDC_HEADERS 1
188 
189 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
190 #define TIME_WITH_SYS_TIME 1
191 
192 /* Version number of package */
193 #define VERSION "4.2"
194 
195 
196 #if defined(HAVE_CMATH)
197 # include <cmath>
198 #endif
199 
200 #endif /* #ifndef CONFIG_H */
201 
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:13 for IT++ by Doxygen 1.8.1.2