Couenne 0.5.8
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 the debug sanity check level (0 is no test) */
5#define COIN_COUENNE_CHECKLEVEL 0
6
7/* Define to the debug verbosity level (0 is no output) */
8#define COIN_COUENNE_VERBOSITY 0
9
10/* Define to 1 if the ASL package is available */
11#define COIN_HAS_ASL 1
12
13/* Define to 1 if the Bonmin package is available */
14#define COIN_HAS_BONMIN 1
15
16/* Define to 1 if the Cpx package is available */
17/* #undef COIN_HAS_CPX */
18
19/* Define to 1 if the Grb package is available */
20/* #undef COIN_HAS_GRB */
21
22/* Define to 1 if the Msk package is available */
23/* #undef COIN_HAS_MSK */
24
25/* Define to 1 if the Nauty package is available */
26#define COIN_HAS_NTY 1
27
28/* Define to 1 if the SCIP package is available */
29/* #undef COIN_HAS_SCIP */
30
31/* Define to 1 if the Spx package is available */
32/* #undef COIN_HAS_SPX */
33
34/* Define to 1 if the Xpr package is available */
35/* #undef COIN_HAS_XPR */
36
37/* whether CouenneInterface is derived from Bonmin's AmplInterface */
38#define COUENNEINTERFACE_FROM_ASL 1
39
40/* SVN revision number of project */
41/* #undef COUENNE_SVN_REV */
42
43/* Version number of project */
44#define COUENNE_VERSION "0.5.8"
45
46/* Major Version number of project */
47#define COUENNE_VERSION_MAJOR 0
48
49/* Minor Version number of project */
50#define COUENNE_VERSION_MINOR 5
51
52/* Release Version number of project */
53#define COUENNE_VERSION_RELEASE 8
54
55/* Define to dummy `main' function (if any) required to link to the Fortran
56 libraries. */
57/* #undef F77_DUMMY_MAIN */
58
59/* Define to a macro mangling the given C identifier (in lower and upper
60 case), which must not contain underscores, for linking with Fortran. */
61#define F77_FUNC(name,NAME) name ## _
62
63/* As F77_FUNC, but for C identifiers containing underscores. */
64#define F77_FUNC_(name,NAME) name ## _
65
66/* Define if F77 and FC dummy `main' functions are identical. */
67/* #undef FC_DUMMY_MAIN_EQ_F77 */
68
69/* Define to 1 if you have the <cfloat> header file. */
70#define HAVE_CFLOAT 1
71
72/* Define to 1 if you have the <cieeefp> header file. */
73/* #undef HAVE_CIEEEFP */
74
75/* Define to 1 if you have the <cmath> header file. */
76#define HAVE_CMATH 1
77
78/* Define to 1 if you have the <cstdint> header file. */
79#define HAVE_CSTDINT 1
80
81/* Define to 1 if you have the <dlfcn.h> header file. */
82#define HAVE_DLFCN_H 1
83
84/* Define to 1 if you have the <float.h> header file. */
85/* #undef HAVE_FLOAT_H */
86
87/* Define to 1 if you have the <ieeefp.h> header file. */
88/* #undef HAVE_IEEEFP_H */
89
90/* Define to 1 if you have the <inttypes.h> header file. */
91#define HAVE_INTTYPES_H 1
92
93/* Define to 1 if you have the <math.h> header file. */
94/* #undef HAVE_MATH_H */
95
96/* Define to 1 if you have the <memory.h> header file. */
97#define HAVE_MEMORY_H 1
98
99/* Define to 1 if you have the <stdint.h> header file. */
100#define HAVE_STDINT_H 1
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#define HAVE_STDLIB_H 1
104
105/* Define to 1 if you have the <strings.h> header file. */
106#define HAVE_STRINGS_H 1
107
108/* Define to 1 if you have the <string.h> header file. */
109#define HAVE_STRING_H 1
110
111/* Define to 1 if you have the <sys/stat.h> header file. */
112#define HAVE_SYS_STAT_H 1
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#define HAVE_SYS_TYPES_H 1
116
117/* Define to 1 if you have the <unistd.h> header file. */
118#define HAVE_UNISTD_H 1
119
120/* Name of package */
121#define PACKAGE "couenne"
122
123/* Define to the address where bug reports for this package should be sent. */
124#define PACKAGE_BUGREPORT "couenne@list.coin-or.org"
125
126/* Define to the full name of this package. */
127#define PACKAGE_NAME "Couenne"
128
129/* Define to the full name and version of this package. */
130#define PACKAGE_STRING "Couenne 0.5.8"
131
132/* Define to the one symbol short name of this package. */
133#define PACKAGE_TARNAME "couenne"
134
135/* Define to the version of this package. */
136#define PACKAGE_VERSION "0.5.8"
137
138/* Define to 1 if you have the ANSI C header files. */
139#define STDC_HEADERS 1
140
141/* Version number of package */
142#define VERSION "0.5.8"