H5pubconf.h 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * Copyright by The HDF Group. *
  3. * All rights reserved. *
  4. * *
  5. * This file is part of HDF5. The full HDF5 copyright notice, including *
  6. * terms governing use, modification, and redistribution, is contained in *
  7. * the COPYING file, which can be found at the root of the source code *
  8. * distribution tree, or in https://www.hdfgroup.org/licenses. *
  9. * If you do not have access to either file, you may request a copy from *
  10. * help@hdfgroup.org. *
  11. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  12. /* H5pubconf.h Generated By CMake during the configuration */
  13. #ifndef H5_CONFIG_H_
  14. #define H5_CONFIG_H_
  15. /* Define if the Windows virtual file driver should be compiled */
  16. #define H5_HAVE_WINDOWS 1
  17. /* Define if using MinGW */
  18. /* #undef H5_HAVE_MINGW */
  19. /* Define if on the Windows platform and default WIN32 API */
  20. #define H5_HAVE_WIN32_API 1
  21. /* Define if using a Windows compiler (i.e. Visual Studio) */
  22. #define H5_HAVE_VISUAL_STUDIO 1
  23. /* Define the default plugins path to compile */
  24. #define H5_DEFAULT_PLUGINDIR "%ALLUSERSPROFILE%\\hdf5\\lib\\plugin"
  25. /* Define if dev_t is a scalar */
  26. /* #undef H5_DEV_T_IS_SCALAR */
  27. /* Define if your system is IBM ppc64le and cannot convert some long double
  28. values correctly. */
  29. /* #undef H5_DISABLE_SOME_LDOUBLE_CONV */
  30. /* Define to dummy `main' function (if any) required to link to the Fortran
  31. libraries. */
  32. /* #undef H5_FC_DUMMY_MAIN */
  33. /* Define if F77 and FC dummy `main' functions are identical. */
  34. /* #undef H5_FC_DUMMY_MAIN_EQ_F77 */
  35. /* Define to a macro mangling the given C identifier (in lower and upper
  36. case), which must not contain underscores, for linking with Fortran. */
  37. #define H5_FC_FUNC(name,NAME) name ## _
  38. /* As FC_FUNC, but for C identifiers containing underscores. */
  39. #define H5_FC_FUNC_(name,NAME) name ## _
  40. /* Define if Fortran C_LONG_DOUBLE is different from C_DOUBLE */
  41. #define H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE
  42. /* Define if we have Fortran C_LONG_DOUBLE */
  43. #define H5_FORTRAN_HAVE_C_LONG_DOUBLE
  44. /* Define if we have Fortran intrinsic C_SIZEOF */
  45. /* #undef H5_FORTRAN_HAVE_C_SIZEOF */
  46. /* Define if we have Fortran intrinsic SIZEOF */
  47. /* #undef H5_FORTRAN_HAVE_SIZEOF */
  48. /* Define if we have Fortran intrinsic STORAGE_SIZE */
  49. /* #undef H5_FORTRAN_HAVE_STORAGE_SIZE */
  50. /* Determine the size of C long double */
  51. /* #undef H5_FORTRAN_SIZEOF_LONG_DOUBLE */
  52. /* Define Fortran compiler ID */
  53. #define H5_Fortran_COMPILER_ID
  54. /* Define number of valid Fortran INTEGER KINDs (must be defined before F_IKIND)*/
  55. /* #undef H5_H5CONFIG_F_NUM_IKIND */
  56. /* Define valid Fortran INTEGER KINDs */
  57. /* #undef H5_H5CONFIG_F_IKIND */
  58. /* Define number of valid Fortran REAL KINDs (must be defined before F_RKIND) */
  59. /* #undef H5_H5CONFIG_F_NUM_RKIND */
  60. /* Define valid Fortran REAL KINDs */
  61. /* #undef H5_H5CONFIG_F_RKIND */
  62. /* Define valid Fortran REAL KINDs Sizeof */
  63. /* #undef H5_H5CONFIG_F_RKIND_SIZEOF */
  64. /* Define to 1 if you have the `alarm' function. */
  65. /* #undef H5_HAVE_ALARM */
  66. /* Define to 1 if you have the <arpa/inet.h> header file. */
  67. /* #undef H5_HAVE_ARPA_INET_H */
  68. /* Define to 1 if you have the `asprintf' function. */
  69. /* #undef H5_HAVE_ASPRINTF */
  70. /* Define if the __attribute__(()) extension is present */
  71. /* #undef H5_HAVE_ATTRIBUTE */
  72. /* Define if the compiler understands C99 designated initialization of structs
  73. and unions */
  74. /* #undef H5_HAVE_C99_DESIGNATED_INITIALIZER */
  75. /* Define to 1 if you have the `clock_gettime' function. */
  76. /* #undef H5_HAVE_CLOCK_GETTIME */
  77. /* Define if the function stack tracing code is to be compiled in */
  78. /* #undef H5_HAVE_CODESTACK */
  79. /* Define to 1 if you have the <curl/curl.h> header file. */
  80. /* #undef H5_HAVE_CURL_CURL_H */
  81. /* Define if Darwin or Mac OS X */
  82. /* #undef H5_HAVE_DARWIN */
  83. /* Define if the direct I/O virtual file driver (VFD) should be compiled */
  84. /* #undef H5_HAVE_DIRECT */
  85. /* Define to 1 if you have the <dirent.h> header file. */
  86. /* #undef H5_HAVE_DIRENT_H */
  87. /* Define to 1 if you have the <dlfcn.h> header file. */
  88. /* #undef H5_HAVE_DLFCN_H */
  89. /* Define to 1 if you have the <dmalloc.h> header file. */
  90. /* #undef H5_HAVE_DMALLOC_H */
  91. /* Define if library information should be embedded in the executables */
  92. #define H5_HAVE_EMBEDDED_LIBINFO 1
  93. /* Define to 1 if you have the `fcntl' function. */
  94. /* #undef H5_HAVE_FCNTL */
  95. /* Define to 1 if you have the <features.h> header file. */
  96. /* #undef H5_HAVE_FEATURES_H */
  97. /* Define if support for deflate (zlib) filter is enabled */
  98. /* #undef H5_HAVE_FILTER_DEFLATE */
  99. /* Define if support for szip filter is enabled */
  100. /* #undef H5_HAVE_FILTER_SZIP */
  101. /* Determine if __float128 is available */
  102. /* #undef H5_HAVE_FLOAT128 */
  103. /* Define to 1 if you have the `flock' function. */
  104. /* #undef H5_HAVE_FLOCK */
  105. /* Define to 1 if you have the `fork' function. */
  106. /* #undef H5_HAVE_FORK */
  107. /* Define to 1 if you have the `fseeko' function. */
  108. /* #undef H5_HAVE_FSEEKO */
  109. /* Determine if INTEGER*16 is available */
  110. /* #undef H5_HAVE_Fortran_INTEGER_SIZEOF_16 */
  111. /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
  112. #define H5_HAVE_GETCONSOLESCREENBUFFERINFO 1
  113. /* Define to 1 if you have the `gethostname' function. */
  114. #define H5_HAVE_GETHOSTNAME 1
  115. /* Define to 1 if you have the `getpwuid' function. */
  116. /* #undef H5_HAVE_GETPWUID */
  117. /* Define to 1 if you have the `getrusage' function. */
  118. /* #undef H5_HAVE_GETRUSAGE */
  119. /* Define to 1 if you have the `gettextinfo' function. */
  120. /* #undef H5_HAVE_GETTEXTINFO */
  121. /* Define to 1 if you have the `gettimeofday' function. */
  122. #define H5_HAVE_GETTIMEOFDAY 1
  123. /* Define to 1 if you have the <hdfs.h> header file. */
  124. /* #undef H5_HAVE_HDFS_H */
  125. /* Define if parallel library will contain instrumentation to detect correct
  126. optimization operation */
  127. /* #undef H5_HAVE_INSTRUMENTED_LIBRARY */
  128. /* Define to 1 if you have the `ioctl' function. */
  129. /* #undef H5_HAVE_IOCTL */
  130. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  131. /* #undef H5_HAVE_LIBCRYPTO */
  132. /* Define to 1 if you have the `curl' library (-lcurl). */
  133. /* #undef H5_HAVE_LIBCURL */
  134. /* Define to 1 if you have the `dl' library (-ldl). */
  135. /* #undef H5_HAVE_LIBDL */
  136. /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
  137. /* #undef H5_HAVE_LIBDMALLOC */
  138. /* Proceed to build with libhdfs */
  139. /* #undef H5_HAVE_LIBHDFS */
  140. /* Define to 1 if you have the `jvm' library (-ljvm). */
  141. /* #undef H5_HAVE_LIBJVM */
  142. /* Define to 1 if you have the `m' library (-lm). */
  143. #define H5_HAVE_LIBM 1
  144. /* Define to 1 if you have the `mpe' library (-lmpe). */
  145. /* #undef H5_HAVE_LIBMPE */
  146. /* Define to 1 if you have the `pthread' library (-lpthread). */
  147. /* #undef H5_HAVE_LIBPTHREAD */
  148. /* Define to 1 if you have the `sz' library (-lsz). */
  149. /* #undef H5_HAVE_LIBSZ */
  150. /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
  151. #define H5_HAVE_LIBWS2_32 1
  152. /* Define to 1 if you have the `z' library (-lz). */
  153. /* #undef H5_HAVE_LIBZ */
  154. /* Define to 1 if you have the `lseek64' function. */
  155. /* #undef H5_HAVE_LSEEK64 */
  156. /* Define to 1 if you have the `lstat' function. */
  157. /* #undef H5_HAVE_LSTAT */
  158. /* Define if the map API (H5M) should be compiled */
  159. /* #undef H5_HAVE_MAP_API */
  160. /* Define to 1 if you have the <memory.h> header file. */
  161. #define H5_HAVE_MEMORY_H 1
  162. /* Define whether the Mirror virtual file driver (VFD) will be compiled */
  163. /* #undef H5_HAVE_MIRROR_VFD */
  164. /* Define if we have MPE support */
  165. /* #undef H5_HAVE_MPE */
  166. /* Define to 1 if you have the <mpe.h> header file. */
  167. /* #undef H5_HAVE_MPE_H */
  168. /* Define if MPI_Comm_c2f and MPI_Comm_f2c exist */
  169. /* #undef H5_HAVE_MPI_MULTI_LANG_Comm */
  170. /* Define if MPI_Info_c2f and MPI_Info_f2c exist */
  171. /* #undef H5_HAVE_MPI_MULTI_LANG_Info */
  172. /* Define to 1 if you have the <netdb.h> header file. */
  173. /* #undef H5_HAVE_NETDB_H */
  174. /* Define to 1 if you have the <netinet/in.h> header file. */
  175. /* #undef H5_HAVE_NETINET_IN_H */
  176. /* Define to 1 if you have the <openssl/evp.h> header file. */
  177. /* #undef H5_HAVE_OPENSSL_EVP_H */
  178. /* Define to 1 if you have the <openssl/hmac.h> header file. */
  179. /* #undef H5_HAVE_OPENSSL_HMAC_H */
  180. /* Define to 1 if you have the <openssl/sha.h> header file. */
  181. /* #undef H5_HAVE_OPENSSL_SHA_H */
  182. /* Define if we have parallel support */
  183. /* #undef H5_HAVE_PARALLEL */
  184. /* Define if we have support for writing to filtered datasets in parallel */
  185. /* #undef H5_HAVE_PARALLEL_FILTERED_WRITES */
  186. /* Define if both pread and pwrite exist. */
  187. /* #undef H5_HAVE_PREADWRITE */
  188. /* Define to 1 if you have the <pthread.h> header file. */
  189. /* #undef H5_HAVE_PTHREAD_H */
  190. /* Define to 1 if you have the <pwd.h> header file. */
  191. /* #undef H5_HAVE_PWD_H */
  192. /* Define to 1 if you have the <quadmath.h> header file. */
  193. /* #undef H5_HAVE_QUADMATH_H */
  194. /* Define to 1 if you have the `random' function. */
  195. /* #undef H5_HAVE_RANDOM */
  196. /* Define to 1 if you have the `rand_r' function. */
  197. /* #undef H5_HAVE_RAND_R */
  198. /* Define whether the Read-Only S3 virtual file driver (VFD) should be
  199. compiled */
  200. /* #undef H5_HAVE_ROS3_VFD */
  201. /* Define to 1 if you have the `setsysinfo' function. */
  202. /* #undef H5_HAVE_SETSYSINFO */
  203. /* Define to 1 if you have the `siglongjmp' function. */
  204. /* #undef H5_HAVE_SIGLONGJMP */
  205. /* Define to 1 if you have the `sigprocmask' function. */
  206. /* #undef H5_HAVE_SIGPROCMASK */
  207. /* Define to 1 if you have the `sigsetjmp' function. */
  208. /* #undef H5_HAVE_SIGSETJMP */
  209. /* Define to 1 if you have the `srandom' function. */
  210. /* #undef H5_HAVE_SRANDOM */
  211. /* Define to 1 if you have the `stat64' function. */
  212. /* #undef H5_HAVE_STAT64 */
  213. /* Define if struct stat has the st_blocks field */
  214. /* #undef H5_HAVE_STAT_ST_BLOCKS */
  215. /* Define to 1 if you have the <stdlib.h> header file. */
  216. #define H5_HAVE_STDLIB_H 1
  217. /* Define to 1 if you have the `strdup' function. */
  218. #define H5_HAVE_STRDUP 1
  219. /* Define to 1 if you have the <strings.h> header file. */
  220. /* #undef H5_HAVE_STRINGS_H */
  221. /* Define to 1 if you have the <string.h> header file. */
  222. #define H5_HAVE_STRING_H 1
  223. /* Define if struct text_info is defined */
  224. /* #undef H5_HAVE_STRUCT_TEXT_INFO */
  225. /* Define if struct videoconfig is defined */
  226. /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */
  227. /* Define to 1 if you have the `symlink' function. */
  228. /* #undef H5_HAVE_SYMLINK */
  229. /* Define to 1 if you have the <sys/file.h> header file. */
  230. /* #undef H5_HAVE_SYS_FILE_H */
  231. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  232. /* #undef H5_HAVE_SYS_IOCTL_H */
  233. /* Define to 1 if you have the <sys/resource.h> header file. */
  234. /* #undef H5_HAVE_SYS_RESOURCE_H */
  235. /* Define to 1 if you have the <sys/socket.h> header file. */
  236. /* #undef H5_HAVE_SYS_SOCKET_H */
  237. /* Define to 1 if you have the <sys/stat.h> header file. */
  238. #define H5_HAVE_SYS_STAT_H 1
  239. /* Define to 1 if you have the <sys/time.h> header file. */
  240. /* #undef H5_HAVE_SYS_TIME_H */
  241. /* Define to 1 if you have the <sys/types.h> header file. */
  242. #define H5_HAVE_SYS_TYPES_H 1
  243. /* Define to 1 if you have the <szlib.h> header file. */
  244. /* #undef H5_HAVE_SZLIB_H */
  245. #if defined(_WIN32) && !defined(H5_BUILT_AS_DYNAMIC_LIB)
  246. /* Not supported on WIN32 platforms with static linking */
  247. /* #undef H5_HAVE_THREADSAFE */
  248. #else
  249. /* Define if we have thread safe support */
  250. /* #undef H5_HAVE_THREADSAFE */
  251. #endif
  252. /* Define if timezone is a global variable */
  253. #define H5_HAVE_TIMEZONE 1
  254. /* Define if the ioctl TIOCGETD is defined */
  255. /* #undef H5_HAVE_TIOCGETD */
  256. /* Define if the ioctl TIOGWINSZ is defined */
  257. /* #undef H5_HAVE_TIOCGWINSZ */
  258. /* Define to 1 if you have the `tmpfile' function. */
  259. #define H5_HAVE_TMPFILE 1
  260. /* Define if tm_gmtoff is a member of struct tm */
  261. /* #undef H5_HAVE_TM_GMTOFF */
  262. /* Define to 1 if you have the <unistd.h> header file. */
  263. /* #undef H5_HAVE_UNISTD_H */
  264. /* Define to 1 if you have the `vasprintf' function. */
  265. /* #undef H5_HAVE_VASPRINTF */
  266. /* Define to 1 if you have the `waitpid' function. */
  267. /* #undef H5_HAVE_WAITPID */
  268. /* Define to 1 if you have the 'InitOnceExecuteOnce' function. */
  269. /* #undef H5_HAVE_WIN_THREADS */
  270. /* Define if your system has window style path name. */
  271. #define H5_HAVE_WINDOW_PATH 1
  272. /* Define to 1 if you have the <zlib.h> header file. */
  273. /* #undef H5_HAVE_ZLIB_H */
  274. /* Define to 1 if you have the `_getvideoconfig' function. */
  275. /* #undef H5_HAVE__GETVIDEOCONFIG */
  276. /* Define to 1 if you have the `_scrsize' function. */
  277. /* #undef H5_HAVE__SCRSIZE */
  278. /* Define if the library will ignore file locks when disabled */
  279. #define H5_IGNORE_DISABLED_FILE_LOCKS 1
  280. /* Define if the high-level library headers should be included in hdf5.h */
  281. #define H5_INCLUDE_HL 1
  282. /* Define if new-style references should be used with dimension scales */
  283. /* #undef H5_DIMENSION_SCALES_WITH_NEW_REF */
  284. /* Define if your system can convert long double to (unsigned) long long
  285. values correctly. */
  286. #define H5_LDOUBLE_TO_LLONG_ACCURATE 1
  287. /* Define if your system converts long double to (unsigned) long values with
  288. special algorithm. */
  289. /* #undef H5_LDOUBLE_TO_LONG_SPECIAL */
  290. /* Define if your system can convert (unsigned) long long to long double
  291. values correctly. */
  292. #define H5_LLONG_TO_LDOUBLE_CORRECT 1
  293. /* Define if your system can convert (unsigned) long to long double values
  294. with special algorithm. */
  295. /* #undef H5_LONG_TO_LDOUBLE_SPECIAL */
  296. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  297. /* #undef H5_LT_OBJDIR */
  298. /* Define to enable internal memory allocation sanity checking. */
  299. /* #undef H5_MEMORY_ALLOC_SANITY_CHECK */
  300. /* Define if we can violate pointer alignment restrictions */
  301. #define H5_NO_ALIGNMENT_RESTRICTIONS 1
  302. /* Define if deprecated public API symbols are disabled */
  303. /* #undef H5_NO_DEPRECATED_SYMBOLS */
  304. /* Name of package */
  305. #define H5_PACKAGE "hdf5"
  306. /* Define to the address where bug reports for this package should be sent. */
  307. #define H5_PACKAGE_BUGREPORT "help@hdfgroup.org"
  308. /* Define to the full name of this package. */
  309. #define H5_PACKAGE_NAME "HDF5"
  310. /* Define to the full name and version of this package. */
  311. #define H5_PACKAGE_STRING "HDF5 1.13.1"
  312. /* Define to the one symbol short name of this package. */
  313. #define H5_PACKAGE_TARNAME "hdf5"
  314. /* Define to the home page for this package. */
  315. #define H5_PACKAGE_URL "http://www.hdfgroup.org"
  316. /* Define to the version of this package. */
  317. #define H5_PACKAGE_VERSION "1.13.1"
  318. /* Determine the maximum decimal precision in C */
  319. #define H5_PAC_C_MAX_REAL_PRECISION 15
  320. /* Define Fortran Maximum Real Decimal Precision */
  321. #define H5_PAC_FC_MAX_REAL_PRECISION
  322. /* Width for printf() for type `long long' or `__int64', use `ll' */
  323. #define H5_PRINTF_LL_WIDTH "I64"
  324. /* The size of `bool', as computed by sizeof. */
  325. #define H5_SIZEOF_BOOL 1
  326. /* The size of `char', as computed by sizeof. */
  327. #define H5_SIZEOF_CHAR 1
  328. /* The size of `double', as computed by sizeof. */
  329. #define H5_SIZEOF_DOUBLE 8
  330. /* The size of `float', as computed by sizeof. */
  331. #define H5_SIZEOF_FLOAT 4
  332. /* The size of `int', as computed by sizeof. */
  333. #define H5_SIZEOF_INT 4
  334. /* The size of `int16_t', as computed by sizeof. */
  335. #define H5_SIZEOF_INT16_T 2
  336. /* The size of `int32_t', as computed by sizeof. */
  337. #define H5_SIZEOF_INT32_T 4
  338. /* The size of `int64_t', as computed by sizeof. */
  339. #define H5_SIZEOF_INT64_T 8
  340. /* The size of `int8_t', as computed by sizeof. */
  341. #define H5_SIZEOF_INT8_T 1
  342. /* The size of `int_fast16_t', as computed by sizeof. */
  343. #define H5_SIZEOF_INT_FAST16_T 4
  344. /* The size of `int_fast32_t', as computed by sizeof. */
  345. #define H5_SIZEOF_INT_FAST32_T 4
  346. /* The size of `int_fast64_t', as computed by sizeof. */
  347. #define H5_SIZEOF_INT_FAST64_T 8
  348. /* The size of `int_fast8_t', as computed by sizeof. */
  349. #define H5_SIZEOF_INT_FAST8_T 1
  350. /* The size of `int_least16_t', as computed by sizeof. */
  351. #define H5_SIZEOF_INT_LEAST16_T 2
  352. /* The size of `int_least32_t', as computed by sizeof. */
  353. #define H5_SIZEOF_INT_LEAST32_T 4
  354. /* The size of `int_least64_t', as computed by sizeof. */
  355. #define H5_SIZEOF_INT_LEAST64_T 8
  356. /* The size of `int_least8_t', as computed by sizeof. */
  357. #define H5_SIZEOF_INT_LEAST8_T 1
  358. #if !defined(__APPLE__)
  359. /* The size of `size_t', as computed by sizeof. */
  360. #define H5_SIZEOF_SIZE_T 8
  361. /* The size of `ssize_t', as computed by sizeof. */
  362. /* #undef H5_SIZEOF_SSIZE_T */
  363. /* The size of `long', as computed by sizeof. */
  364. #define H5_SIZEOF_LONG 4
  365. /* The size of `long double', as computed by sizeof. */
  366. #define H5_SIZEOF_LONG_DOUBLE 8
  367. #else
  368. /* On Apple, to support Universal Binaries (where multiple CPU
  369. architectures exist in one library/executable), we can't assume
  370. the machine doing the compiling has the same endianness or type
  371. sizes as all the various architectures (PowerPC, Intel, ARM). */
  372. # if defined(__LP64__) && __LP64__
  373. #define H5_SIZEOF_LONG 8
  374. #define H5_SIZEOF_SIZE_T 8
  375. #define H5_SIZEOF_SSIZE_T 8
  376. # else
  377. #define H5_SIZEOF_LONG 4
  378. #define H5_SIZEOF_SIZE_T 4
  379. #define H5_SIZEOF_SSIZE_T 4
  380. # endif
  381. # if defined(__i386__) || defined(__x86_64__)
  382. #define H5_SIZEOF_LONG_DOUBLE 16
  383. # elif defined(__aarch64__)
  384. #define H5_SIZEOF_LONG_DOUBLE 8
  385. # else
  386. #define H5_SIZEOF_LONG_DOUBLE 8
  387. # endif
  388. #endif
  389. /* Define size of long long and/or __int64 bit integer type only if the type
  390. exists. */
  391. #if !defined(__APPLE__)
  392. #define H5_SIZEOF_LONG_LONG 8
  393. #else
  394. #define H5_SIZEOF_LONG_LONG 8
  395. #endif
  396. /* The size of `off64_t', as computed by sizeof. */
  397. /* #undef H5_SIZEOF_OFF64_T */
  398. /* The size of `off_t', as computed by sizeof. */
  399. #define H5_SIZEOF_OFF_T 4
  400. /* The size of `ptrdiff_t', as computed by sizeof. */
  401. /* #undef H5_SIZEOF_PTRDIFF_T */
  402. /* The size of `short', as computed by sizeof. */
  403. #define H5_SIZEOF_SHORT 2
  404. /* The size of `time_t', as computed by sizeof. */
  405. #define H5_SIZEOF_TIME_T 8
  406. /* The size of `uint16_t', as computed by sizeof. */
  407. #define H5_SIZEOF_UINT16_T 2
  408. /* The size of `uint32_t', as computed by sizeof. */
  409. #define H5_SIZEOF_UINT32_T 4
  410. /* The size of `uint64_t', as computed by sizeof. */
  411. #define H5_SIZEOF_UINT64_T 8
  412. /* The size of `uint8_t', as computed by sizeof. */
  413. #define H5_SIZEOF_UINT8_T 1
  414. /* The size of `uint_fast16_t', as computed by sizeof. */
  415. #define H5_SIZEOF_UINT_FAST16_T 4
  416. /* The size of `uint_fast32_t', as computed by sizeof. */
  417. #define H5_SIZEOF_UINT_FAST32_T 4
  418. /* The size of `uint_fast64_t', as computed by sizeof. */
  419. #define H5_SIZEOF_UINT_FAST64_T 8
  420. /* The size of `uint_fast8_t', as computed by sizeof. */
  421. #define H5_SIZEOF_UINT_FAST8_T 1
  422. /* The size of `uint_least16_t', as computed by sizeof. */
  423. #define H5_SIZEOF_UINT_LEAST16_T 2
  424. /* The size of `uint_least32_t', as computed by sizeof. */
  425. #define H5_SIZEOF_UINT_LEAST32_T 4
  426. /* The size of `uint_least64_t', as computed by sizeof. */
  427. #define H5_SIZEOF_UINT_LEAST64_T 8
  428. /* The size of `uint_least8_t', as computed by sizeof. */
  429. #define H5_SIZEOF_UINT_LEAST8_T 1
  430. /* The size of `unsigned', as computed by sizeof. */
  431. #define H5_SIZEOF_UNSIGNED 4
  432. /* The size of `_Quad', as computed by sizeof. */
  433. #define H5_SIZEOF__QUAD 0
  434. /* The size of `__float128', as computed by sizeof. */
  435. #define H5_SIZEOF___FLOAT128 0
  436. /* The size of `__int64', as computed by sizeof. */
  437. #define H5_SIZEOF___INT64 8
  438. /* Define if strict file format checks are enabled */
  439. /* #undef H5_STRICT_FORMAT_CHECKS */
  440. /* Define if your system supports pthread_attr_setscope(&attribute,
  441. PTHREAD_SCOPE_SYSTEM) call. */
  442. /* #undef H5_SYSTEM_SCOPE_THREADS */
  443. /* Define using v1.6 public API symbols by default */
  444. /* #undef H5_USE_16_API_DEFAULT */
  445. /* Define using v1.8 public API symbols by default */
  446. /* #undef H5_USE_18_API_DEFAULT */
  447. /* Define using v1.10 public API symbols by default */
  448. /* #undef H5_USE_110_API_DEFAULT */
  449. /* Define using v1.12 public API symbols by default */
  450. /* #undef H5_USE_112_API_DEFAULT */
  451. /* Define using v1.14 public API symbols by default */
  452. #define H5_USE_114_API_DEFAULT 1
  453. /* Define if the library will use file locking */
  454. #define H5_USE_FILE_LOCKING 1
  455. /* Define if a memory checking tool will be used on the library, to cause
  456. library to be very picky about memory operations and also disable the
  457. internal free list manager code. */
  458. /* #undef H5_USING_MEMCHECKER */
  459. /* Version number of package */
  460. #define H5_VERSION "1.13.1"
  461. /* Data accuracy is preferred to speed during data conversions */
  462. #define H5_WANT_DATA_ACCURACY 1
  463. /* Check exception handling functions during data conversions */
  464. #define H5_WANT_DCONV_EXCEPTION 1
  465. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  466. significant byte first (like Motorola and SPARC, unlike Intel). */
  467. #if !defined(__APPLE__)
  468. # ifndef WORDS_BIGENDIAN
  469. # undef WORDS_BIGENDIAN
  470. # endif
  471. #else
  472. # if defined __BIG_ENDIAN__
  473. # define WORDS_BIGENDIAN 1
  474. # endif
  475. #endif
  476. /* #undef WORDS_BIGENDIAN */
  477. /* Number of bits in a file offset, on hosts where this is settable. */
  478. /* #undef H5__FILE_OFFSET_BITS */
  479. /* Define for large files, on AIX-style hosts. */
  480. /* #undef H5__LARGE_FILES */
  481. /* Define to `long int' if <sys/types.h> does not define. */
  482. /* #undef H5_off_t */
  483. /* Define to `long' if <sys/types.h> does not define. */
  484. /* #undef H5_ssize_t */
  485. #endif