cpl_config.h 6.6 KB

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