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