• Main Page
  • Classes
  • Files
  • File List
  • File Members

/build/buildd/coinor-dylp-1.6.0/DyLP/inc/config_dylp.h

Go to the documentation of this file.
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.6.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 /* Version number of project */
00050 #define DYLP_VERSION "1.6.0"
00051 
00052 /* Define to 1 if you have the <dlfcn.h> header file. */
00053 #define HAVE_DLFCN_H 1
00054 
00055 /* Define to 1 if float.h exists. */
00056 #define HAVE_FLOAT_H 1
00057 
00058 /* Define to 1 if ieeefp.h exists. */
00059 /* #undef HAVE_IEEEFP_H */
00060 
00061 /* Define to 1 if you have the <inttypes.h> header file. */
00062 #define HAVE_INTTYPES_H 1
00063 
00064 /* Define to 1 if math.h exists. */
00065 #define HAVE_MATH_H 1
00066 
00067 /* Define to 1 if you have the <memory.h> header file. */
00068 #define HAVE_MEMORY_H 1
00069 
00070 /* Define to 1 if you have the <stdint.h> header file. */
00071 #define HAVE_STDINT_H 1
00072 
00073 /* Define to 1 if you have the <stdlib.h> header file. */
00074 #define HAVE_STDLIB_H 1
00075 
00076 /* Define to 1 if you have the <strings.h> header file. */
00077 #define HAVE_STRINGS_H 1
00078 
00079 /* Define to 1 if you have the <string.h> header file. */
00080 #define HAVE_STRING_H 1
00081 
00082 /* Define to 1 if sunmath.h exists. */
00083 /* #undef HAVE_SUNMATH_H */
00084 
00085 /* Define to 1 if you have the <sys/stat.h> header file. */
00086 #define HAVE_SYS_STAT_H 1
00087 
00088 /* Define to 1 if you have the <sys/types.h> header file. */
00089 #define HAVE_SYS_TYPES_H 1
00090 
00091 /* Define to 1 if you have the <unistd.h> header file. */
00092 #define HAVE_UNISTD_H 1
00093 
00094 /* Name of package */
00095 #define PACKAGE "dylp"
00096 
00097 /* Define to the address where bug reports for this package should be sent. */
00098 #define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org"
00099 
00100 /* Define to the full name of this package. */
00101 #define PACKAGE_NAME "DyLP"
00102 
00103 /* Define to the full name and version of this package. */
00104 #define PACKAGE_STRING "DyLP 1.6.0"
00105 
00106 /* Define to the one symbol short name of this package. */
00107 #define PACKAGE_TARNAME "dylp"
00108 
00109 /* Define to the version of this package. */
00110 #define PACKAGE_VERSION "1.6.0"
00111 
00112 /* Define to 1 if you have the ANSI C header files. */
00113 #define STDC_HEADERS 1
00114 
00115 /* Version number of package */
00116 #define VERSION "1.6.0"
00117 
00118 /* Define to 1 if your processor stores words with the most significant byte
00119    first (like Motorola and SPARC, unlike Intel and VAX). */
00120 /* #undef WORDS_BIGENDIAN */

Generated on Sat Oct 16 2010 02:43:37 by  doxygen 1.7.1