00001 /* src/DylpStdLib/config.h. Generated by configure. */ 00002 /* src/DylpStdLib/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to the C type whose size in bytes matches the size in bytes of the 00005 the C++ bool type. */ 00006 #define BOOL char 00007 00008 /* Define to the debug sanity check level (0 is no test) */ 00009 #define COIN_DYLP_CHECKLEVEL 0 00010 00011 /* Define to the debug verbosity level (0 is no output) */ 00012 #define COIN_DYLP_VERBOSITY 0 00013 00014 /* Define to 1 if the CoinUtils package is available */ 00015 #define COIN_HAS_COINUTILS 1 00016 00017 /* Define to 1 if the Netlib package is available */ 00018 /* #undef COIN_HAS_NETLIB */ 00019 00020 /* Define to 1 if the Osi package is available */ 00021 #define COIN_HAS_OSI 1 00022 00023 /* Define to 1 if the OsiTests package is available */ 00024 #define COIN_HAS_OSITESTS 1 00025 00026 /* Define to 1 if the Sample package is available */ 00027 #define COIN_HAS_SAMPLE 1 00028 00029 /* Directory containing the DyLP error message text file (dy_errmsgs.txt). 00030 Should be set to /absolute/path/to/srcdir/DyLP/src/Dylp, using native path 00031 syntax (i.e., drive letters and backslashes on Windows). */ 00032 #define DYLP_ERRMSGDIR "/home/coin/svn-release/DyLP-1.10.0/DyLP/src/Dylp/" 00033 00034 /* Define this symbol if the quiet_nan function exists. This function should 00035 return the bit pattern for IEEE quiet NaN. */ 00036 /* #undef DYLP_HAS_QUIET_NAN */ 00037 00038 /* Define to be the name of the C function used to check that an IEEE floating 00039 point value is finite. */ 00040 #define DYLP_ISFINITE finite 00041 00042 /* Define to be the name of the C function used to check that an IEEE floating 00043 point value is NaN. */ 00044 #define DYLP_ISNAN isnan 00045 00046 /* Define this variable to disable dylp's informational printing features. */ 00047 /* #undef DYLP_NDEBUG */ 00048 00049 /* Define this variable to enable dylp's paranoid checks. */ 00050 /* #undef DYLP_PARANOIA */ 00051 00052 /* Define this variable to enable dylp's statistics collection features. */ 00053 /* #undef DYLP_STATISTICS */ 00054 00055 /* SVN revision number of project */ 00056 /* #undef DYLP_SVN_REV */ 00057 00058 /* Version number of project */ 00059 #define DYLP_VERSION "1.10.0" 00060 00061 /* Major Version number of project */ 00062 #define DYLP_VERSION_MAJOR 1 00063 00064 /* Minor Version number of project */ 00065 #define DYLP_VERSION_MINOR 10 00066 00067 /* Release Version number of project */ 00068 #define DYLP_VERSION_RELEASE 0 00069 00070 /* Define to 1 if you have the <dlfcn.h> header file. */ 00071 #define HAVE_DLFCN_H 1 00072 00073 /* Define to 1 if float.h exists. */ 00074 #define HAVE_FLOAT_H 1 00075 00076 /* Define to 1 if ieeefp.h exists. */ 00077 /* #undef HAVE_IEEEFP_H */ 00078 00079 /* Define to 1 if you have the <inttypes.h> header file. */ 00080 #define HAVE_INTTYPES_H 1 00081 00082 /* Define to 1 if math.h exists. */ 00083 #define HAVE_MATH_H 1 00084 00085 /* Define to 1 if you have the <memory.h> header file. */ 00086 #define HAVE_MEMORY_H 1 00087 00088 /* Define to 1 if you have the <stdint.h> header file. */ 00089 #define HAVE_STDINT_H 1 00090 00091 /* Define to 1 if you have the <stdlib.h> header file. */ 00092 #define HAVE_STDLIB_H 1 00093 00094 /* Define to 1 if you have the <strings.h> header file. */ 00095 #define HAVE_STRINGS_H 1 00096 00097 /* Define to 1 if you have the <string.h> header file. */ 00098 #define HAVE_STRING_H 1 00099 00100 /* Define to 1 if sunmath.h exists. */ 00101 /* #undef HAVE_SUNMATH_H */ 00102 00103 /* Define to 1 if you have the <sys/stat.h> header file. */ 00104 #define HAVE_SYS_STAT_H 1 00105 00106 /* Define to 1 if you have the <sys/types.h> header file. */ 00107 #define HAVE_SYS_TYPES_H 1 00108 00109 /* Define to 1 if you have the <unistd.h> header file. */ 00110 #define HAVE_UNISTD_H 1 00111 00112 /* Define this variable to enable OsiDylp's informational printing features. 00113 */ 00114 #define ODSI_INFOMSGS 1 00115 00116 /* Control OsiDylp's paranoid checks. Legal values: 0 - off; 1 - normal; 2 - 00117 consistency (expensive) */ 00118 #define ODSI_PARANOIA 1 00119 00120 /* Define this variable to enable support for dylp's statistics collection 00121 features. */ 00122 /* #undef ODSI_STATISTICS */ 00123 00124 /* Name of package */ 00125 #define PACKAGE "dylp" 00126 00127 /* Define to the address where bug reports for this package should be sent. */ 00128 #define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org" 00129 00130 /* Define to the full name of this package. */ 00131 #define PACKAGE_NAME "DyLP" 00132 00133 /* Define to the full name and version of this package. */ 00134 #define PACKAGE_STRING "DyLP 1.10.0" 00135 00136 /* Define to the one symbol short name of this package. */ 00137 #define PACKAGE_TARNAME "dylp" 00138 00139 /* Define to the version of this package. */ 00140 #define PACKAGE_VERSION "1.10.0" 00141 00142 /* Define to 1 if you have the ANSI C header files. */ 00143 #define STDC_HEADERS 1 00144 00145 /* Version number of package */ 00146 #define VERSION "1.10.0" 00147 00148 /* Define to 1 if your processor stores words with the most significant byte 00149 first (like Motorola and SPARC, unlike Intel and VAX). */ 00150 /* #undef WORDS_BIGENDIAN */