Bonmin 1.8.9
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1/* src/Interfaces/config.h. Generated by configure. */
2/* src/Interfaces/config.h.in. Generated from configure.ac by autoheader. */
3
4/* SVN revision number of project */
5/* #undef BONMIN_SVN_REV */
6
7/* Version number of project */
8#define BONMIN_VERSION "1.8.9"
9
10/* Major Version number of project */
11#define BONMIN_VERSION_MAJOR 1
12
13/* Minor Version number of project */
14#define BONMIN_VERSION_MINOR 8
15
16/* Release Version number of project */
17#define BONMIN_VERSION_RELEASE 9
18
19/* Define to the debug sanity check level (0 is no test) */
20#define COIN_BONMIN_CHECKLEVEL 0
21
22/* Define to the debug verbosity level (0 is no output) */
23#define COIN_BONMIN_VERBOSITY 0
24
25/* Define to 1 if the ASL package is available */
26#define COIN_HAS_ASL 1
27
28/* Define to 1 if the CoinDepend package is available */
29#define COIN_HAS_COINDEPEND 1
30
31/* Define to 1 if the Cplex package is available */
32/* #undef COIN_HAS_CPX */
33
34/* Define to 1 if the FilterSQP package is available */
35/* #undef COIN_HAS_FILTERSQP */
36
37/* Define to 1 if the OsiCpx package is available */
38/* #undef COIN_HAS_OSICPX */
39
40/* Define to dummy `main' function (if any) required to link to the Fortran
41 libraries. */
42/* #undef F77_DUMMY_MAIN */
43
44/* Define to a macro mangling the given C identifier (in lower and upper
45 case), which must not contain underscores, for linking with Fortran. */
46/* #undef F77_FUNC */
47
48/* As F77_FUNC, but for C identifiers containing underscores. */
49/* #undef F77_FUNC_ */
50
51/* Define if F77 and FC dummy `main' functions are identical. */
52/* #undef FC_DUMMY_MAIN_EQ_F77 */
53
54/* Define to 1 if you have the <dlfcn.h> header file. */
55#define HAVE_DLFCN_H 1
56
57/* Define to 1 if you have the <inttypes.h> header file. */
58#define HAVE_INTTYPES_H 1
59
60/* Define to 1 if you have the <memory.h> header file. */
61#define HAVE_MEMORY_H 1
62
63/* Define to 1 if you have the <stdint.h> header file. */
64#define HAVE_STDINT_H 1
65
66/* Define to 1 if you have the <stdlib.h> header file. */
67#define HAVE_STDLIB_H 1
68
69/* Define to 1 if you have the <strings.h> header file. */
70#define HAVE_STRINGS_H 1
71
72/* Define to 1 if you have the <string.h> header file. */
73#define HAVE_STRING_H 1
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#define HAVE_SYS_STAT_H 1
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#define HAVE_SYS_TYPES_H 1
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#define HAVE_UNISTD_H 1
83
84/* Name of package */
85#define PACKAGE "bonmin"
86
87/* Define to the address where bug reports for this package should be sent. */
88#define PACKAGE_BUGREPORT "bonmin@list.coin-or.org"
89
90/* Define to the full name of this package. */
91#define PACKAGE_NAME "Bonmin"
92
93/* Define to the full name and version of this package. */
94#define PACKAGE_STRING "Bonmin 1.8.9"
95
96/* Define to the one symbol short name of this package. */
97#define PACKAGE_TARNAME "bonmin"
98
99/* Define to the version of this package. */
100#define PACKAGE_VERSION "1.8.9"
101
102/* Define to 1 if you have the ANSI C header files. */
103#define STDC_HEADERS 1
104
105/* Version number of package */
106#define VERSION "1.8.9"