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