Dip  0.92.3
config.h
Go to the documentation of this file.
1 /* include/config.h. Generated by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if the Cgl package is available */
5 #define COIN_HAS_CGL 1
6 
7 /* Define to 1 if the Clp package is available */
8 #define COIN_HAS_CLP 1
9 
10 /* Define to 1 if the CoinDepend package is available */
11 #define COIN_HAS_COINDEPEND 1
12 
13 /* Define to 1 if the Cpx package is available */
14 /* #undef COIN_HAS_CPX */
15 
16 /* Define to 1 if the DyLP package is available */
17 /* #undef COIN_HAS_DYLP */
18 
19 /* Define to 1 if the Glpk package is available */
20 /* #undef COIN_HAS_GLPK */
21 
22 /* Define to 1 if the Miplib3 package is available */
23 /* #undef COIN_HAS_MIPLIB3 */
24 
25 /* Define to 1 if the Msk package is available */
26 /* #undef COIN_HAS_MSK */
27 
28 /* Define to 1 if the Netlib package is available */
29 /* #undef COIN_HAS_NETLIB */
30 
31 /* Define to 1 if the OsiTests package is available */
32 #define COIN_HAS_OSITESTS 1
33 
34 /* Define to 1 if the Pvm package is available */
35 /* #undef COIN_HAS_PVM */
36 
37 /* Define to 1 if readline is available */
38 /* #undef COIN_HAS_READLINE */
39 
40 /* Define to 1 if the Sample package is available */
41 #define COIN_HAS_SAMPLE 1
42 
43 /* Define to 1 if the Vol package is available */
44 /* #undef COIN_HAS_VOL */
45 
46 /* Define to 1 if the Xpr package is available */
47 /* #undef COIN_HAS_XPR */
48 
49 /* Define to the debug sanity check level (0 is no test) */
50 #define COIN_SYMPHONY_CHECKLEVEL 0
51 
52 /* Define to the debug verbosity level (0 is no output) */
53 #define COIN_SYMPHONY_VERBOSITY 0
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 <readline/readline.h> header file. */
65 /* #undef HAVE_READLINE_READLINE_H */
66 
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69 
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #define HAVE_STDLIB_H 1
72 
73 /* Define to 1 if you have the <strings.h> header file. */
74 #define HAVE_STRINGS_H 1
75 
76 /* Define to 1 if you have the <string.h> header file. */
77 #define HAVE_STRING_H 1
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Name of package */
89 #define PACKAGE "symphony"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT "symphony@list.coin-or.org"
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME "SYMPHONY"
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING "SYMPHONY 5.6.15"
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME "symphony"
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "5.6.15"
105 
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108 
109 /* SVN revision number of project */
110 /* #undef SYMPHONY_SVN_REV */
111 
112 /* Version number of project */
113 #define SYMPHONY_VERSION "5.6.15"
114 
115 /* Major Version number of project */
116 #define SYMPHONY_VERSION_MAJOR 5
117 
118 /* Minor Version number of project */
119 #define SYMPHONY_VERSION_MINOR 6
120 
121 /* Release Version number of project */
122 #define SYMPHONY_VERSION_RELEASE 15
123 
124 /* Version number of package */
125 #define VERSION "5.6.15"