/usr/include/gecode/support/config.hpp is in libgecode-dev 4.2.1-1.
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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | /* gecode/support/config.hpp. Generated from config.hpp.in by configure. */
/* gecode/support/config.hpp.in. Generated from configure.ac by autoheader. */
/* Whether to include audit code */
/* #undef GECODE_AUDIT */
/* User-defined prefix of dll names */
#define GECODE_DLL_USERPREFIX ""
/* User-defined suffix of dll names */
#define GECODE_DLL_USERSUFFIX ""
/* Supported version of FlatZinc */
#define GECODE_FLATZINC_VERSION "1.6"
/* Whether gcc understands visibility attributes */
#define GECODE_GCC_HAS_CLASS_VISIBILITY /**/
/* whether __builtin_ffsl is available */
#define GECODE_HAS_BUILTIN_FFSL /**/
/* Whether to build FLOAT variables */
#define GECODE_HAS_FLOAT_VARS /**/
/* Whether Gist is available */
#define GECODE_HAS_GIST /**/
/* Whether GNU hash_map is available */
#define GECODE_HAS_GNU_HASH_MAP /**/
/* Whether to build INT variables */
#define GECODE_HAS_INT_VARS /**/
/* Whether MPFR is available */
#define GECODE_HAS_MPFR /**/
/* Whether we have mtrace for memory leak debugging */
/* #undef GECODE_HAS_MTRACE */
/* Whether Qt is available */
#define GECODE_HAS_QT /**/
/* Whether to build SET variables */
#define GECODE_HAS_SET_VARS /**/
/* Whether unistd.h is available */
#define GECODE_HAS_UNISTD_H 1
/* Gecode version */
#define GECODE_LIBRARY_VERSION "4-2-1"
/* Heap memory alignment */
/* #undef GECODE_MEMORY_ALIGNMENT */
/* How to check allocation size */
/* #undef GECODE_MSIZE */
/* Whether to track peak heap size */
/* #undef GECODE_PEAKHEAP */
/* Whether we need malloc.h */
/* #undef GECODE_PEAKHEAP_MALLOC_H */
/* Whether we need malloc/malloc.h */
/* #undef GECODE_PEAKHEAP_MALLOC_MALLOC_H */
/* Whether we are compiling static libraries */
/* #undef GECODE_STATIC_LIBS */
/* Whether we have Mac OS threads */
/* #undef GECODE_THREADS_OSX */
/* Whether we have posix threads */
#define GECODE_THREADS_PTHREADS 1
/* Whether we have posix spinlocks */
#define GECODE_THREADS_PTHREADS_SPINLOCK 1
/* Whether we have windows threads */
/* #undef GECODE_THREADS_WINDOWS */
/* Use clock() for time-measurement */
/* #undef GECODE_USE_CLOCK */
/* Use gettimeofday for time-measurement */
#define GECODE_USE_GETTIMEOFDAY 1
/* Gecode version */
#define GECODE_VERSION "4.2.1"
/* Gecode version */
#define GECODE_VERSION_NUMBER 400201
/* Define to 1 if you have the `getpagesize' function. */
#define HAVE_GETPAGESIZE 1
/* Define to 1 if you have the <gmp.h> header file. */
#define HAVE_GMP_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <malloc.h> header file. */
/* #undef HAVE_MALLOC_H */
/* Define to 1 if you have the <malloc/malloc.h> header file. */
/* #undef HAVE_MALLOC_MALLOC_H */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1
/* Define to 1 if you have the <mpfr.h> header file. */
#define HAVE_MPFR_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 you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* 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
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "users@gecode.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "GECODE"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GECODE 4.2.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gecode"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.2.1"
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* How to tell the compiler to really, really inline */
#define forceinline inline __attribute__ ((__always_inline__))
|