coin-Cgl
config_cgl.h
Go to the documentation of this file.
1 /* inc/config_cgl.h. Generated by configure. */
2 /* inc/config_cgl.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to the debug sanity check level (0 is no test) */
5 #define COIN_CGL_CHECKLEVEL 0
6 
7 /* Define to the debug verbosity level (0 is no output) */
8 #define COIN_CGL_VERBOSITY 0
9 
10 /* Define to 1 if the Cbc package is used */
11 /* #undef COIN_HAS_CBC */
12 
13 /* Define to 1 if the Cgl package is used */
14 #define COIN_HAS_CGL 1
15 
16 /* Define to 1 if the Clp package is used */
17 /* #undef COIN_HAS_CLP */
18 
19 /* Define to 1 if the CoinUtils package is used */
20 /* #undef COIN_HAS_COINUTILS */
21 
22 /* Define to 1 if the Cplex package is available */
23 /* #undef COIN_HAS_CPX */
24 
25 /* Define to 1 if the DyLP package is used */
26 /* #undef COIN_HAS_DYLP */
27 
28 /* Define to 1 if the FortMP package is available */
29 /* #undef COIN_HAS_FMP */
30 
31 /* Define to 1 if Glpk package is available */
32 /* #undef COIN_HAS_GLPK */
33 
34 /* Define to 1 if the Mosek package is available */
35 /* #undef COIN_HAS_MSK */
36 
37 /* Define to 1 if the Osi package is used */
38 /* #undef COIN_HAS_OSI */
39 
40 /* Define to 1 if the Osl package is available */
41 /* #undef COIN_HAS_OSL */
42 
43 /* Define to 1 if the Soplex package is available */
44 /* #undef COIN_HAS_SPX */
45 
46 /* Define to 1 if the SYMPHONY package is used */
47 /* #undef COIN_HAS_SYMPHONY */
48 
49 /* Define to 1 if the Vol package is used */
50 /* #undef COIN_HAS_VOL */
51 
52 /* Define to 1 if the Xpress package is available */
53 /* #undef COIN_HAS_XPR */
54 
55 /* Define to 1 if you have the <dlfcn.h> header file. */
56 #define HAVE_DLFCN_H 1
57 
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #define HAVE_INTTYPES_H 1
60 
61 /* Define to 1 if you have the <memory.h> header file. */
62 #define HAVE_MEMORY_H 1
63 
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
66 
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
69 
70 /* Define to 1 if you have the <strings.h> header file. */
71 #define HAVE_STRINGS_H 1
72 
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H 1
75 
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
84 
85 /* Name of package */
86 #define PACKAGE "cgl"
87 
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT "coin-cgl@list.coin-or.org"
90 
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "Cgl"
93 
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "Cgl 0.55.0"
96 
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "cgl"
99 
100 /* Define to the version of this package. */
101 #define PACKAGE_VERSION "0.55.0"
102 
103 /* Define to 1 if you have the ANSI C header files. */
104 #define STDC_HEADERS 1
105 
106 /* Version number of package */
107 #define VERSION "0.55.0"