Blis 0.95.0
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1/* src/config.h. Generated from config.h.in by configure. */
2/* src/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Library Visibility Attribute */
5#define BLISLIB_EXPORT
6
7/* Define to 1 if Alps is available. */
8#define BLIS_HAS_ALPS 1
9
10/* Define to 1 if Bcps is available. */
11#define BLIS_HAS_BCPS 1
12
13/* Define to 1 if Cgl is available. */
14#define BLIS_HAS_CGL 1
15
16/* Define to 1 if Clp is available. */
17#define BLIS_HAS_CLP 1
18
19/* Define to 1 if CoinUtils is available. */
20#define BLIS_HAS_COINUTILS 1
21
22/* Define to 1 if the MPI package is available */
23/* #undef BLIS_HAS_MPI */
24
25/* Define to 1 if Osi is available. */
26#define BLIS_HAS_OSI 1
27
28/* Define to 1 if Sample is available. */
29#define BLIS_HAS_SAMPLE 1
30
31/* Version number of project */
32#define BLIS_VERSION "0.95.0"
33
34/* Major version number of project. */
35#define BLIS_VERSION_MAJOR 0
36
37/* Minor version number of project. */
38#define BLIS_VERSION_MINOR 95
39
40/* Release version number of project. */
41#define BLIS_VERSION_RELEASE 0
42
43/* Define to 1 if your C++ compiler doesn't accept -c and -o together. */
44/* #undef CXX_NO_MINUS_C_MINUS_O */
45
46/* Define to 1 if you have the <cfloat> header file. */
47#define HAVE_CFLOAT 1
48
49/* Define to 1 if you have the <cieeefp> header file. */
50/* #undef HAVE_CIEEEFP */
51
52/* Define to 1 if you have the <cmath> header file. */
53#define HAVE_CMATH 1
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 <float.h> header file. */
59/* #undef HAVE_FLOAT_H */
60
61/* Define to 1 if you have the <ieeefp.h> header file. */
62/* #undef HAVE_IEEEFP_H */
63
64/* Define to 1 if you have the <inttypes.h> header file. */
65#define HAVE_INTTYPES_H 1
66
67/* Define to 1 if you have the <math.h> header file. */
68/* #undef HAVE_MATH_H */
69
70/* Define to 1 if you have the <stdint.h> header file. */
71#define HAVE_STDINT_H 1
72
73/* Define to 1 if you have the <stdio.h> header file. */
74#define HAVE_STDIO_H 1
75
76/* Define to 1 if you have the <stdlib.h> header file. */
77#define HAVE_STDLIB_H 1
78
79/* Define to 1 if you have the <strings.h> header file. */
80#define HAVE_STRINGS_H 1
81
82/* Define to 1 if you have the <string.h> header file. */
83#define HAVE_STRING_H 1
84
85/* Define to 1 if you have the <sys/stat.h> header file. */
86#define HAVE_SYS_STAT_H 1
87
88/* Define to 1 if you have the <sys/types.h> header file. */
89#define HAVE_SYS_TYPES_H 1
90
91/* Define to 1 if you have the <unistd.h> header file. */
92#define HAVE_UNISTD_H 1
93
94/* Define to the sub-directory where libtool stores uninstalled libraries. */
95#define LT_OBJDIR ".libs/"
96
97/* Define to the address where bug reports for this package should be sent. */
98#define PACKAGE_BUGREPORT "https://github.com/coin-or/CHiPPS-BLIS/issues/new"
99
100/* Define to the full name of this package. */
101#define PACKAGE_NAME "Blis"
102
103/* Define to the full name and version of this package. */
104#define PACKAGE_STRING "Blis 0.95.0"
105
106/* Define to the one symbol short name of this package. */
107#define PACKAGE_TARNAME "coin-or-blis"
108
109/* Define to the home page for this package. */
110#define PACKAGE_URL "https://github.com/coin-or/CHiPPS-BLIS"
111
112/* Define to the version of this package. */
113#define PACKAGE_VERSION "0.95.0"
114
115/* Define to 1 if all of the C90 standard headers exist (not just the ones
116 required in a freestanding environment). This macro is provided for
117 backward compatibility; new code need not use it. */
118#define STDC_HEADERS 1