/usr/include/Gyoto/GyotoConfig.h is in libgyoto1-dev 0.1.0-2.
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 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | /* include/GyotoConfig.h. Generated from GyotoConfig.h.in by configure. */
/**
* \file GyotoConfig.h
* \brief Compile-time configuration
*
* Codes based on Gyoto and Gyoto plug-ins must have access to the
* flags used when compiling Gyoto. This files is generated by Gyoto's
* configure script and holds influential variables such as
* HAVE_SINCOS.
*
* The values determined by configure when this documentation was
* built are documented, replaced by "(undefined)" if the macro was
* undefined.
*/
/*
Copyright 2012 Thibaut Paumard
This file is part of Gyoto.
Gyoto is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Gyoto is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Gyoto. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GyotoConfig_H_
#define __GyotoConfig_H_
/** \def GYOTO_DEBUG_ENABLED
\brief Whether debugging information gathering code was enabled. */
#define GYOTO_DEBUG_ENABLED 1
#ifdef DOXYGEN_RUN
# ifndef GYOTO_DEBUG_ENABLED
# define GYOTO_DEBUG_ENABLED 1
# endif
#endif
/** \def GYOTO_PLUGIN_SFX
\brief Suffix for Gyoto plug-ins. */
#define GYOTO_PLUGIN_SFX "so"
#ifdef DOXYGEN_RUN
# ifndef GYOTO_PLUGIN_SFX
# define GYOTO_PLUGIN_SFX "so"
# endif
#endif
/** \def GYOTO_PREFIX
\brief Gyoto prefix. */
/* #undef GYOTO_PREFIX */
#ifdef DOXYGEN_RUN
# ifndef GYOTO_PREFIX
# define GYOTO_PREFIX (undefined)
# endif
#endif
/** \def GYOTO_SOVERS
\brief Gyoto ABI version.
Updated in stable releases, not during dev. cycle. */
#define GYOTO_SOVERS "1.0.0"
#ifdef DOXYGEN_RUN
# ifndef GYOTO_SOVERS
# define GYOTO_SOVERS "1.0.0"
# endif
#endif
/** \def GYOTO_USE_CFITSIO
* \brief Whether cfitsio support is compiled-in.
*
* Necessary for FITS file format i/o, used in the Gyoto tool and
* optional in Gtyoto::PatternDisk.
*/
#define GYOTO_USE_CFITSIO 1
#ifdef DOXYGEN_RUN
# ifndef GYOTO_USE_CFITSIO
# define GYOTO_USE_CFITSIO 1
# endif
#endif
/** \def GYOTO_USE_LORENE
\brief Whether Lorene support is compiled-in.
Used only in the lorene plug-in.
*/
/* #undef GYOTO_USE_LORENE */
#ifdef DOXYGEN_RUN
# ifndef GYOTO_USE_LORENE
# define GYOTO_USE_LORENE (undefined)
# endif
#endif
/** \def GYOTO_USE_XERCES
\brief Whether Xerces support (XML i/o) is compiled-in.
Used only in the Gyoto::Factory but Gyoto build is not often
tested without it.
*/
#define GYOTO_USE_XERCES 1
#ifdef DOXYGEN_RUN
# ifndef GYOTO_USE_XERCES
# define GYOTO_USE_XERCES 1
# endif
#endif
/** \def HAVE_DLFCN_H
\brief Whether <dlfcn.h> header file was found. */
#define HAVE_DLFCN_H 1
#ifdef DOXYGEN_RUN
# ifndef
# define (undefined)
# endif
#endif
/** \def HAVE_INTTYPES_H
\brief Whether <inttypes.h> header file was found. */
#define HAVE_INTTYPES_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_INTTYPES_H
# define HAVE_INTTYPES_H 1
# endif
#endif
/** \def HAVE_LIBDL
\brief Whether the `dl' library (-ldl) was found.
Plug-in support.
*/
#define HAVE_LIBDL 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_LIBDL
# define HAVE_LIBDL 1
# endif
#endif
/** \def HAVE_MEMORY_H
\brief Whether the <memory.h> header file was found. */
#define HAVE_MEMORY_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_MEMORY_H
# define HAVE_MEMORY_H 1
# endif
#endif
/** \def HAVE_PTHREAD
* \brief Whether POSIX threads support is compiled-in.
*
* Multi-threading support, see Gyoto::Scenery::nthreads_.
*/
#define HAVE_PTHREAD 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_PTHREAD
# define HAVE_PTHREAD 1
# endif
#endif
/** \def HAVE_PTHREAD_PRIO_INHERIT
\brief Have PTHREAD_PRIO_INHERIT. */
#define HAVE_PTHREAD_PRIO_INHERIT 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_PTHREAD_PRIO_INHERIT
# define HAVE_PTHREAD_PRIO_INHERIT 1
# endif
#endif
/** \def HAVE_SINCOS
* \brief Whether the `sincos' function is available.
*
* Else Gyoto provides it as a macro in GyotoDefs.h.
*/
#define HAVE_SINCOS 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_SINCOS
# define HAVE_SINCOS 1
# endif
#endif
/** \def HAVE_STDINT_H
\brief Whether the <stdint.h> header file was found. */
#define HAVE_STDINT_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_STDINT_H
# define HAVE_STDINT_H 1
# endif
#endif
/** \def HAVE_STDLIB_H
\brief Whether the <stdlib.h> header file was found. */
#define HAVE_STDLIB_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_STDLIB_H
# define HAVE_STDLIB_H 1
# endif
#endif
/** \def HAVE_STRINGS_H
\brief Whether the <strings.h> header file was found. */
#define HAVE_STRINGS_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_STRINGS_H
# define HAVE_STRINGS_H 1
# endif
#endif
/** \def HAVE_STRING_H
\brief Whether the <string.h> header file was found. */
#define HAVE_STRING_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_STRING_H
# define HAVE_STRING_H 1
# endif
#endif
/** \def HAVE_SYS_STAT_H
\brief Whether the <sys/stat.h> header file was found. */
#define HAVE_SYS_STAT_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_SYS_STAT_H
# define HAVE_SYS_STAT_H 1
# endif
#endif
/** \def HAVE_SYS_TYPES_H
\brief Whether the <sys/types.h> header file was found. */
#define HAVE_SYS_TYPES_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_SYS_TYPES_H
# define HAVE_SYS_TYPES_H 1
# endif
#endif
/** \def HAVE_UDUNITS
* \brief Whether libudunits2 support is compiled in.
*
* Foundation for the Gyoto::Units framework. Gyoto ought to build
* and work without it, but with restricted unit conversion
* capabilities.
*/
#define HAVE_UDUNITS 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_UDUNITS
# define HAVE_UDUNITS 1
# endif
#endif
/** \def HAVE_UNISTD_H
\brief Whether the <unistd.h> header file was found. */
#define HAVE_UNISTD_H 1
#ifdef DOXYGEN_RUN
# ifndef HAVE_UNISTD_H
# define HAVE_UNISTD_H 1
# endif
#endif
/** \def HAVE__BOOL
\brief Whether the system has the type `_Bool'. */
/* #undef HAVE__BOOL */
#ifdef DOXYGEN_RUN
# ifndef HAVE__BOOL
# define HAVE__BOOL (undefined)
# endif
#endif
/** \def PTHREAD_CREATE_JOINABLE
\brief Define to necessary symbol if this constant uses a non-standard name on your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
#ifdef DOXYGEN_RUN
# ifndef PTHREAD_CREATE_JOINABLE
# define PTHREAD_CREATE_JOINABLE (undefined)
# endif
#endif
/** \def STDC_HEADERS
\brief Whether the ANSI C header files were found. */
#define STDC_HEADERS 1
#ifdef DOXYGEN_RUN
# ifndef STDC_HEADERS
# define STDC_HEADERS 1
# endif
#endif
/** \def size_t
\brief If not defined in <sys/types.h>. */
/* #undef size_t */
#ifdef DOXYGEN_RUN
# ifndef size_t
# define size_t (undefined)
# endif
#endif
#endif
|