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.ac by autoheader. */
3
4#ifndef CPL_CONFIG_H
5
6#define CPL_CONFIG_H
7
8/* Define if building universal (internal helper macro) */
9/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11/* Define if you want to use pthreads based multiprocessing support */
12#define CPL_MULTIPROC_PTHREAD 1
13
14/* --prefix directory for GDAL install */
15#define GDAL_PREFIX "/usr"
16
17/* Define to 1 if you have the 5 args `mremap' function. */
18/* #undef HAVE_5ARGS_MREMAP */
19
20/* Define to 1 if you have the <assert.h> header file. */
21#define HAVE_ASSERT_H 1
22
23/* Define to 1 if you have the `atoll' function. */
24#define HAVE_ATOLL 1
25
26/* Define to 1 if you have the <CharLS/charls.h> header file. */
27/* #undef HAVE_CHARLS_CHARLS_H */
28
29/* Define to 1 if you have the <CharLS/interface.h> header file. */
30/* #undef HAVE_CHARLS_INTERFACE_H */
31
32/* Define to 1 if you have the <charls/version.h> header file. */
33/* #undef HAVE_CHARLS_VERSION_H */
34
35/* Define to 1 if you have the <CL/opencl.h> header file. */
36/* #undef HAVE_CL_OPENCL_H */
37
38/* Define to 1 if you have the <csf.h> header file. */
39/* #undef HAVE_CSF_H */
40
41/* define if the compiler supports basic C++11 syntax */
42#define HAVE_CXX11 1
43
44/* define if the compiler supports basic C++14 syntax */
45/* #undef HAVE_CXX14 */
46
47/* Define to 1 if you have the <dbmalloc.h> header file. */
48/* #undef HAVE_DBMALLOC_H */
49
50/* Define to 1 if you have the declaration of `strtof', and to 0 if you don't.
51 */
52#define HAVE_DECL_STRTOF 1
53
54/* Define to 1 if you have the <direct.h> header file. */
55/* #undef HAVE_DIRECT_H */
56
57/* Define to 1 if you have the <dlfcn.h> header file. */
58#define HAVE_DLFCN_H 1
59
60/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
61/* #undef HAVE_DOPRNT */
62
63/* Define to 1 if you have the <ecs.h> header file. */
64/* #undef HAVE_ECS_H */
65
66/* Define to 1 if you have the <errno.h> header file. */
67#define HAVE_ERRNO_H 1
68
69/* Define to 1 if you have the <fcntl.h> header file. */
70#define HAVE_FCNTL_H 1
71
72/* Define to 1 if you have the <float.h> header file. */
73#define HAVE_FLOAT_H 1
74
75/* Define to 1 if you have the <freexl.h> header file. */
76#define HAVE_FREEXL_H 1
77
78/* Define to 1 if GCC atomic builtins are available */
79#define HAVE_GCC_ATOMIC_BUILTINS 1
80
81/* Define to 1 if GCC bswap builtins are available */
82#define HAVE_GCC_BSWAP 1
83
84/* Define to 1 if the compiler supports -Wzero-as-null-pointer-constant */
85#define HAVE_GCC_WARNING_ZERO_AS_NULL_POINTER_CONSTANT 1
86
87/* Define to 1 if you have the <geotiff.h> header file. */
88/* #undef HAVE_GEOTIFF_H */
89
90/* Define to 1 if you have the `getaddrinfo' function. */
91#define HAVE_GETADDRINFO 1
92
93/* Define to 1 if you have the `getcwd' function. */
94#define HAVE_GETCWD 1
95
96/* Define to 1 if you have the `getrlimit' function. */
97#define HAVE_GETRLIMIT 1
98
99/* Define to 1 if you have the <gif_lib.h> header file. */
100#define HAVE_GIF_LIB_H 1
101
102/* Define if you have the iconv() function and it works. */
103#define HAVE_ICONV 1
104
105/* Define as 0 or 1 according to the floating point format supported by the
106 machine */
107#define HAVE_IEEEFP 1
108
109/* Define to 1 if the system has the type `int16'. */
110/* #undef HAVE_INT16 */
111
112/* Define to 1 if the system has the type `int32'. */
113/* #undef HAVE_INT32 */
114
115/* Define to 1 if the system has the type `int8'. */
116/* #undef HAVE_INT8 */
117
118/* Define to 1 if you have the <inttypes.h> header file. */
119#define HAVE_INTTYPES_H 1
120
121/* Define to 1 if you have the <jpeglib.h> header file. */
122#define HAVE_JPEGLIB_H 1
123
124/* Define to 1 if you have the `dl' library (-ldl). */
125#define HAVE_LIBDL 1
126
127/* Define to 1 if you have the `m' library (-lm). */
128#define HAVE_LIBM 1
129
130/* Define to 1 if you have the <libqhull/libqhull.h> header file. */
131/* #undef HAVE_LIBQHULL_LIBQHULL_H */
132
133/* Define to 1 if you have the <libqhull_r/libqhull_r.h> header file. */
134/* #undef HAVE_LIBQHULL_R_LIBQHULL_R_H */
135
136/* Define to 1 if you have the `rt' library (-lrt). */
137#define HAVE_LIBRT 1
138
139/* Define to 1 if you have the <limits.h> header file. */
140#define HAVE_LIMITS_H 1
141
142/* Define to 1 if you have the <linux/fs.h> header file. */
143#define HAVE_LINUX_FS_H 1
144
145/* Define to 1 if you have the <linux/userfaultfd.h> header file. */
146#define HAVE_LINUX_USERFAULTFD_H 1
147
148/* Define to 1 if you have the <locale.h> header file. */
149#define HAVE_LOCALE_H 1
150
151/* Define to 1 if the system has the type `long long'. */
152#define HAVE_LONG_LONG 1
153
154/* Define to 1 if you have the `lstat' function. */
155#define HAVE_LSTAT 1
156
157/* Define to 1 if you have the <lzma.h> header file. */
158#define HAVE_LZMA_H 1
159
160/* Define to 1 if you have the `mmap' function. */
161#define HAVE_MMAP 1
162
163/* Define to 1 if you have the <openssl/bio.h> header file. */
164#define HAVE_OPENSSL_BIO_H 1
165
166/* Define to 1 if you have the <pcre2.h> header file. */
167#define HAVE_PCRE2_H 1
168
169/* Define to 1 if you have the <pcre.h> header file. */
170/* #undef HAVE_PCRE_H */
171
172/* Define to 1 if you have the <png.h> header file. */
173#define HAVE_PNG_H 1
174
175/* Define to 1 if you have the `posix_memalign' function. */
176#define HAVE_POSIX_MEMALIGN 1
177
178/* Define to 1 if you have the `posix_spawnp' function. */
179#define HAVE_POSIX_SPAWNP 1
180
181/* Define to 1 if you have the <proj.h> header file. */
182#define HAVE_PROJ_H 1
183
184/* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
185#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
186
187/* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE' constant. */
188#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
189
190/* Define to 1 if you have the `pthread_spinlock_t' type. */
191#define HAVE_PTHREAD_SPINLOCK 1
192
193/* Define to 1 if you have the <qhull/libqhull.h> header file. */
194/* #undef HAVE_QHULL_LIBQHULL_H */
195
196/* Define to 1 if you have the <rasterlite2/rasterlite2.h> header file. */
197/* #undef HAVE_RASTERLITE2_RASTERLITE2_H */
198
199/* Define to 1 if you have the `readlink' function. */
200#define HAVE_READLINK 1
201
202/* Define to 1 if you have the `RLIMIT_AS' constant. */
203#define HAVE_RLIMIT_AS 1
204
205/* Define to 1 if you have the _SC_PHYS_PAGES' constant. */
206#define HAVE_SC_PHYS_PAGES 1
207
208/* Define to 1 if you have the `sigaction' function. */
209#define HAVE_SIGACTION 1
210
211/* Define to 1 if you have the `snprintf' function. */
212#define HAVE_SNPRINTF 1
213
214/* Define to 1 if you have the <sqlite3.h> header file. */
215#define HAVE_SQLITE3_H 1
216
217/* Define to 1 if you have the <sql.h> header file. */
218#define HAVE_SQL_H 1
219
220/* Define to 1 if you have the `statvfs' function. */
221#define HAVE_STATVFS 1
222
223/* Define to 1 if you have the `statvfs64' function. */
224#define HAVE_STATVFS64 1
225
226/* Define to 1 if you have the <stdint.h> header file. */
227#define HAVE_STDINT_H 1
228
229/* Define to 1 if you have the <stdio.h> header file. */
230#define HAVE_STDIO_H 1
231
232/* Define to 1 if you have the <stdlib.h> header file. */
233#define HAVE_STDLIB_H 1
234
235/* Define to 1 if you have the `std::isnan' function. */
236#define HAVE_STD_IS_NAN 1
237
238/* Define to 1 if you have the <strings.h> header file. */
239#define HAVE_STRINGS_H 1
240
241/* Define to 1 if you have the <string.h> header file. */
242#define HAVE_STRING_H 1
243
244/* Define to 1 if you have the `strtof' function. */
245#define HAVE_STRTOF 1
246
247/* Define to 1 if you have the `strtoll' function. */
248#define HAVE_STRTOLL 1
249
250/* Define to 1 if you have the `strtoull' function. */
251#define HAVE_STRTOULL 1
252
253/* Define to 1 if you have the <sys/stat.h> header file. */
254#define HAVE_SYS_STAT_H 1
255
256/* Define to 1 if you have the <sys/types.h> header file. */
257#define HAVE_SYS_TYPES_H 1
258
259/* Define to 1 if the system has the type __uint128_t */
260#define HAVE_UINT128_T 1
261
262/* Define to 1 if the system has the type `uintptr_t'. */
263#define HAVE_UINTPTR_T 1
264
265/* Define to 1 if you have the <unistd.h> header file. */
266#define HAVE_UNISTD_H 1
267
268/* Define to 1 if you have the `uselocale' function. */
269#define HAVE_USELOCALE 1
270
271/* Define to 1 if you have the <values.h> header file. */
272#define HAVE_VALUES_H 1
273
274/* Define to 1 if you have the `vfork' function. */
275#define HAVE_VFORK 1
276
277/* Define to 1 if you have the `vprintf' function. */
278#define HAVE_VPRINTF 1
279
280/* Define to 1 if you have the `vsnprintf' function. */
281#define HAVE_VSNPRINTF 1
282
283/* Define as const if the declaration of iconv() needs const. */
284#define ICONV_CONST
285
286/* For.cpp files, define as const if the declaration of iconv() needs const.
287 */
288#define ICONV_CPP_CONST
289
290/* Define to 1 if libjvm.so should be dlopen'd */
291/* #undef JVM_LIB_DLOPEN */
292
293/* Define to the sub-directory where libtool stores uninstalled libraries. */
294#define LT_OBJDIR ".libs/"
295
296/* Define for Mac OSX Framework build */
297/* #undef MACOSX_FRAMEWORK */
298
299/* Define to the address where bug reports for this package should be sent. */
300#define PACKAGE_BUGREPORT ""
301
302/* Define to the full name of this package. */
303#define PACKAGE_NAME ""
304
305/* Define to the full name and version of this package. */
306#define PACKAGE_STRING ""
307
308/* Define to the one symbol short name of this package. */
309#define PACKAGE_TARNAME ""
310
311/* Define to the home page for this package. */
312#define PACKAGE_URL ""
313
314/* Define to the version of this package. */
315#define PACKAGE_VERSION ""
316
317/* The size of `int', as computed by sizeof. */
318#define SIZEOF_INT 4
319
320/* The size of `unsigned long', as computed by sizeof. */
321#define SIZEOF_UNSIGNED_LONG 8
322
323/* The size of `void*', as computed by sizeof. */
324#define SIZEOF_VOIDP 8
325
326/* Define to 1 if all of the C90 standard headers exist (not just the ones
327 required in a freestanding environment). This macro is provided for
328 backward compatibility; new code need not use it. */
329#define STDC_HEADERS 1
330
331/* Define to 1 if you have fseek64, ftell64 */
332#define UNIX_STDIO_64 1
333
334/* Define to 1 if you want to use the -fvisibility GCC flag */
335/* #undef USE_GCC_VISIBILITY_FLAG */
336
337/* Define to name of 64bit fopen function */
338#define VSI_FOPEN64 fopen64
339
340/* Define to name of 64bit fseek func */
341#define VSI_FSEEK64 fseeko
342
343/* Define to name of 64bit ftell func */
344#define VSI_FTELL64 ftello
345
346/* Define to name of 64bit ftruncate function */
347#define VSI_FTRUNCATE64 ftruncate64
348
349/* Define to 1, if you have LARGEFILE64_SOURCE */
350/* #undef VSI_NEED_LARGEFILE64_SOURCE */
351
352/* Define to name of 64bit stat function */
353#define VSI_STAT64 stat64
354
355/* Define to name of 64bit stat structure */
356#define VSI_STAT64_T stat64
357
358/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
359 significant byte first (like Motorola and SPARC, unlike Intel). */
360#if defined AC_APPLE_UNIVERSAL_BUILD
361# if defined __BIG_ENDIAN__
362# define WORDS_BIGENDIAN 1
363# endif
364#else
365# ifndef WORDS_BIGENDIAN
366/* # undef WORDS_BIGENDIAN */
367# endif
368#endif
369
370#include "cpl_config_extras.h"
371
372#endif