Clp  1.17.6
 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, 2, 3, or 4 if Aboca should be build. */
5 /* #undef CLP_HAS_ABC */
6 
7 /* SVN revision number of project */
8 /* #undef CLP_SVN_REV */
9 
10 /* Version number of project */
11 #define CLP_VERSION "1.17.6"
12 
13 /* Major Version number of project */
14 #define CLP_VERSION_MAJOR 1
15 
16 /* Minor Version number of project */
17 #define CLP_VERSION_MINOR 17
18 
19 /* Release Version number of project */
20 #define CLP_VERSION_RELEASE 6
21 
22 /* Define to the debug sanity check level (0 is no test) */
23 #define COIN_CLP_CHECKLEVEL 0
24 
25 /* Define to the debug verbosity level (0 is no output) */
26 #define COIN_CLP_VERBOSITY 0
27 
28 /* Define to 1 if the AMD package is available */
29 /* #undef COIN_HAS_AMD */
30 
31 /* Define to 1 if the ASL package is available */
32 /* #undef COIN_HAS_ASL */
33 
34 /* If defined, the BLAS Library is available. */
35 /* #undef COIN_HAS_BLAS */
36 
37 /* Define to 1 if the CHOLMOD package is available */
38 /* #undef COIN_HAS_CHOLMOD */
39 
40 /* Define to 1 if the CoinUtils package is available */
41 #define COIN_HAS_COINUTILS 1
42 
43 /* Define to 1 if the Glpk package is available */
44 /* #undef COIN_HAS_GLPK */
45 
46 /* Define to 1 if the Mumps package is available */
47 /* #undef COIN_HAS_MUMPS */
48 
49 /* Define to 1 if the Netlib package is available */
50 #define COIN_HAS_NETLIB 1
51 
52 /* Define to 1 if the Osi package is available */
53 #define COIN_HAS_OSI 1
54 
55 /* Define to 1 if the OsiTests package is available */
56 #define COIN_HAS_OSITESTS 1
57 
58 /* Define to 1 if readline is available */
59 /* #undef COIN_HAS_READLINE */
60 
61 /* Define to 1 if the Sample package is available */
62 #define COIN_HAS_SAMPLE 1
63 
64 /* Define to 1 if the WSMP package is available */
65 /* #undef COIN_HAS_WSMP */
66 
67 /* Define to dummy `main' function (if any) required to link to the Fortran
68  libraries. */
69 /* #undef F77_DUMMY_MAIN */
70 
71 /* Define to a macro mangling the given C identifier (in lower and upper
72  case), which must not contain underscores, for linking with Fortran. */
73 /* #undef F77_FUNC */
74 
75 /* As F77_FUNC, but for C identifiers containing underscores. */
76 /* #undef F77_FUNC_ */
77 
78 /* Define if F77 and FC dummy `main' functions are identical. */
79 /* #undef FC_DUMMY_MAIN_EQ_F77 */
80 
81 /* Define to 1 if you have the <cfloat> header file. */
82 #define HAVE_CFLOAT 1
83 
84 /* Define to 1 if you have the <cieeefp> header file. */
85 /* #undef HAVE_CIEEEFP */
86 
87 /* Define to 1 if you have the <cmath> header file. */
88 #define HAVE_CMATH 1
89 
90 /* Define to 1 if you have the <dlfcn.h> header file. */
91 #define HAVE_DLFCN_H 1
92 
93 /* Define to 1 if you have the <float.h> header file. */
94 /* #undef HAVE_FLOAT_H */
95 
96 /* Define to 1 if you have the <ieeefp.h> header file. */
97 /* #undef HAVE_IEEEFP_H */
98 
99 /* Define to 1 if you have the <inttypes.h> header file. */
100 #define HAVE_INTTYPES_H 1
101 
102 /* Define to 1 if you have the <math.h> header file. */
103 /* #undef HAVE_MATH_H */
104 
105 /* Define to 1 if you have the <memory.h> header file. */
106 #define HAVE_MEMORY_H 1
107 
108 /* Define to 1 if you have the <readline/readline.h> header file. */
109 /* #undef HAVE_READLINE_READLINE_H */
110 
111 /* Define to 1 if you have the <stdint.h> header file. */
112 #define HAVE_STDINT_H 1
113 
114 /* Define to 1 if you have the <stdlib.h> header file. */
115 #define HAVE_STDLIB_H 1
116 
117 /* Define to 1 if you have the <strings.h> header file. */
118 #define HAVE_STRINGS_H 1
119 
120 /* Define to 1 if you have the <string.h> header file. */
121 #define HAVE_STRING_H 1
122 
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #define HAVE_SYS_STAT_H 1
125 
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #define HAVE_SYS_TYPES_H 1
128 
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #define HAVE_UNISTD_H 1
131 
132 /* Name of package */
133 #define PACKAGE "clp"
134 
135 /* Define to the address where bug reports for this package should be sent. */
136 #define PACKAGE_BUGREPORT "clp@list.coin-or.org"
137 
138 /* Define to the full name of this package. */
139 #define PACKAGE_NAME "Clp"
140 
141 /* Define to the full name and version of this package. */
142 #define PACKAGE_STRING "Clp 1.17.6"
143 
144 /* Define to the one symbol short name of this package. */
145 #define PACKAGE_TARNAME "clp"
146 
147 /* Define to the version of this package. */
148 #define PACKAGE_VERSION "1.17.6"
149 
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
152 
153 /* Version number of package */
154 #define VERSION "1.17.6"