GDAL
cpl_config.h
1 /* port/cpl_config.h. Generated from cpl_config.h.in by configure. */
2 /* port/cpl_config.h.in. Generated from configure.in by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define if you want to use pthreads based multiprocessing support */
8 #define CPL_MULTIPROC_PTHREAD 1
9 
10 /* --prefix directory for GDAL install */
11 #define GDAL_PREFIX "/usr"
12 
13 /* Define to 1 if you have the 5 args `mremap' function. */
14 #define HAVE_5ARGS_MREMAP 1
15 
16 /* Define to 1 if you have the <assert.h> header file. */
17 #define HAVE_ASSERT_H 1
18 
19 /* Define to 1 if you have the `atoll' function. */
20 #define HAVE_ATOLL 1
21 
22 /* Define to 1 if you have the <CL/opencl.h> header file. */
23 /* #undef HAVE_CL_OPENCL_H */
24 
25 /* Define to 1 if you have the <csf.h> header file. */
26 /* #undef HAVE_CSF_H */
27 
28 /* Define to 1 if you have the <dbmalloc.h> header file. */
29 /* #undef HAVE_DBMALLOC_H */
30 
31 /* Define to 1 if you have the declaration of `strtof', and to 0 if you don't.
32  */
33 #define HAVE_DECL_STRTOF 1
34 
35 /* Define to 1 if you have the <direct.h> header file. */
36 /* #undef HAVE_DIRECT_H */
37 
38 /* Define to 1 if you have the <dlfcn.h> header file. */
39 #define HAVE_DLFCN_H 1
40 
41 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
42 /* #undef HAVE_DOPRNT */
43 
44 /* Define to 1 if you have the <ecs.h> header file. */
45 /* #undef HAVE_ECS_H */
46 
47 /* Define to 1 if you have the <errno.h> header file. */
48 #define HAVE_ERRNO_H 1
49 
50 /* Define to 1 if you have the <fcntl.h> header file. */
51 #define HAVE_FCNTL_H 1
52 
53 /* Define to 1 if you have the <float.h> header file. */
54 #define HAVE_FLOAT_H 1
55 
56 /* Define to 1 if you have the <freexl.h> header file. */
57 #define HAVE_FREEXL_H 1
58 
59 /* Define to 1 if GCC atomic builtins are available */
60 /* #undef HAVE_GCC_ATOMIC_BUILTINS */
61 
62 /* Define to 1 if you have the <geotiff.h> header file. */
63 /* #undef HAVE_GEOTIFF_H */
64 
65 /* Define to 1 if you have the `getaddrinfo' function. */
66 #define HAVE_GETADDRINFO 1
67 
68 /* Define to 1 if you have the `getcwd' function. */
69 #define HAVE_GETCWD 1
70 
71 /* Define to 1 if you have the <gif_lib.h> header file. */
72 #define HAVE_GIF_LIB_H 1
73 
74 /* Define if you have the iconv() function and it works. */
75 #define HAVE_ICONV 1
76 
77 /* Define as 0 or 1 according to the floating point format supported by the
78  machine */
79 #define HAVE_IEEEFP 1
80 
81 /* Define to 1 if the system has the type `int16'. */
82 /* #undef HAVE_INT16 */
83 
84 /* Define to 1 if the system has the type `int32'. */
85 /* #undef HAVE_INT32 */
86 
87 /* Define to 1 if the system has the type `int8'. */
88 /* #undef HAVE_INT8 */
89 
90 /* Define to 1 if you have the <inttypes.h> header file. */
91 #define HAVE_INTTYPES_H 1
92 
93 /* Define to 1 if you have the <jpeglib.h> header file. */
94 #define HAVE_JPEGLIB_H 1
95 
96 /* Define to 1 if you have the `dl' library (-ldl). */
97 #define HAVE_LIBDL 1
98 
99 /* Define to 1 if you have the `m' library (-lm). */
100 #define HAVE_LIBM 1
101 
102 /* Define to 1 if you have the `pq' library (-lpq). */
103 #define HAVE_LIBPQ 1
104 
105 /* Define to 1 if you have the <libqhull/libqhull.h> header file. */
106 #define HAVE_LIBQHULL_LIBQHULL_H 1
107 
108 /* Define to 1 if you have the `rt' library (-lrt). */
109 #define HAVE_LIBRT 1
110 
111 /* Define to 1 if you have the <limits.h> header file. */
112 #define HAVE_LIMITS_H 1
113 
114 /* Define to 1 if you have the <locale.h> header file. */
115 #define HAVE_LOCALE_H 1
116 
117 /* Define to 1, if your compiler supports long long data type */
118 #define HAVE_LONG_LONG 1
119 
120 /* Define to 1 if you have the `lstat' function. */
121 #define HAVE_LSTAT 1
122 
123 /* Define to 1 if you have the <memory.h> header file. */
124 #define HAVE_MEMORY_H 1
125 
126 /* Define to 1 if you have the `mmap' function. */
127 #define HAVE_MMAP 1
128 
129 /* Define to 1 if you have the <openjpeg-2.0/openjpeg.h> header file. */
130 /* #undef HAVE_OPENJPEG_2_0_OPENJPEG_H */
131 
132 /* Define to 1 if you have the <openjpeg-2.1/openjpeg.h> header file. */
133 #define HAVE_OPENJPEG_2_1_OPENJPEG_H 1
134 
135 /* Define to 1 if you have the <pcre.h> header file. */
136 #define HAVE_PCRE_H 1
137 
138 /* Define to 1 if you have the <png.h> header file. */
139 #define HAVE_PNG_H 1
140 
141 /* Define to 1 if you have the `posix_spawnp' function. */
142 #define HAVE_POSIX_SPAWNP 1
143 
144 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
145 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
146 
147 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE' constant. */
148 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
149 
150 /* Define to 1 if you have the `pthread_spinlock_t' type. */
151 #define HAVE_PTHREAD_SPINLOCK 1
152 
153 /* Define to 1 if you have the <qhull/libqhull.h> header file. */
154 #define HAVE_QHULL_LIBQHULL_H 1
155 
156 /* Define to 1 if you have the `readlink' function. */
157 #define HAVE_READLINK 1
158 
159 /* Define to 1 if you have the _SC_PHYS_PAGES' constant. */
160 #define HAVE_SC_PHYS_PAGES 1
161 
162 /* Define to 1 if you have the `snprintf' function. */
163 #define HAVE_SNPRINTF 1
164 
165 /* Define to 1 if you have the <sqlite3.h> header file. */
166 /* #undef HAVE_SQLITE3_H */
167 
168 /* Define to 1 if you have the <sql.h> header file. */
169 #define HAVE_SQL_H 1
170 
171 /* Define to 1 if you have the `statvfs' function. */
172 #define HAVE_STATVFS 1
173 
174 /* Define to 1 if you have the <stdint.h> header file. */
175 #define HAVE_STDINT_H 1
176 
177 /* Define to 1 if you have the <stdlib.h> header file. */
178 #define HAVE_STDLIB_H 1
179 
180 /* Define to 1 if you have the <strings.h> header file. */
181 #define HAVE_STRINGS_H 1
182 
183 /* Define to 1 if you have the <string.h> header file. */
184 #define HAVE_STRING_H 1
185 
186 /* Define to 1 if you have the `strtof' function. */
187 #define HAVE_STRTOF 1
188 
189 /* Define to 1 if you have the <sys/stat.h> header file. */
190 #define HAVE_SYS_STAT_H 1
191 
192 /* Define to 1 if you have the <sys/types.h> header file. */
193 #define HAVE_SYS_TYPES_H 1
194 
195 /* Define to 1 if you have the <unistd.h> header file. */
196 #define HAVE_UNISTD_H 1
197 
198 /* Define to 1 if you have the `uselocale' function. */
199 #define HAVE_USELOCALE 1
200 
201 /* Define to 1 if you have the <values.h> header file. */
202 #define HAVE_VALUES_H 1
203 
204 /* Define to 1 if you have the `vfork' function. */
205 #define HAVE_VFORK 1
206 
207 /* Define to 1 if you have the `vprintf' function. */
208 #define HAVE_VPRINTF 1
209 
210 /* Define to 1 if you have the `vsnprintf' function. */
211 #define HAVE_VSNPRINTF 1
212 
213 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
214 #define HOST_FILLORDER FILLORDER_LSB2MSB
215 
216 /* Define as const if the declaration of iconv() needs const. */
217 #define ICONV_CONST
218 
219 /* For.cpp files, define as const if the declaration of iconv() needs const.
220  */
221 #define ICONV_CPP_CONST
222 
223 /* Define to the sub-directory where libtool stores uninstalled libraries. */
224 #define LT_OBJDIR ".libs/"
225 
226 /* Define for Mac OSX Framework build */
227 /* #undef MACOSX_FRAMEWORK */
228 
229 /* Define to the address where bug reports for this package should be sent. */
230 #define PACKAGE_BUGREPORT ""
231 
232 /* Define to the full name of this package. */
233 #define PACKAGE_NAME ""
234 
235 /* Define to the full name and version of this package. */
236 #define PACKAGE_STRING ""
237 
238 /* Define to the one symbol short name of this package. */
239 #define PACKAGE_TARNAME ""
240 
241 /* Define to the home page for this package. */
242 #define PACKAGE_URL ""
243 
244 /* Define to the version of this package. */
245 #define PACKAGE_VERSION ""
246 
247 /* The size of `int', as computed by sizeof. */
248 #define SIZEOF_INT 4
249 
250 /* The size of `unsigned long', as computed by sizeof. */
251 #define SIZEOF_UNSIGNED_LONG 8
252 
253 /* The size of `void*', as computed by sizeof. */
254 #define SIZEOF_VOIDP 8
255 
256 /* Define to 1 if you have the ANSI C header files. */
257 #define STDC_HEADERS 1
258 
259 /* Define to 1 if you have fseek64, ftell64 */
260 #define UNIX_STDIO_64 1
261 
262 /* Define to 1 if you want to use the -fvisibility GCC flag */
263 #define USE_GCC_VISIBILITY_FLAG 1
264 
265 /* Define to name of 64bit fopen function */
266 #define VSI_FOPEN64 fopen64
267 
268 /* Define to name of 64bit fseek func */
269 #define VSI_FSEEK64 fseeko64
270 
271 /* Define to name of 64bit ftell func */
272 #define VSI_FTELL64 ftello64
273 
274 /* Define to name of 64bit ftruncate function */
275 #define VSI_FTRUNCATE64 ftruncate64
276 
277 /* Define to 1, if you have 64 bit STDIO API */
278 #define VSI_LARGE_API_SUPPORTED 1
279 
280 /* Define to 1, if you have LARGEFILE64_SOURCE */
281 /* #undef VSI_NEED_LARGEFILE64_SOURCE */
282 
283 /* Define to name of 64bit stat function */
284 #define VSI_STAT64 stat64
285 
286 /* Define to name of 64bit stat structure */
287 #define VSI_STAT64_T stat64
288 
289 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
290  significant byte first (like Motorola and SPARC, unlike Intel). */
291 #if defined AC_APPLE_UNIVERSAL_BUILD
292 # if defined __BIG_ENDIAN__
293 # define WORDS_BIGENDIAN 1
294 # endif
295 #else
296 # ifndef WORDS_BIGENDIAN
297 /* # undef WORDS_BIGENDIAN */
298 # endif
299 #endif
300 
301 #include "cpl_config_extras.h"

Generated for GDAL by doxygen 1.8.13.