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