OGR
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 you want to use pthreads based multiprocessing support */
5 #define CPL_MULTIPROC_PTHREAD 1
6 
7 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE' constant. */
8 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
9 
10 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
11 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
12 
13 /* Define to 1 if you have the `pthread_spinlock_t' type. */
14 #define HAVE_PTHREAD_SPINLOCK 1
15 
16 /* Define to 1 if you have the 5 args `mremap' function. */
17 #define HAVE_5ARGS_MREMAP 1
18 
19 /* --prefix directory for GDAL install */
20 #define GDAL_PREFIX "/usr"
21 
22 /* Define to 1 if you have the <assert.h> header file. */
23 #define HAVE_ASSERT_H 1
24 
25 /* Define to 1 if you have the `atoll' function. */
26 #define HAVE_ATOLL 1
27 
28 /* Define to 1 if you have the <csf.h> header file. */
29 /* #undef HAVE_CSF_H */
30 
31 /* Define to 1 if you have the <dbmalloc.h> header file. */
32 /* #undef HAVE_DBMALLOC_H */
33 
34 /* Define to 1 if you have the declaration of `strtof', and to 0 if you don't.
35  */
36 #define HAVE_DECL_STRTOF 1
37 
38 /* Define to 1 if you have the <direct.h> header file. */
39 /* #undef HAVE_DIRECT_H */
40 
41 /* Define to 1 if you have the <dlfcn.h> header file. */
42 #define HAVE_DLFCN_H 1
43 
44 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
45 /* #undef HAVE_DOPRNT */
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 `getcwd' function. */
57 #define HAVE_GETCWD 1
58 
59 /* Define if you have the iconv() function and it works. */
60 #define HAVE_ICONV 1
61 
62 /* Define as 0 or 1 according to the floating point format suported by the
63  machine */
64 #define HAVE_IEEEFP 1
65 
66 /* Define to 1 if the system has the type `int16'. */
67 /* #undef HAVE_INT16 */
68 
69 /* Define to 1 if the system has the type `int32'. */
70 /* #undef HAVE_INT32 */
71 
72 /* Define to 1 if the system has the type `int8'. */
73 /* #undef HAVE_INT8 */
74 
75 /* Define to 1 if you have the <inttypes.h> header file. */
76 #define HAVE_INTTYPES_H 1
77 
78 /* Define to 1 if you have the <jpeglib.h> header file. */
79 #define HAVE_JPEGLIB_H 1
80 
81 /* Define to 1 if you have the `dl' library (-ldl). */
82 #define HAVE_LIBDL 1
83 
84 /* Define to 1 if you have the `m' library (-lm). */
85 #define HAVE_LIBM 1
86 
87 /* Define to 1 if you have the `pq' library (-lpq). */
88 #define HAVE_LIBPQ 1
89 
90 /* Define to 1 if you have the `rt' library (-lrt). */
91 #define HAVE_LIBRT 1
92 
93 /* Define to 1 if you have the <limits.h> header file. */
94 #define HAVE_LIMITS_H 1
95 
96 /* Define to 1 if you have the <locale.h> header file. */
97 #define HAVE_LOCALE_H 1
98 
99 /* Define to 1, if your compiler supports long long data type */
100 #define HAVE_LONG_LONG 1
101 
102 /* Define to 1 if you have the <memory.h> header file. */
103 #define HAVE_MEMORY_H 1
104 
105 /* Define to 1 if you have the <png.h> header file. */
106 #define HAVE_PNG_H 1
107 
108 /* Define to 1 if you have the `snprintf' function. */
109 #define HAVE_SNPRINTF 1
110 
111 /* Define to 1 if you have the <stdint.h> header file. */
112 #define HAVE_STDINT_H 1
113 
114 /* Define to 1 if you have the <stdlib.h> header file. */
115 #define HAVE_STDLIB_H 1
116 
117 /* Define to 1 if you have the <strings.h> header file. */
118 #define HAVE_STRINGS_H 1
119 
120 /* Define to 1 if you have the <string.h> header file. */
121 #define HAVE_STRING_H 1
122 
123 /* Define to 1 if you have the `strtof' function. */
124 #define HAVE_STRTOF 1
125 
126 /* Define to 1 if you have the <sys/stat.h> header file. */
127 #define HAVE_SYS_STAT_H 1
128 
129 /* Define to 1 if you have the <sys/types.h> header file. */
130 #define HAVE_SYS_TYPES_H 1
131 
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #define HAVE_UNISTD_H 1
134 
135 /* Define to 1 if you have the <values.h> header file. */
136 #define HAVE_VALUES_H 1
137 
138 /* Define to 1 if you have the `vprintf' function. */
139 #define HAVE_VPRINTF 1
140 
141 /* Define to 1 if you have the `vsnprintf' function. */
142 #define HAVE_VSNPRINTF 1
143 
144 /* Define to 1 if you have the `readlink' function. */
145 #define HAVE_READLINK 1
146 
147 /* Define to 1 if you have the `posix_spawnp' function. */
148 #define HAVE_POSIX_SPAWNP 1
149 
150 /* Define to 1 if you have the `vfork' function. */
151 #define HAVE_VFORK 1
152 
153 /* Define to 1 if you have the `lstat' function. */
154 #define HAVE_LSTAT 1
155 
156 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
157 #define HOST_FILLORDER FILLORDER_MSB2LSB
158 
159 /* Define as const if the declaration of iconv() needs const. */
160 #define ICONV_CONST
161 
162 /* For .cpp files, define as const if the declaration of iconv() needs const. */
163 #define ICONV_CPP_CONST
164 
165 /* Define to the sub-directory in which libtool stores uninstalled libraries.
166  */
167 #define LT_OBJDIR ".libs/"
168 
169 /* Define for Mac OSX Framework build */
170 /* #undef MACOSX_FRAMEWORK */
171 
172 /* The size of `int', as computed by sizeof. */
173 #define SIZEOF_INT 4
174 
175 /* The size of `long', as computed by sizeof. */
176 /* #undef SIZEOF_LONG */
177 
178 /* The size of `unsigned long', as computed by sizeof. */
179 #define SIZEOF_UNSIGNED_LONG 8
180 
181 /* The size of `void*', as computed by sizeof. */
182 #define SIZEOF_VOIDP 8
183 
184 /* Define to 1 if you have the ANSI C header files. */
185 #define STDC_HEADERS 1
186 
187 /* Define to 1 if you have fseek64, ftell64 */
188 #define UNIX_STDIO_64 1
189 
190 /* Define to 1 if you want to use the -fvisibility GCC flag */
191 /* #undef USE_GCC_VISIBILITY_FLAG */
192 
193 /* Define to 1 if GCC atomic builtins are available */
194 #define HAVE_GCC_ATOMIC_BUILTINS 1
195 
196 /* Define to name of 64bit fopen function */
197 #define VSI_FOPEN64 fopen64
198 
199 /* Define to name of 64bit ftruncate function */
200 #define VSI_FTRUNCATE64 ftruncate64
201 
202 /* Define to name of 64bit fseek func */
203 #define VSI_FSEEK64 fseeko64
204 
205 /* Define to name of 64bit ftell func */
206 #define VSI_FTELL64 ftello64
207 
208 /* Define to 1, if you have 64 bit STDIO API */
209 #define VSI_LARGE_API_SUPPORTED 1
210 
211 /* Define to 1, if you have LARGEFILE64_SOURCE */
212 /* #undef VSI_NEED_LARGEFILE64_SOURCE */
213 
214 /* Define to name of 64bit stat function */
215 #define VSI_STAT64 stat64
216 
217 /* Define to name of 64bit stat structure */
218 #define VSI_STAT64_T stat64
219 
220 /* Define to 1 if your processor stores words with the most significant byte
221  first (like Motorola and SPARC, unlike Intel and VAX). */
222 /* #undef WORDS_BIGENDIAN */
223 
224 /* Define to 1 if you have the `getaddrinfo' function. */
225 #define HAVE_GETADDRINFO 1
226 
227 /* Define to 1 if you have the _SC_PHYS_PAGES' constant. */
228 #define HAVE_SC_PHYS_PAGES 1
229 
230 /* Use this file to override settings in instances where you're doing FAT compiles
231  on Apple. It is currently off by default because it doesn't seem to work with
232  newish ( XCode >= 3/28/11) XCodes */
233 /* #include "cpl_config_extras.h" */

Generated for GDAL by doxygen 1.8.11.