config_dylp.h
Go to the documentation of this file.
1 /* inc/config_dylp.h. Generated by configure. */
2 /* inc/config_dylp.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 used */
15 /* #undef COIN_HAS_COINUTILS */
16 
17 /* Define to 1 if the DyLP package is used */
18 #define COIN_HAS_DYLP 1
19 
20 /* Define to 1 if the Osi package is used */
21 /* #undef COIN_HAS_OSI */
22 
23 /* Directory containing the DyLP error message text file (dy_errmsgs.txt).
24  Should be set to /absolute/path/to/srcdir/DyLP/src/Dylp, using native path
25  syntax (i.e., drive letters and backslashes on Windows). */
26 #define DYLP_ERRMSGDIR "/build/buildd/coinor-dylp-1.6.0/DyLP/src/Dylp/"
27 
28 /* Define this symbol if the quiet_nan function exists. This function should
29  return the bit pattern for IEEE quiet NaN. */
30 /* #undef DYLP_HAS_QUIET_NAN */
31 
32 /* Define to be the name of the C function used to check that an IEEE floating
33  point value is finite. */
34 #define DYLP_ISFINITE finite
35 
36 /* Define to be the name of the C function used to check that an IEEE floating
37  point value is NaN. */
38 #define DYLP_ISNAN isnan
39 
40 /* Define this variable to disable dylp's informational printing features. */
41 /* #undef DYLP_NDEBUG */
42 
43 /* Define this variable to enable dylp's paranoid checks. */
44 /* #undef DYLP_PARANOIA */
45 
46 /* Define this variable to enable dylp's statistics collection features. */
47 /* #undef DYLP_STATISTICS */
48 
49 /* Version number of project */
50 #define DYLP_VERSION "1.6.0"
51 
52 /* Define to 1 if you have the <dlfcn.h> header file. */
53 #define HAVE_DLFCN_H 1
54 
55 /* Define to 1 if float.h exists. */
56 #define HAVE_FLOAT_H 1
57 
58 /* Define to 1 if ieeefp.h exists. */
59 /* #undef HAVE_IEEEFP_H */
60 
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #define HAVE_INTTYPES_H 1
63 
64 /* Define to 1 if math.h exists. */
65 #define HAVE_MATH_H 1
66 
67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1
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 <stdlib.h> header file. */
74 #define HAVE_STDLIB_H 1
75 
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78 
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81 
82 /* Define to 1 if sunmath.h exists. */
83 /* #undef HAVE_SUNMATH_H */
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 /* Name of package */
95 #define PACKAGE "dylp"
96 
97 /* Define to the address where bug reports for this package should be sent. */
98 #define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org"
99 
100 /* Define to the full name of this package. */
101 #define PACKAGE_NAME "DyLP"
102 
103 /* Define to the full name and version of this package. */
104 #define PACKAGE_STRING "DyLP 1.6.0"
105 
106 /* Define to the one symbol short name of this package. */
107 #define PACKAGE_TARNAME "dylp"
108 
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION "1.6.0"
111 
112 /* Define to 1 if you have the ANSI C header files. */
113 #define STDC_HEADERS 1
114 
115 /* Version number of package */
116 #define VERSION "1.6.0"
117 
118 /* Define to 1 if your processor stores words with the most significant byte
119  first (like Motorola and SPARC, unlike Intel and VAX). */
120 /* #undef WORDS_BIGENDIAN */