config.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* if true, build RPC Client and Server */
  6. /* #undef BUILD_RPC */
  7. /* default file chunk cache nelems. */
  8. #define CHUNK_CACHE_NELEMS 1009
  9. /* default file chunk cache preemption policy. */
  10. #define CHUNK_CACHE_PREEMPTION 0.75
  11. /* default file chunk cache size in bytes. */
  12. #define CHUNK_CACHE_SIZE 4194304
  13. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  14. systems. This function is required for `alloca.c' support on those systems.
  15. */
  16. /* #undef CRAY_STACKSEG_END */
  17. /* Define to 1 if using `alloca.c'. */
  18. /* #undef C_ALLOCA */
  19. /* num chunks in default per-var chunk cache. */
  20. #define DEFAULT_CHUNKS_IN_CACHE 10
  21. /* default chunk size in bytes */
  22. #define DEFAULT_CHUNK_SIZE 4194304
  23. /* set this only when building a DLL under MinGW */
  24. /* #undef DLL_EXPORT */
  25. /* set this only when building a DLL under MinGW */
  26. /* #undef DLL_NETCDF */
  27. /* if true, build DAP Client */
  28. #define ENABLE_DAP 1
  29. /* if true, enable DAP group names */
  30. #define ENABLE_DAP_GROUPS 1
  31. /* if true, do remote tests */
  32. #define ENABLE_DAP_REMOTE_TESTS 1
  33. /* if true, run extra tests which may not work yet */
  34. /* #undef EXTRA_TESTS */
  35. /* use HDF5 1.6 API */
  36. #define H5_USE_16_API 1
  37. /* Define to 1 if you have `alloca', as a function or macro. */
  38. #define HAVE_ALLOCA 1
  39. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  40. */
  41. #define HAVE_ALLOCA_H 1
  42. /* Define to 1 if you have the <ctype.h> header file. */
  43. #define HAVE_CTYPE_H 1
  44. /* Is CURLOPT_KEYPASSWD defined */
  45. #define HAVE_CURLOPT_KEYPASSWD 1
  46. /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
  47. don't. */
  48. #define HAVE_DECL_ISFINITE 1
  49. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  50. */
  51. #define HAVE_DECL_ISINF 1
  52. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  53. */
  54. #define HAVE_DECL_ISNAN 1
  55. /* Define to 1 if you have the declaration of `signbit', and to 0 if you
  56. don't. */
  57. #define HAVE_DECL_SIGNBIT 1
  58. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  59. */
  60. #define HAVE_DIRENT_H 1
  61. /* Define to 1 if you have the <dlfcn.h> header file. */
  62. #define HAVE_DLFCN_H 1
  63. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  64. /* #undef HAVE_DOPRNT */
  65. /* Define to 1 if you have the <errno.h> header file. */
  66. #define HAVE_ERRNO_H 1
  67. /* Define to 1 if you have the <fcntl.h> header file. */
  68. #define HAVE_FCNTL_H 1
  69. /* Define to 1 if you have the `fsync' function. */
  70. #define HAVE_FSYNC 1
  71. /* Define to 1 if you have the <getopt.h> header file. */
  72. #define HAVE_GETOPT_H 1
  73. /* Define to 1 if you have the `getpagesize' function. */
  74. #define HAVE_GETPAGESIZE 1
  75. /* Define to 1 if you have the `getrlimit' function. */
  76. #define HAVE_GETRLIMIT 1
  77. /* Define to 1 if you have the `gettimeofday' function. */
  78. #define HAVE_GETTIMEOFDAY 1
  79. /* Define to 1 if you have the `H5Pget_fapl_mpio' function. */
  80. #define HAVE_H5PGET_FAPL_MPIO 1
  81. /* Define to 1 if you have the `H5Pget_fapl_mpiposix' function. */
  82. #define HAVE_H5PGET_FAPL_MPIPOSIX 1
  83. /* Define to 1 if you have the `H5Pset_deflate' function. */
  84. #define HAVE_H5PSET_DEFLATE 1
  85. /* Define to 1 if you have the `H5Z_SZIP' function. */
  86. /* #undef HAVE_H5Z_SZIP */
  87. /* Define to 1 if you have the <hdf5.h> header file. */
  88. #define HAVE_HDF5_H 1
  89. /* Define to 1 if you have the <inttypes.h> header file. */
  90. #define HAVE_INTTYPES_H 1
  91. /* Define to 1 if you have the `df' library (-ldf). */
  92. /* #undef HAVE_LIBDF */
  93. /* Define to 1 if you have the `m' library (-lm). */
  94. #define HAVE_LIBM 1
  95. /* Define to 1 if you have the `mfhdf' library (-lmfhdf). */
  96. /* #undef HAVE_LIBMFHDF */
  97. /* Define to 1 if you have the `pnetcdf' library (-lpnetcdf). */
  98. /* #undef HAVE_LIBPNETCDF */
  99. /* Define to 1 if you have the <locale.h> header file. */
  100. #define HAVE_LOCALE_H 1
  101. /* Define to 1 if the system has the type `longlong'. */
  102. /* #undef HAVE_LONGLONG */
  103. /* Define to 1 if the system has the type `long long int'. */
  104. #define HAVE_LONG_LONG_INT 1
  105. /* Define to 1 if you have the <malloc.h> header file. */
  106. #define HAVE_MALLOC_H 1
  107. /* Define to 1 if you have the `memmove' function. */
  108. #define HAVE_MEMMOVE 1
  109. /* Define to 1 if you have the <memory.h> header file. */
  110. #define HAVE_MEMORY_H 1
  111. /* Define to 1 if you have the <mfhdf.h> header file. */
  112. /* #undef HAVE_MFHDF_H */
  113. /* Define to 1 if you have the `mkstemp' function. */
  114. #define HAVE_MKSTEMP 1
  115. /* Define to 1 if you have a working `mmap' system call. */
  116. #define HAVE_MMAP 1
  117. /* Define to 1 if you have the `MPI_Comm_f2c' function. */
  118. #define HAVE_MPI_COMM_F2C 1
  119. /* Define to 1 if you have the `mremap' function. */
  120. #define HAVE_MREMAP 1
  121. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  122. /* #undef HAVE_NDIR_H */
  123. /* Define to 1 if the system has the type `ptrdiff_t'. */
  124. #define HAVE_PTRDIFF_T 1
  125. /* Define to 1 if you have the `rand' function. */
  126. #define HAVE_RAND 1
  127. /* Define to 1 if you have the `snprintf' function. */
  128. #define HAVE_SNPRINTF 1
  129. /* Define to 1 if the system has the type `ssize_t'. */
  130. #define HAVE_SSIZE_T 1
  131. /* Define to 1 if you have the <stdarg.h> header file. */
  132. #define HAVE_STDARG_H 1
  133. /* Define to 1 if stdbool.h conforms to C99. */
  134. #define HAVE_STDBOOL_H 1
  135. /* Define to 1 if you have the <stdint.h> header file. */
  136. #define HAVE_STDINT_H 1
  137. /* Define to 1 if you have the <stdio.h> header file. */
  138. #define HAVE_STDIO_H 1
  139. /* Define to 1 if you have the <stdlib.h> header file. */
  140. #define HAVE_STDLIB_H 1
  141. /* Define to 1 if you have the `strcasecmp' function. */
  142. #define HAVE_STRCASECMP 1
  143. /* Define to 1 if you have the `strcat' function. */
  144. #define HAVE_STRCAT 1
  145. /* Define to 1 if you have the `strchr' function. */
  146. #define HAVE_STRCHR 1
  147. /* Define to 1 if you have the `strcpy' function. */
  148. #define HAVE_STRCPY 1
  149. /* Define to 1 if you have the `strdup' function. */
  150. #define HAVE_STRDUP 1
  151. /* Define to 1 if you have the `strerror' function. */
  152. #define HAVE_STRERROR 1
  153. /* Define to 1 if you have the <strings.h> header file. */
  154. #define HAVE_STRINGS_H 1
  155. /* Define to 1 if you have the <string.h> header file. */
  156. #define HAVE_STRING_H 1
  157. /* Define to 1 if you have the `strlcat' function. */
  158. /* #undef HAVE_STRLCAT */
  159. /* Define to 1 if you have the `strrchr' function. */
  160. #define HAVE_STRRCHR 1
  161. /* Define to 1 if you have the `strstr' function. */
  162. #define HAVE_STRSTR 1
  163. /* Define to 1 if you have the `strtod' function. */
  164. #define HAVE_STRTOD 1
  165. /* Define to 1 if you have the `strtoll' function. */
  166. #define HAVE_STRTOLL 1
  167. /* Define to 1 if you have the `strtoull' function. */
  168. #define HAVE_STRTOULL 1
  169. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  170. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  171. /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
  172. `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
  173. #define HAVE_ST_BLKSIZE 1
  174. /* Define to 1 if you have the `sysconf' function. */
  175. #define HAVE_SYSCONF 1
  176. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  177. */
  178. /* #undef HAVE_SYS_DIR_H */
  179. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  180. */
  181. /* #undef HAVE_SYS_NDIR_H */
  182. /* Define to 1 if you have the <sys/param.h> header file. */
  183. #define HAVE_SYS_PARAM_H 1
  184. /* Define to 1 if you have the <sys/resource.h> header file. */
  185. #define HAVE_SYS_RESOURCE_H 1
  186. /* Define to 1 if you have the <sys/stat.h> header file. */
  187. #define HAVE_SYS_STAT_H 1
  188. /* Define to 1 if you have the <sys/time.h> header file. */
  189. #define HAVE_SYS_TIME_H 1
  190. /* Define to 1 if you have the <sys/types.h> header file. */
  191. #define HAVE_SYS_TYPES_H 1
  192. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  193. #define HAVE_SYS_WAIT_H 1
  194. /* Define to 1 if the system has the type `uchar'. */
  195. /* #undef HAVE_UCHAR */
  196. /* Define to 1 if you have the <unistd.h> header file. */
  197. #define HAVE_UNISTD_H 1
  198. /* Define to 1 if the system has the type `unsigned long long int'. */
  199. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  200. /* Define to 1 if you have the `vprintf' function. */
  201. #define HAVE_VPRINTF 1
  202. /* Define to 1 if the system has the type `_Bool'. */
  203. #define HAVE__BOOL 1
  204. /* do large file tests */
  205. /* #undef LARGE_FILE_TESTS */
  206. /* If true, turn on logging. */
  207. /* #undef LOGGING */
  208. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  209. */
  210. #define LT_OBJDIR ".libs/"
  211. /* max size of the default per-var chunk cache. */
  212. #define MAX_DEFAULT_CACHE_SIZE 67108864
  213. /* min blocksize for posixio. */
  214. #define NCIO_MINBLOCKSIZE 256
  215. /* no IEEE float on this platform */
  216. /* #undef NO_IEEE_FLOAT */
  217. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  218. /* #undef NO_MINUS_C_MINUS_O */
  219. /* do not build the netCDF version 2 API */
  220. /* #undef NO_NETCDF_2 */
  221. /* no stdlib.h */
  222. /* #undef NO_STDLIB_H */
  223. /* no sys_types.h */
  224. /* #undef NO_SYS_TYPES_H */
  225. /* Name of package */
  226. #define PACKAGE "netcdf"
  227. /* Define to the address where bug reports for this package should be sent. */
  228. #define PACKAGE_BUGREPORT "support-netcdf@unidata.ucar.edu"
  229. /* Define to the full name of this package. */
  230. #define PACKAGE_NAME "netCDF"
  231. /* Define to the full name and version of this package. */
  232. #define PACKAGE_STRING "netCDF 4.2.1.1"
  233. /* Define to the one symbol short name of this package. */
  234. #define PACKAGE_TARNAME "netcdf"
  235. /* Define to the version of this package. */
  236. #define PACKAGE_VERSION "4.2.1.1"
  237. /* The size of `double', as computed by sizeof. */
  238. #define SIZEOF_DOUBLE 8
  239. /* The size of `float', as computed by sizeof. */
  240. #define SIZEOF_FLOAT 4
  241. /* The size of `int', as computed by sizeof. */
  242. #define SIZEOF_INT 4
  243. /* The size of `long', as computed by sizeof. */
  244. #define SIZEOF_LONG 8
  245. /* The size of `long long', as computed by sizeof. */
  246. #define SIZEOF_LONG_LONG 8
  247. /* The size of `off_t', as computed by sizeof. */
  248. #define SIZEOF_OFF_T 8
  249. /* The size of `short', as computed by sizeof. */
  250. #define SIZEOF_SHORT 2
  251. /* The size of `size_t', as computed by sizeof. */
  252. #define SIZEOF_SIZE_T 8
  253. /* If using the C implementation of alloca, define if you know the
  254. direction of stack growth for your system; otherwise it will be
  255. automatically deduced at runtime.
  256. STACK_DIRECTION > 0 => grows toward higher addresses
  257. STACK_DIRECTION < 0 => grows toward lower addresses
  258. STACK_DIRECTION = 0 => direction of growth unknown */
  259. /* #undef STACK_DIRECTION */
  260. /* Define to 1 if you have the ANSI C header files. */
  261. #define STDC_HEADERS 1
  262. /* Place to put very large netCDF test files. */
  263. #define TEMP_LARGE "."
  264. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  265. #define TIME_WITH_SYS_TIME 1
  266. /* if true, build CDMREMOTE Client */
  267. /* #undef USE_CDMREMOTE */
  268. /* if true, build DAP Client */
  269. #define USE_DAP 1
  270. /* if true, include NC_DISKLESS code */
  271. #define USE_DISKLESS 1
  272. /* set this to use extreme numbers in tests */
  273. #define USE_EXTREME_NUMBERS 1
  274. /* if true, use ffio instead of posixio */
  275. /* #undef USE_FFIO */
  276. /* if true, include experimental fsync code */
  277. #define USE_FSYNC 1
  278. /* if true, use HDF4 too */
  279. /* #undef USE_HDF4 */
  280. /* If true, use use wget to fetch some sample HDF4 data, and then test against
  281. it. */
  282. /* #undef USE_HDF4_FILE_TESTS */
  283. /* if true, use mmap for in-memory files */
  284. /* #undef USE_MMAP */
  285. /* if true, build netCDF-4 */
  286. #define USE_NETCDF4 1
  287. /* if true, parallel netCDF-4 is in use */
  288. #define USE_PARALLEL 1
  289. /* if true, compile in parallel netCDF-4 based on MPI/IO */
  290. #define USE_PARALLEL_MPIO 1
  291. /* if true, compile in parallel netCDF-4 based on MPI/POSIX */
  292. #define USE_PARALLEL_POSIX 1
  293. /* if true, parallel netCDF is used */
  294. /* #undef USE_PNETCDF */
  295. /* if true, compile in szip compression in netCDF-4 variables */
  296. /* #undef USE_SZIP */
  297. /* if true, compile in zlib compression in netCDF-4 variables */
  298. #define USE_ZLIB 1
  299. /* Version number of package */
  300. #define VERSION "4.2.1.1"
  301. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  302. significant byte first (like Motorola and SPARC, unlike Intel). */
  303. #if defined AC_APPLE_UNIVERSAL_BUILD
  304. # if defined __BIG_ENDIAN__
  305. # define WORDS_BIGENDIAN 1
  306. # endif
  307. #else
  308. # ifndef WORDS_BIGENDIAN
  309. /* # undef WORDS_BIGENDIAN */
  310. # endif
  311. #endif
  312. /* Number of bits in a file offset, on hosts where this is settable. */
  313. /* #undef _FILE_OFFSET_BITS */
  314. /* Define for large files, on AIX-style hosts. */
  315. /* #undef _LARGE_FILES */
  316. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  317. #ifndef __CHAR_UNSIGNED__
  318. /* # undef __CHAR_UNSIGNED__ */
  319. #endif
  320. /* Define to empty if `const' does not conform to ANSI C. */
  321. /* #undef const */
  322. /* Define to `long int' if <sys/types.h> does not define. */
  323. /* #undef off_t */
  324. /* Define to `unsigned int' if <sys/types.h> does not define. */
  325. /* #undef size_t */
  326. #include "ncconfigure.h"