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