GDAL
cpl_config.h
00001 /* port/cpl_config.h.  Generated from cpl_config.h.in by configure.  */
00002 /* port/cpl_config.h.in.  Generated from configure.in by autoheader.  */
00003 /* $Id: cpl_config.h.in 38508 2017-05-20 09:35:37Z rouault $ */
00004 
00005 /* Define if you want to use pthreads based multiprocessing support */
00006 #define CPL_MULTIPROC_PTHREAD 1
00007 
00008 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE' constant. */
00009 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
00010 
00011 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
00012 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
00013 
00014 /* Define to 1 if you have the `pthread_spinlock_t' type. */
00015 #define HAVE_PTHREAD_SPINLOCK 1
00016 
00017 /* Define to 1 if you have the 5 args `mremap' function. */
00018 #define HAVE_5ARGS_MREMAP 1
00019 
00020 /* --prefix directory for GDAL install */
00021 #define GDAL_PREFIX "/usr"
00022 
00023 /* Define to 1 if you have the <assert.h> header file. */
00024 #define HAVE_ASSERT_H 1
00025 
00026 /* Define to 1 if you have the `atoll' function. */
00027 #define HAVE_ATOLL 1
00028 
00029 /* Define to 1 if you have the <csf.h> header file. */
00030 /* #undef HAVE_CSF_H */
00031 
00032 /* Define to 1 if you have the <dbmalloc.h> header file. */
00033 /* #undef HAVE_DBMALLOC_H */
00034 
00035 /* Define to 1 if you have the declaration of `strtof', and to 0 if you don't.
00036    */
00037 #define HAVE_DECL_STRTOF 1
00038 
00039 /* Define to 1 if you have the <direct.h> header file. */
00040 /* #undef HAVE_DIRECT_H */
00041 
00042 /* Define to 1 if you have the <dlfcn.h> header file. */
00043 #define HAVE_DLFCN_H 1
00044 
00045 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00046 /* #undef HAVE_DOPRNT */
00047 
00048 /* Define to 1 if you have the <errno.h> header file. */
00049 #define HAVE_ERRNO_H 1
00050 
00051 /* Define to 1 if you have the <fcntl.h> header file. */
00052 #define HAVE_FCNTL_H 1
00053 
00054 /* Define to 1 if you have the <float.h> header file. */
00055 #define HAVE_FLOAT_H 1
00056 
00057 /* Define to 1 if you have the `getcwd' function. */
00058 #define HAVE_GETCWD 1
00059 
00060 /* Define if you have the iconv() function and it works. */
00061 #define HAVE_ICONV 1
00062 
00063 /* Define as 0 or 1 according to the floating point format supported by the
00064    machine */
00065 #define HAVE_IEEEFP 1
00066 
00067 /* Define to 1 if the system has the type `int16'. */
00068 /* #undef HAVE_INT16 */
00069 
00070 /* Define to 1 if the system has the type `int32'. */
00071 /* #undef HAVE_INT32 */
00072 
00073 /* Define to 1 if the system has the type `int8'. */
00074 /* #undef HAVE_INT8 */
00075 
00076 /* Define to 1 if the system has the type `__uint128_t'. */
00077 /* #undef HAVE_UINT128_T */
00078 
00079 /* Define to 1 if you have the <inttypes.h> header file. */
00080 #define HAVE_INTTYPES_H 1
00081 
00082 /* Define to 1 if you have the <jpeglib.h> header file. */
00083 #define HAVE_JPEGLIB_H 1
00084 
00085 /* Define to 1 if you have the `dl' library (-ldl). */
00086 #define HAVE_LIBDL 1
00087 
00088 /* Define to 1 if you have the `m' library (-lm). */
00089 #define HAVE_LIBM 1
00090 
00091 /* Define to 1 if you have the `pq' library (-lpq). */
00092 /* #undef HAVE_LIBPQ */
00093 
00094 /* Define to 1 if you have the `rt' library (-lrt). */
00095 #define HAVE_LIBRT 1
00096 
00097 /* Define to 1 if you have the <limits.h> header file. */
00098 #define HAVE_LIMITS_H 1
00099 
00100 /* Define to 1 if you have the <locale.h> header file. */
00101 #define HAVE_LOCALE_H 1
00102 
00103 /* Define to 1, if your compiler supports long long data type */
00104 #define HAVE_LONG_LONG 1
00105 
00106 /* Define to 1, if your compiler supports uintptr_t data type */
00107 #define HAVE_UINTPTR_T 1
00108 
00109 /* Define to 1 if you have the <memory.h> header file. */
00110 #define HAVE_MEMORY_H 1
00111 
00112 /* Define to 1 if you have the <png.h> header file. */
00113 #define HAVE_PNG_H 1
00114 
00115 /* Define to 1 if you have the `snprintf' function. */
00116 #define HAVE_SNPRINTF 1
00117 
00118 /* Define to 1 if you have the <stdint.h> header file. */
00119 #define HAVE_STDINT_H 1
00120 
00121 /* Define to 1 if you have the <stdlib.h> header file. */
00122 #define HAVE_STDLIB_H 1
00123 
00124 /* Define to 1 if you have the <strings.h> header file. */
00125 #define HAVE_STRINGS_H 1
00126 
00127 /* Define to 1 if you have the <string.h> header file. */
00128 #define HAVE_STRING_H 1
00129 
00130 /* Define to 1 if you have the `strtof' function. */
00131 #define HAVE_STRTOF 1
00132 
00133 /* Define to 1 if you have the <sys/stat.h> header file. */
00134 #define HAVE_SYS_STAT_H 1
00135 
00136 /* Define to 1 if you have the <sys/types.h> header file. */
00137 #define HAVE_SYS_TYPES_H 1
00138 
00139 /* Define to 1 if you have the <unistd.h> header file. */
00140 #define HAVE_UNISTD_H 1
00141 
00142 /* Define to 1 if you have the <values.h> header file. */
00143 #define HAVE_VALUES_H 1
00144 
00145 /* Define to 1 if you have the `vprintf' function. */
00146 #define HAVE_VPRINTF 1
00147 
00148 /* Define to 1 if you have the `vsnprintf' function. */
00149 #define HAVE_VSNPRINTF 1
00150 
00151 /* Define to 1 if you have the `readlink' function. */
00152 #define HAVE_READLINK 1
00153 
00154 /* Define to 1 if you have the `posix_spawnp' function. */
00155 #define HAVE_POSIX_SPAWNP 1
00156 
00157 /* Define to 1 if you have the `posix_memalign' function. */
00158 #define HAVE_POSIX_MEMALIGN 1
00159 
00160 /* Define to 1 if you have the `vfork' function. */
00161 #define HAVE_VFORK 1
00162 
00163 /* Define to 1 if you have the `mmap' function. */
00164 #define HAVE_MMAP 1
00165 
00166 /* Define to 1 if you have the statvfs' function. */
00167 #define HAVE_STATVFS 1
00168 
00169 /* Define to 1 if you have the `statvfs64' function. */
00170 #define HAVE_STATVFS64 1
00171 
00172 /* Define to 1 if you have the `lstat' function. */
00173 #define HAVE_LSTAT 1
00174 
00175 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
00176 #define HOST_FILLORDER FILLORDER_LSB2MSB
00177 
00178 /* Define as const if the declaration of iconv() needs const. */
00179 #define ICONV_CONST 
00180 
00181 /* For .cpp files, define as const if the declaration of iconv() needs const. */
00182 #define ICONV_CPP_CONST 
00183 
00184 /* Define to 1 if libjvm.so should be dlopen'd */
00185 /* #undef JVM_LIB_DLOPEN */
00186 
00187 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00188    */
00189 #define LT_OBJDIR ".libs/"
00190 
00191 /* Define for Mac OSX Framework build */
00192 /* #undef MACOSX_FRAMEWORK */
00193 
00194 /* The size of `int', as computed by sizeof. */
00195 #define SIZEOF_INT 4
00196 
00197 /* The size of `long', as computed by sizeof. */
00198 /* #undef SIZEOF_LONG */
00199 
00200 /* The size of `unsigned long', as computed by sizeof. */
00201 #define SIZEOF_UNSIGNED_LONG 4
00202 
00203 /* The size of `void*', as computed by sizeof. */
00204 #define SIZEOF_VOIDP 4
00205 
00206 /* Define to 1 if you have the ANSI C header files. */
00207 #define STDC_HEADERS 1
00208 
00209 /* Define to 1 if you have fseek64, ftell64 */
00210 #define UNIX_STDIO_64 1
00211 
00212 /* Define to 1 if you want to use the -fvisibility GCC flag */
00213 /* #undef USE_GCC_VISIBILITY_FLAG */
00214 
00215 /* Define to 1 if GCC atomic builtins are available */
00216 #define HAVE_GCC_ATOMIC_BUILTINS 1
00217 
00218 /* Define to 1 if GCC bswap builtins are available */
00219 #define HAVE_GCC_BSWAP 1
00220 
00221 /* Define to name of 64bit fopen function */
00222 #define VSI_FOPEN64 fopen64
00223 
00224 /* Define to name of 64bit ftruncate function */
00225 #define VSI_FTRUNCATE64 ftruncate64
00226 
00227 /* Define to name of 64bit fseek func */
00228 #define VSI_FSEEK64 fseeko64
00229 
00230 /* Define to name of 64bit ftell func */
00231 #define VSI_FTELL64 ftello64
00232 
00233 /* Define to 1, if you have 64 bit STDIO API */
00234 #define VSI_LARGE_API_SUPPORTED 1
00235 
00236 /* Define to 1, if you have LARGEFILE64_SOURCE */
00237 /* #undef VSI_NEED_LARGEFILE64_SOURCE */
00238 
00239 /* Define to name of 64bit stat function */
00240 #define VSI_STAT64 stat64
00241 
00242 /* Define to name of 64bit stat structure */
00243 #define VSI_STAT64_T stat64
00244 
00245 /* Define to 1 if your processor stores words with the most significant byte
00246    first (like Motorola and SPARC, unlike Intel and VAX). */
00247 /* #undef WORDS_BIGENDIAN */
00248 
00249 /* Define to 1 if you have the `getaddrinfo' function. */
00250 #define HAVE_GETADDRINFO 1
00251 
00252 /* Define to 1 if you have the _SC_PHYS_PAGES' constant. */
00253 #define HAVE_SC_PHYS_PAGES 1
00254 
00255 /* Use this file to override settings in instances where you're doing FAT compiles
00256    on Apple.  It is currently off by default because it doesn't seem to work with
00257    XCode >= 3/28/11 */
00258 /* #include "cpl_config_extras.h" */
00259 
00260 /* Define to 1 if you have the `uselocale' function. */
00261 #define HAVE_USELOCALE 1
00262 
00263 /* Define to 1 if you have the `std::isnan' function. */
00264 #define HAVE_STD_IS_NAN 1

Generated for GDAL by doxygen 1.7.6.1.