Gyoto
GyotoConfig.h
Go to the documentation of this file.
1 /* include/GyotoConfig.h. Generated from GyotoConfig.h.in by configure. */
15 /*
16  Copyright 2012 Thibaut Paumard
17 
18  This file is part of Gyoto.
19 
20  Gyoto is free software: you can redistribute it and/or modify
21  it under the terms of the GNU General Public License as published by
22  the Free Software Foundation, either version 3 of the License, or
23  (at your option) any later version.
24 
25  Gyoto is distributed in the hope that it will be useful,
26  but WITHOUT ANY WARRANTY; without even the implied warranty of
27  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28  GNU General Public License for more details.
29 
30  You should have received a copy of the GNU General Public License
31  along with Gyoto. If not, see <http://www.gnu.org/licenses/>.
32  */
33 
34 #ifndef __GyotoConfig_H_
35 #define __GyotoConfig_H_
36 
39 #define GYOTO_DEBUG_ENABLED 1
40 #ifdef DOXYGEN_RUN
41 # ifndef GYOTO_DEBUG_ENABLED
42 # define GYOTO_DEBUG_ENABLED 1
43 # endif
44 #endif
45 
48 #define GYOTO_PLUGIN_SFX "so"
49 #ifdef DOXYGEN_RUN
50 # ifndef GYOTO_PLUGIN_SFX
51 # define GYOTO_PLUGIN_SFX "so"
52 # endif
53 #endif
54 
57 /* #undef GYOTO_PREFIX */
58 #ifdef DOXYGEN_RUN
59 # ifndef GYOTO_PREFIX
60 # define GYOTO_PREFIX (undefined)
61 # endif
62 #endif
63 
68 #define GYOTO_SOVERS "1.0.0"
69 #ifdef DOXYGEN_RUN
70 # ifndef GYOTO_SOVERS
71 # define GYOTO_SOVERS "1.0.0"
72 # endif
73 #endif
74 
81 #define GYOTO_USE_CFITSIO 1
82 #ifdef DOXYGEN_RUN
83 # ifndef GYOTO_USE_CFITSIO
84 # define GYOTO_USE_CFITSIO 1
85 # endif
86 #endif
87 
93 /* #undef GYOTO_USE_LORENE */
94 #ifdef DOXYGEN_RUN
95 # ifndef GYOTO_USE_LORENE
96 # define GYOTO_USE_LORENE (undefined)
97 # endif
98 #endif
99 
106 #define GYOTO_USE_XERCES 1
107 #ifdef DOXYGEN_RUN
108 # ifndef GYOTO_USE_XERCES
109 # define GYOTO_USE_XERCES 1
110 # endif
111 #endif
112 
115 #define HAVE_DLFCN_H 1
116 #ifdef DOXYGEN_RUN
117 # ifndef
118 # define (undefined)
119 # endif
120 #endif
121 
124 #define HAVE_INTTYPES_H 1
125 #ifdef DOXYGEN_RUN
126 # ifndef HAVE_INTTYPES_H
127 # define HAVE_INTTYPES_H 1
128 # endif
129 #endif
130 
136 #define HAVE_LIBDL 1
137 #ifdef DOXYGEN_RUN
138 # ifndef HAVE_LIBDL
139 # define HAVE_LIBDL 1
140 # endif
141 #endif
142 
145 #define HAVE_MEMORY_H 1
146 #ifdef DOXYGEN_RUN
147 # ifndef HAVE_MEMORY_H
148 # define HAVE_MEMORY_H 1
149 # endif
150 #endif
151 
157 #define HAVE_PTHREAD 1
158 #ifdef DOXYGEN_RUN
159 # ifndef HAVE_PTHREAD
160 # define HAVE_PTHREAD 1
161 # endif
162 #endif
163 
166 #define HAVE_PTHREAD_PRIO_INHERIT 1
167 #ifdef DOXYGEN_RUN
168 # ifndef HAVE_PTHREAD_PRIO_INHERIT
169 # define HAVE_PTHREAD_PRIO_INHERIT 1
170 # endif
171 #endif
172 
178 #define HAVE_SINCOS 1
179 #ifdef DOXYGEN_RUN
180 # ifndef HAVE_SINCOS
181 # define HAVE_SINCOS 1
182 # endif
183 #endif
184 
187 #define HAVE_STDINT_H 1
188 #ifdef DOXYGEN_RUN
189 # ifndef HAVE_STDINT_H
190 # define HAVE_STDINT_H 1
191 # endif
192 #endif
193 
196 #define HAVE_STDLIB_H 1
197 #ifdef DOXYGEN_RUN
198 # ifndef HAVE_STDLIB_H
199 # define HAVE_STDLIB_H 1
200 # endif
201 #endif
202 
205 #define HAVE_STRINGS_H 1
206 #ifdef DOXYGEN_RUN
207 # ifndef HAVE_STRINGS_H
208 # define HAVE_STRINGS_H 1
209 # endif
210 #endif
211 
214 #define HAVE_STRING_H 1
215 #ifdef DOXYGEN_RUN
216 # ifndef HAVE_STRING_H
217 # define HAVE_STRING_H 1
218 # endif
219 #endif
220 
223 #define HAVE_SYS_STAT_H 1
224 #ifdef DOXYGEN_RUN
225 # ifndef HAVE_SYS_STAT_H
226 # define HAVE_SYS_STAT_H 1
227 # endif
228 #endif
229 
232 #define HAVE_SYS_TYPES_H 1
233 #ifdef DOXYGEN_RUN
234 # ifndef HAVE_SYS_TYPES_H
235 # define HAVE_SYS_TYPES_H 1
236 # endif
237 #endif
238 
246 #define HAVE_UDUNITS 1
247 #ifdef DOXYGEN_RUN
248 # ifndef HAVE_UDUNITS
249 # define HAVE_UDUNITS 1
250 # endif
251 #endif
252 
255 #define HAVE_UNISTD_H 1
256 #ifdef DOXYGEN_RUN
257 # ifndef HAVE_UNISTD_H
258 # define HAVE_UNISTD_H 1
259 # endif
260 #endif
261 
264 /* #undef HAVE__BOOL */
265 #ifdef DOXYGEN_RUN
266 # ifndef HAVE__BOOL
267 # define HAVE__BOOL (undefined)
268 # endif
269 #endif
270 
273 /* #undef PTHREAD_CREATE_JOINABLE */
274 #ifdef DOXYGEN_RUN
275 # ifndef PTHREAD_CREATE_JOINABLE
276 # define PTHREAD_CREATE_JOINABLE (undefined)
277 # endif
278 #endif
279 
282 #define STDC_HEADERS 1
283 #ifdef DOXYGEN_RUN
284 # ifndef STDC_HEADERS
285 # define STDC_HEADERS 1
286 # endif
287 #endif
288 
291 /* #undef size_t */
292 #ifdef DOXYGEN_RUN
293 # ifndef size_t
294 # define size_t (undefined)
295 # endif
296 #endif
297 
298 #endif