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