config_coinutils.h
Go to the documentation of this file.
1 /* inc/config_coinutils.h. Generated by configure. */
2 /* inc/config_coinutils.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Default maximum pooled allocation size */
5 #define COINUTILS_MEMPOOL_MAXPOOLED -1
6 
7 /* Define to 1 CoinUtils should override global new/delete */
8 /* #undef COINUTILS_MEMPOOL_OVERRIDE_NEW */
9 
10 /* Define to 1 if the thread aware version of CoinUtils should be compiled */
11 /* #undef COINUTILS_PTHREADS */
12 
13 /* Define to the debug sanity check level (0 is no test) */
14 #define COIN_COINUTILS_CHECKLEVEL 0
15 
16 /* Define to the debug verbosity level (0 is no output) */
17 #define COIN_COINUTILS_VERBOSITY 0
18 
19 /* If defined, the Ampl Solver Library is available. */
20 /* #undef COIN_HAS_ASL */
21 
22 /* If defined, the BLAS Library is available. */
23 /* #undef COIN_HAS_BLAS */
24 
25 /* Define to 1 if bzlib is available */
26 #define COIN_HAS_BZLIB 1
27 
28 /* Define to 1 if the CoinUtils package is used */
29 #define COIN_HAS_COINUTILS 1
30 
31 /* Define to 1 if Gmpl package is available */
32 /* #undef COIN_HAS_GMPL */
33 
34 /* If defined, the LAPACK Library is available. */
35 /* #undef COIN_HAS_LAPACK */
36 
37 /* Define to 1 if zlib is available */
38 #define COIN_HAS_ZLIB 1
39 
40 /* Define to 64bit integer type */
41 #define COIN_INT64_T int64_t
42 
43 /* Define to integer type capturing pointer */
44 #define COIN_INTPTR_T intptr_t
45 
46 /* Define to 64bit unsigned integer type */
47 #define COIN_UINT64_T int64_t
48 
49 /* Define to dummy `main' function (if any) required to link to the Fortran
50  libraries. */
51 /* #undef F77_DUMMY_MAIN */
52 
53 /* Define to a macro mangling the given C identifier (in lower and upper
54  case), which must not contain underscores, for linking with Fortran. */
55 /* #undef F77_FUNC */
56 
57 /* As F77_FUNC, but for C identifiers containing underscores. */
58 /* #undef F77_FUNC_ */
59 
60 /* Define if F77 and FC dummy `main' functions are identical. */
61 /* #undef FC_DUMMY_MAIN_EQ_F77 */
62 
63 /* Define to 1 if you have the <assert.h> header file. */
64 /* #undef HAVE_ASSERT_H */
65 
66 /* Define to 1 if you have the <bzlib.h> header file. */
67 #define HAVE_BZLIB_H 1
68 
69 /* Define to 1 if you have the <cassert> header file. */
70 #define HAVE_CASSERT 1
71 
72 /* Define to 1 if you have the <cfloat> header file. */
73 #define HAVE_CFLOAT 1
74 
75 /* Define to 1 if you have the <cieeefp> header file. */
76 /* #undef HAVE_CIEEEFP */
77 
78 /* Define to 1 if you have the <cinttypes> header file. */
79 /* #undef HAVE_CINTTYPES */
80 
81 /* Define to 1 if you have the <cmath> header file. */
82 #define HAVE_CMATH 1
83 
84 /* Define to 1 if you have the <dlfcn.h> header file. */
85 #define HAVE_DLFCN_H 1
86 
87 /* Define to 1 if you have the <float.h> header file. */
88 /* #undef HAVE_FLOAT_H */
89 
90 /* Define to 1 if you have the <ieeefp.h> header file. */
91 /* #undef HAVE_IEEEFP_H */
92 
93 /* Define to 1 if you have the <inttypes.h> header file. */
94 #define HAVE_INTTYPES_H 1
95 
96 /* Define to 1 if you have the <math.h> header file. */
97 /* #undef HAVE_MATH_H */
98 
99 /* Define to 1 if you have the <memory.h> header file. */
100 #define HAVE_MEMORY_H 1
101 
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #define HAVE_STDINT_H 1
104 
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107 
108 /* Define to 1 if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
110 
111 /* Define to 1 if you have the <string.h> header file. */
112 #define HAVE_STRING_H 1
113 
114 /* Define to 1 if you have the <sys/stat.h> header file. */
115 #define HAVE_SYS_STAT_H 1
116 
117 /* Define to 1 if you have the <sys/types.h> header file. */
118 #define HAVE_SYS_TYPES_H 1
119 
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #define HAVE_UNISTD_H 1
122 
123 /* Define to 1 if you have the <windows.h> header file. */
124 /* #undef HAVE_WINDOWS_H */
125 
126 /* Define to 1 if you have the <zlib.h> header file. */
127 #define HAVE_ZLIB_H 1
128 
129 /* Define to be the name of C-function for Inf check */
130 #define MY_C_FINITE finite
131 
132 /* Define to be the name of C-function for NaN check */
133 #define MY_C_ISNAN isnan
134 
135 /* Name of package */
136 #define PACKAGE "coinutils"
137 
138 /* Define to the address where bug reports for this package should be sent. */
139 #define PACKAGE_BUGREPORT "http://projects.coin-or.org/CoinUtils"
140 
141 /* Define to the full name of this package. */
142 #define PACKAGE_NAME "CoinUtils"
143 
144 /* Define to the full name and version of this package. */
145 #define PACKAGE_STRING "CoinUtils 2.6.4"
146 
147 /* Define to the one symbol short name of this package. */
148 #define PACKAGE_TARNAME "coinutils"
149 
150 /* Define to the version of this package. */
151 #define PACKAGE_VERSION "2.6.4"
152 
153 /* The size of a `int', as computed by sizeof. */
154 /* #undef SIZEOF_INT */
155 
156 /* The size of a `int *', as computed by sizeof. */
157 /* #undef SIZEOF_INT_P */
158 
159 /* The size of a `long', as computed by sizeof. */
160 /* #undef SIZEOF_LONG */
161 
162 /* The size of a `long long', as computed by sizeof. */
163 /* #undef SIZEOF_LONG_LONG */
164 
165 /* Define to 1 if you have the ANSI C header files. */
166 #define STDC_HEADERS 1
167 
168 /* Version number of package */
169 #define VERSION "2.6.4"