DyLP
1.10.4
Toggle main menu visibility
Loading...
Searching...
No Matches
src
DylpStdLib
config.h
Go to the documentation of this file.
1
/* src/DylpStdLib/config.h. Generated by configure. */
2
/* src/DylpStdLib/config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define to the C type whose size in bytes matches the size in bytes of the
5
the C++ bool type. */
6
#define BOOL char
7
8
/* Define to the debug sanity check level (0 is no test) */
9
#define COIN_DYLP_CHECKLEVEL 0
10
11
/* Define to the debug verbosity level (0 is no output) */
12
#define COIN_DYLP_VERBOSITY 0
13
14
/* Define to 1 if the CoinUtils package is available */
15
#define COIN_HAS_COINUTILS 1
16
17
/* Define to 1 if the Netlib package is available */
18
#define COIN_HAS_NETLIB 1
19
20
/* Define to 1 if the Osi package is available */
21
#define COIN_HAS_OSI 1
22
23
/* Define to 1 if the OsiTests package is available */
24
#define COIN_HAS_OSITESTS 1
25
26
/* Define to 1 if the Sample package is available */
27
#define COIN_HAS_SAMPLE 1
28
29
/* Directory containing the DyLP error message text file (dy_errmsgs.txt).
30
Should be set to /absolute/path/to/srcdir/DyLP/src/Dylp, using native path
31
syntax (i.e., drive letters and backslashes on Windows). */
32
#define DYLP_ERRMSGDIR "/usr/share/coin/"
33
34
/* Define this symbol if the quiet_nan function exists. This function should
35
return the bit pattern for IEEE quiet NaN. */
36
/* #undef DYLP_HAS_QUIET_NAN */
37
38
/* Define to be the name of the C function used to check that an IEEE floating
39
point value is finite. */
40
#define DYLP_ISFINITE isfinite
41
42
/* Define to be the name of the C function used to check that an IEEE floating
43
point value is NaN. */
44
#define DYLP_ISNAN isnan
45
46
/* Define this variable to disable dylp's informational printing features. */
47
/* #undef DYLP_NDEBUG */
48
49
/* Define this variable to enable dylp's paranoid checks. */
50
/* #undef DYLP_PARANOIA */
51
52
/* Define this variable to enable dylp's statistics collection features. */
53
/* #undef DYLP_STATISTICS */
54
55
/* SVN revision number of project */
56
/* #undef DYLP_SVN_REV */
57
58
/* Version number of project */
59
#define DYLP_VERSION "1.10.4"
60
61
/* Major Version number of project */
62
#define DYLP_VERSION_MAJOR 1
63
64
/* Minor Version number of project */
65
#define DYLP_VERSION_MINOR 10
66
67
/* Release Version number of project */
68
#define DYLP_VERSION_RELEASE 4
69
70
/* Define to 1 if you have the <dlfcn.h> header file. */
71
#define HAVE_DLFCN_H 1
72
73
/* Define to 1 if float.h exists. */
74
#define HAVE_FLOAT_H 1
75
76
/* Define to 1 if ieeefp.h exists. */
77
/* #undef HAVE_IEEEFP_H */
78
79
/* Define to 1 if you have the <inttypes.h> header file. */
80
#define HAVE_INTTYPES_H 1
81
82
/* Define to 1 if math.h exists. */
83
#define HAVE_MATH_H 1
84
85
/* Define to 1 if you have the <memory.h> header file. */
86
#define HAVE_MEMORY_H 1
87
88
/* Define to 1 if you have the <stdint.h> header file. */
89
#define HAVE_STDINT_H 1
90
91
/* Define to 1 if you have the <stdlib.h> header file. */
92
#define HAVE_STDLIB_H 1
93
94
/* Define to 1 if you have the <strings.h> header file. */
95
#define HAVE_STRINGS_H 1
96
97
/* Define to 1 if you have the <string.h> header file. */
98
#define HAVE_STRING_H 1
99
100
/* Define to 1 if sunmath.h exists. */
101
/* #undef HAVE_SUNMATH_H */
102
103
/* Define to 1 if you have the <sys/stat.h> header file. */
104
#define HAVE_SYS_STAT_H 1
105
106
/* Define to 1 if you have the <sys/types.h> header file. */
107
#define HAVE_SYS_TYPES_H 1
108
109
/* Define to 1 if you have the <unistd.h> header file. */
110
#define HAVE_UNISTD_H 1
111
112
/* Define this variable to enable OsiDylp's informational printing features.
113
*/
114
#define ODSI_INFOMSGS 1
115
116
/* Control OsiDylp's paranoid checks. Legal values: 0 - off; 1 - normal; 2 -
117
consistency (expensive) */
118
#define ODSI_PARANOIA 1
119
120
/* Define this variable to enable support for dylp's statistics collection
121
features. */
122
/* #undef ODSI_STATISTICS */
123
124
/* Name of package */
125
#define PACKAGE "dylp"
126
127
/* Define to the address where bug reports for this package should be sent. */
128
#define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org"
129
130
/* Define to the full name of this package. */
131
#define PACKAGE_NAME "DyLP"
132
133
/* Define to the full name and version of this package. */
134
#define PACKAGE_STRING "DyLP 1.10.4"
135
136
/* Define to the one symbol short name of this package. */
137
#define PACKAGE_TARNAME "dylp"
138
139
/* Define to the version of this package. */
140
#define PACKAGE_VERSION "1.10.4"
141
142
/* Define to 1 if you have the ANSI C header files. */
143
#define STDC_HEADERS 1
144
145
/* Version number of package */
146
#define VERSION "1.10.4"
147
148
/* Define to 1 if your processor stores words with the most significant byte
149
first (like Motorola and SPARC, unlike Intel and VAX). */
150
/* #undef WORDS_BIGENDIAN */
Generated by
1.17.0