Cbc  2.10.5
 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 /* 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 #define HAVE_DLFCN_H 1
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 #define HAVE_INTTYPES_H 1
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 <memory.h> header file. */
80 #define HAVE_MEMORY_H 1
81 
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
84 
85 /* Define to 1 if you have the <stdlib.h> header file. */
86 #define HAVE_STDLIB_H 1
87 
88 /* Define to 1 if you have the <strings.h> header file. */
89 #define HAVE_STRINGS_H 1
90 
91 /* Define to 1 if you have the <string.h> header file. */
92 #define HAVE_STRING_H 1
93 
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96 
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99 
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #define HAVE_UNISTD_H 1
102 
103 /* Name of package */
104 #define PACKAGE "cgl"
105 
106 /* Define to the address where bug reports for this package should be sent. */
107 #define PACKAGE_BUGREPORT "cgl@list.coin-or.org"
108 
109 /* Define to the full name of this package. */
110 #define PACKAGE_NAME "Cgl"
111 
112 /* Define to the full name and version of this package. */
113 #define PACKAGE_STRING "Cgl 0.60.3"
114 
115 /* Define to the one symbol short name of this package. */
116 #define PACKAGE_TARNAME "cgl"
117 
118 /* Define to the version of this package. */
119 #define PACKAGE_VERSION "0.60.3"
120 
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123 
124 /* Version number of package */
125 #define VERSION "0.60.3"