Cgl 0.60.3
config.h
Go to the documentation of this file.
1/* src/config.h. Generated from config.h.in by configure. */
2/* src/config.h.in. Generated from configure.ac by autoheader. */
3
4/* SVN revision number of project */
5/* #undef CGL_SVN_REV */
6
7/* Version number of project */
8#define CGL_VERSION "0.60.3"
9
10/* Major Version number of project */
11#define CGL_VERSION_MAJOR 0
12
13/* Minor Version number of project */
14#define CGL_VERSION_MINOR 60
15
16/* Release Version number of project */
17#define CGL_VERSION_RELEASE 3
18
19/* Define to the debug sanity check level (0 is no test) */
20#define COIN_CGL_CHECKLEVEL 0
21
22/* Define to the debug verbosity level (0 is no output) */
23#define COIN_CGL_VERBOSITY 0
24
25/* Define to 1 if the CoinUtils package is available */
26#define COIN_HAS_COINUTILS 1
27
28/* Define to 1 if the Osi package is available */
29#define COIN_HAS_OSI 1
30
31/* Define to 1 if the OsiClp package is available */
32#define COIN_HAS_OSICLP 1
33
34/* Define to 1 if the OsiCpx package is available */
35/* #undef COIN_HAS_OSICPX */
36
37/* Define to 1 if the OsiDyLP package is available */
38/* #undef COIN_HAS_OSIDYLP */
39
40/* Define to 1 if the OsiGlpk package is available */
41/* #undef COIN_HAS_OSIGLPK */
42
43/* Define to 1 if the OsiMsk package is available */
44/* #undef COIN_HAS_OSIMSK */
45
46/* Define to 1 if the OsiVol package is available */
47/* #undef COIN_HAS_OSIVOL */
48
49/* Define to 1 if the OsiXpr package is available */
50/* #undef COIN_HAS_OSIXPR */
51
52/* Define to 1 if the Sample package is available */
53#define COIN_HAS_SAMPLE 1
54
55/* Define to 1 if you have the <cfloat> header file. */
56#define HAVE_CFLOAT 1
57
58/* Define to 1 if you have the <cieeefp> header file. */
59/* #undef HAVE_CIEEEFP */
60
61/* Define to 1 if you have the <cmath> header file. */
62#define HAVE_CMATH 1
63
64/* Define to 1 if you have the <dlfcn.h> header file. */
65/* #undef HAVE_DLFCN_H */
66
67/* Define to 1 if you have the <float.h> header file. */
68/* #undef HAVE_FLOAT_H */
69
70/* Define to 1 if you have the <ieeefp.h> header file. */
71/* #undef HAVE_IEEEFP_H */
72
73/* Define to 1 if you have the <inttypes.h> header file. */
74/* #undef HAVE_INTTYPES_H */
75
76/* Define to 1 if you have the <math.h> header file. */
77/* #undef HAVE_MATH_H */
78
79/* Define to 1 if you have the <stdint.h> header file. */
80/* #undef HAVE_STDINT_H */
81
82/* Define to 1 if you have the <stdio.h> header file. */
83/* #undef HAVE_STDIO_H */
84
85/* Define to 1 if you have the <stdlib.h> header file. */
86/* #undef HAVE_STDLIB_H */
87
88/* Define to 1 if you have the <strings.h> header file. */
89/* #undef HAVE_STRINGS_H */
90
91/* Define to 1 if you have the <string.h> header file. */
92/* #undef HAVE_STRING_H */
93
94/* Define to 1 if you have the <sys/stat.h> header file. */
95/* #undef HAVE_SYS_STAT_H */
96
97/* Define to 1 if you have the <sys/types.h> header file. */
98/* #undef HAVE_SYS_TYPES_H */
99
100/* Define to 1 if you have the <unistd.h> header file. */
101/* #undef HAVE_UNISTD_H */
102
103/* Define to the sub-directory where libtool stores uninstalled libraries. */
104/* #undef LT_OBJDIR */
105
106/* Name of package */
107#define PACKAGE "cgl"
108
109/* Define to the address where bug reports for this package should be sent. */
110#define PACKAGE_BUGREPORT "cgl@list.coin-or.org"
111
112/* Define to the full name of this package. */
113#define PACKAGE_NAME "Cgl"
114
115/* Define to the full name and version of this package. */
116#define PACKAGE_STRING "Cgl 0.60.3"
117
118/* Define to the one symbol short name of this package. */
119#define PACKAGE_TARNAME "cgl"
120
121/* Define to the home page for this package. */
122#define PACKAGE_URL ""
123
124/* Define to the version of this package. */
125#define PACKAGE_VERSION "0.60.3"
126
127/* Define to 1 if all of the C90 standard headers exist (not just the ones
128 required in a freestanding environment). This macro is provided for
129 backward compatibility; new code need not use it. */
130/* #undef STDC_HEADERS */
131
132/* Version number of package */
133#define VERSION "0.60.3"