00001 /* inc/config_dylp.h. Generated by configure. */ 00002 /* inc/config_dylp.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 used */ 00015 /* #undef COIN_HAS_COINUTILS */ 00016 00017 /* Define to 1 if the DyLP package is used */ 00018 #define COIN_HAS_DYLP 1 00019 00020 /* Define to 1 if the Osi package is used */ 00021 /* #undef COIN_HAS_OSI */ 00022 00023 /* Directory containing the DyLP error message text file (dy_errmsgs.txt). 00024 Should be set to /absolute/path/to/srcdir/DyLP/src/Dylp, using native path 00025 syntax (i.e., drive letters and backslashes on Windows). */ 00026 #define DYLP_ERRMSGDIR "/build/buildd/coinor-dylp-1.5.0/DyLP/src/Dylp/" 00027 00028 /* Define this symbol if the quiet_nan function exists. This function should 00029 return the bit pattern for IEEE quiet NaN. */ 00030 /* #undef DYLP_HAS_QUIET_NAN */ 00031 00032 /* Define to be the name of the C function used to check that an IEEE floating 00033 point value is finite. */ 00034 #define DYLP_ISFINITE finite 00035 00036 /* Define to be the name of the C function used to check that an IEEE floating 00037 point value is NaN. */ 00038 #define DYLP_ISNAN isnan 00039 00040 /* Define this variable to disable dylp's informational printing features. */ 00041 /* #undef DYLP_NDEBUG */ 00042 00043 /* Define this variable to enable dylp's paranoid checks. */ 00044 /* #undef DYLP_PARANOIA */ 00045 00046 /* Define this variable to enable dylp's statistics collection features. */ 00047 /* #undef DYLP_STATISTICS */ 00048 00049 /* Define to 1 if you have the <dlfcn.h> header file. */ 00050 #define HAVE_DLFCN_H 1 00051 00052 /* Define to 1 if float.h exists. */ 00053 #define HAVE_FLOAT_H 1 00054 00055 /* Define to 1 if ieeefp.h exists. */ 00056 /* #undef HAVE_IEEEFP_H */ 00057 00058 /* Define to 1 if you have the <inttypes.h> header file. */ 00059 #define HAVE_INTTYPES_H 1 00060 00061 /* Define to 1 if math.h exists. */ 00062 #define HAVE_MATH_H 1 00063 00064 /* Define to 1 if you have the <memory.h> header file. */ 00065 #define HAVE_MEMORY_H 1 00066 00067 /* Define to 1 if you have the <stdint.h> header file. */ 00068 #define HAVE_STDINT_H 1 00069 00070 /* Define to 1 if you have the <stdlib.h> header file. */ 00071 #define HAVE_STDLIB_H 1 00072 00073 /* Define to 1 if you have the <strings.h> header file. */ 00074 #define HAVE_STRINGS_H 1 00075 00076 /* Define to 1 if you have the <string.h> header file. */ 00077 #define HAVE_STRING_H 1 00078 00079 /* Define to 1 if sunmath.h exists. */ 00080 /* #undef HAVE_SUNMATH_H */ 00081 00082 /* Define to 1 if you have the <sys/stat.h> header file. */ 00083 #define HAVE_SYS_STAT_H 1 00084 00085 /* Define to 1 if you have the <sys/types.h> header file. */ 00086 #define HAVE_SYS_TYPES_H 1 00087 00088 /* Define to 1 if you have the <unistd.h> header file. */ 00089 #define HAVE_UNISTD_H 1 00090 00091 /* Name of package */ 00092 #define PACKAGE "dylp" 00093 00094 /* Define to the address where bug reports for this package should be sent. */ 00095 #define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org" 00096 00097 /* Define to the full name of this package. */ 00098 #define PACKAGE_NAME "DyLP" 00099 00100 /* Define to the full name and version of this package. */ 00101 #define PACKAGE_STRING "DyLP 1.5.0" 00102 00103 /* Define to the one symbol short name of this package. */ 00104 #define PACKAGE_TARNAME "dylp" 00105 00106 /* Define to the version of this package. */ 00107 #define PACKAGE_VERSION "1.5.0" 00108 00109 /* Define to 1 if you have the ANSI C header files. */ 00110 #define STDC_HEADERS 1 00111 00112 /* Version number of package */ 00113 #define VERSION "1.5.0" 00114 00115 /* Define to 1 if your processor stores words with the most significant byte 00116 first (like Motorola and SPARC, unlike Intel and VAX). */ 00117 /* #undef WORDS_BIGENDIAN */