Changeset 38 for win32/itpp-4.0.1/itpp
- Timestamp:
- 03/17/08 09:59:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
win32/itpp-4.0.1/itpp/config.h
r36 r38 15 15 16 16 /* Define to 1 if you have the `acosh' function. */ 17 #define HAVE_ACOSH 1 17 /* #undef HAVE_ACOSH */ 18 18 19 19 /* Define to 1 if you have the `asinh' function. */ 20 #define HAVE_ASINH 1 20 /* #undef HAVE_ASINH */ 21 21 22 22 /* Define to 1 if you have the `atanh' function. */ 23 #define HAVE_ATANH 1 24 23 /* #undef HAVE_ATANH */ 24 25 #if defined(HAVE_ACML) || defined(HAVE_MKL) 25 26 /* Define if you have a BLAS library. */ 26 #define HAVE_BLAS 1 27 27 # define HAVE_BLAS 1 28 #endif 29 30 #ifdef HAVE_ACML 28 31 /* Define if you have an ACML BLAS library. */ 29 /* #undef HAVE_BLAS_ACML */ 32 # define HAVE_BLAS_ACML 1 33 #endif 30 34 31 35 /* Define if you have an ATLAS BLAS library. */ 32 #define HAVE_BLAS_ATLAS 1 33 36 /* #undef HAVE_BLAS_ATLAS */ 37 38 #ifdef HAVE_MKL 34 39 /* Define if you have an MKL BLAS library. */ 35 /* #undef HAVE_BLAS_MKL */ 40 # define HAVE_BLAS_MKL 1 41 #endif 36 42 37 43 /* Define to 1 if you have the `cbrt' function. */ 38 #define HAVE_CBRT 1 44 /* #undef HAVE_CBRT */ 39 45 40 46 /* Define to 1 if you have the <cmath> header file. */ … … 50 56 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. 51 57 */ 52 #define HAVE_DECL_ISINF 158 #define HAVE_DECL_ISINF 0 53 59 54 60 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. 55 61 */ 56 #define HAVE_DECL_ISNAN 162 #define HAVE_DECL_ISNAN 0 57 63 58 64 /* Define to 1 if you have the declaration of `signgam', and to 0 if you 59 65 don't. */ 60 #define HAVE_DECL_SIGNGAM 166 #define HAVE_DECL_SIGNGAM 0 61 67 62 68 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 64 70 65 71 /* Define to 1 if you have the `erf' function. */ 66 #define HAVE_ERF 1 72 /* #undef HAVE_ERF */ 67 73 68 74 /* Define to 1 if you have the `erfc' function. */ 69 #define HAVE_ERFC 1 75 /* #undef HAVE_ERFC */ 70 76 71 77 /* Define if the compiler supports extern template */ 72 #define HAVE_EXTERN_TEMPLATE 1 73 78 /* #undef HAVE_EXTERN_TEMPLATE */ 79 80 #if defined(HAVE_ACML) || defined(HAVE_MKL) 74 81 /* Define if you have FFT library. */ 75 /* #undef HAVE_FFT */ 82 # define HAVE_FFT 1 83 #endif 76 84 77 85 /* Define if you have FFTW3 library. */ 78 86 /* #undef HAVE_FFTW3 */ 79 87 88 #ifdef HAVE_ACML 80 89 /* Define if you have ACML FFT library. */ 81 /* #undef HAVE_FFT_ACML */ 82 90 # define HAVE_FFT_ACML 1 91 #endif 92 93 #ifdef HAVE_MKL 83 94 /* Define if you have MKL FFT library. */ 84 /* #undef HAVE_FFT_MKL */ 95 # define HAVE_FFT_MKL 1 96 #endif 85 97 86 98 /* Define to 1 if you have the `finite' function. */ 87 #define HAVE_FINITE 1 99 /* #undef HAVE_FINITE */ 88 100 89 101 /* Define to 1 if you have the `fpclass' function. */ … … 94 106 95 107 /* Define to 1 if you have the <inttypes.h> header file. */ 96 #define HAVE_INTTYPES_H 1 108 /* #undef HAVE_INTTYPES_H */ 97 109 98 110 /* Define to 1 if you have the `isfinite' function. */ … … 100 112 101 113 /* Define to 1 if you have the `isinf' function. */ 102 #define HAVE_ISINF 1 114 /* #undef HAVE_ISINF */ 103 115 104 116 /* Define to 1 if you have the `isnan' function. */ 105 #define HAVE_ISNAN 1 106 117 /* #undef HAVE_ISNAN */ 118 119 #if defined(HAVE_ACML) || defined(HAVE_MKL) 107 120 /* Define if you have LAPACK library. */ 108 #define HAVE_LAPACK 1 121 # define HAVE_LAPACK 1 122 #endif 109 123 110 124 /* Define to 1 if you have the `lgamma' function. */ 111 #define HAVE_LGAMMA 1 125 /* #undef HAVE_LGAMMA */ 112 126 113 127 /* Define to 1 if you have the `log1p' function. */ 114 #define HAVE_LOG1P 1 128 /* #undef HAVE_LOG1P */ 115 129 116 130 /* Define to 1 if you have the `log2' function. */ 117 #define HAVE_LOG2 1 131 /* #undef HAVE_LOG2 */ 118 132 119 133 /* Define to 1 if you have the <memory.h> header file. */ … … 121 135 122 136 /* Define to 1 if you have the `rint' function. */ 123 #define HAVE_RINT 1 137 /* #undef HAVE_RINT */ 124 138 125 139 /* Define to 1 if you have the <stdint.h> header file. */ 126 #define HAVE_STDINT_H 1 140 /* #undef HAVE_STDINT_H */ 127 141 128 142 /* Define to 1 if you have the <stdlib.h> header file. */ … … 130 144 131 145 /* Define to 1 if you have the `std::isfinite' function. */ 132 #define HAVE_STD_ISFINITE 1 146 /* #undef HAVE_STD_ISFINITE */ 133 147 134 148 /* Define to 1 if you have the `std::isinf' function. */ 135 #define HAVE_STD_ISINF 1 149 /* #undef HAVE_STD_ISINF */ 136 150 137 151 /* Define to 1 if you have the `std::isnan' function. */ 138 #define HAVE_STD_ISNAN 1 152 /* #undef HAVE_STD_ISNAN */ 139 153 140 154 /* Define to 1 if you have the <strings.h> header file. */ … … 151 165 152 166 /* Define to 1 if you have the `tgamma' function. */ 153 #define HAVE_TGAMMA 1 167 /* #undef HAVE_TGAMMA */ 154 168 155 169 /* Define to 1 if you have the <unistd.h> header file. */ 156 170 #define HAVE_UNISTD_H 1 157 171 158 /* Define to use zdotusub_ Fortran wrapper. */159 #define HAVE_ZDOTUSUB 1 160 161 /* Define to use "void zdotu_()". */162 /* #undef HAVE_ZDOTU_VOID */ 172 /* Define if zdotu_ can return result like a function. */ 173 /* #undef HAVE_ZDOTU_RETURN */ 174 175 /* Define if zdotu_ can pass result as its first argument. */ 176 #define HAVE_ZDOTU_VOID 1 163 177 164 178 /* Define if you want exceptions handling */ … … 175 189 176 190 /* Define to the full name and version of this package. */ 177 #define PACKAGE_STRING "IT++ 4. 1.r1469"191 #define PACKAGE_STRING "IT++ 4.0.0" 178 192 179 193 /* Define to the one symbol short name of this package. */ … … 181 195 182 196 /* Define to the version of this package. */ 183 #define PACKAGE_VERSION "4. 1.r1469"197 #define PACKAGE_VERSION "4.0.0" 184 198 185 199 /* The size of `int', as computed by sizeof. */ … … 211 225 212 226 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 213 #define TIME_WITH_SYS_TIME 1 227 /* #undef TIME_WITH_SYS_TIME */ 214 228 215 229 /* Version number of package */ 216 #define VERSION "4. 1.r1469"230 #define VERSION "4.0.0" 217 231 218 232 … … 251 265 /* IT++ uses only std::min() and std::max() functions, not macros */ 252 266 #ifdef min 253 /* # undef min */ 267 # undef min 254 268 #endif 255 269 #ifdef max 256 /* # undef max */ 270 # undef max 257 271 #endif 258 272