/usr/include/coin/config_dylp.h is in coinor-libdylp-dev 1.6.0-1.1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | /* inc/config_dylp.h. Generated by configure. */
/* inc/config_dylp.h.in. Generated from configure.ac by autoheader. */
/* Define to the C type whose size in bytes matches the size in bytes of the
the C++ bool type. */
#define BOOL char
/* Define to the debug sanity check level (0 is no test) */
#define COIN_DYLP_CHECKLEVEL 0
/* Define to the debug verbosity level (0 is no output) */
#define COIN_DYLP_VERBOSITY 0
/* Define to 1 if the CoinUtils package is used */
/* #undef COIN_HAS_COINUTILS */
/* Define to 1 if the DyLP package is used */
#define COIN_HAS_DYLP 1
/* Define to 1 if the Osi package is used */
/* #undef COIN_HAS_OSI */
/* Directory containing the DyLP error message text file (dy_errmsgs.txt).
Should be set to /absolute/path/to/srcdir/DyLP/src/Dylp, using native path
syntax (i.e., drive letters and backslashes on Windows). */
#define DYLP_ERRMSGDIR "/build/buildd/coinor-dylp-1.6.0/DyLP/src/Dylp/"
/* Define this symbol if the quiet_nan function exists. This function should
return the bit pattern for IEEE quiet NaN. */
/* #undef DYLP_HAS_QUIET_NAN */
/* Define to be the name of the C function used to check that an IEEE floating
point value is finite. */
#define DYLP_ISFINITE finite
/* Define to be the name of the C function used to check that an IEEE floating
point value is NaN. */
#define DYLP_ISNAN isnan
/* Define this variable to disable dylp's informational printing features. */
/* #undef DYLP_NDEBUG */
/* Define this variable to enable dylp's paranoid checks. */
/* #undef DYLP_PARANOIA */
/* Define this variable to enable dylp's statistics collection features. */
/* #undef DYLP_STATISTICS */
/* Version number of project */
#define DYLP_VERSION "1.6.0"
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if float.h exists. */
#define HAVE_FLOAT_H 1
/* Define to 1 if ieeefp.h exists. */
/* #undef HAVE_IEEEFP_H */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if math.h exists. */
#define HAVE_MATH_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if sunmath.h exists. */
/* #undef HAVE_SUNMATH_H */
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Name of package */
#define PACKAGE "dylp"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "coin-dylp@list.coin-or.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "DyLP"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "DyLP 1.6.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dylp"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.0"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.6.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
|