H5pubconf.h
Go to the documentation of this file.
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://support.hdfgroup.org/ftp/HDF5/releases. *
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 
14 #ifndef H5_CONFIG_H_
15 #define H5_CONFIG_H_
16 
17 /* Define if the Windows virtual file driver should be compiled */
18 /* #undef H5_HAVE_WINDOWS */
19 
20 /* Define if using MinGW */
21 /* #undef H5_HAVE_MINGW */
22 
23 /* Define if on the Windows platform and default WIN32 API */
24 /* #undef H5_HAVE_WIN32_API */
25 
26 /* Define if using a Windows compiler (i.e. Visual Studio) */
27 /* #undef H5_HAVE_VISUAL_STUDIO */
28 
29 /* Define if building universal (internal helper macro) */
30 /* #undef H5_AC_APPLE_UNIVERSAL_BUILD */
31 
32 /* Define if C++ compiler recognizes offsetof */
33 /* #undef H5_CXX_HAVE_OFFSETOF */
34 
35 /* Define the default plugins path to compile */
36 #define H5_DEFAULT_PLUGINDIR "/usr/local/hdf5/lib/plugin"
37 
38 /* Define if `dev_t' is a scalar */
39 #define H5_DEV_T_IS_SCALAR 1
40 
41 /* Define to dummy `main' function (if any) required to link to the Fortran
42  libraries. */
43 /* #undef H5_FC_DUMMY_MAIN */
44 
45 /* Define if F77 and FC dummy `main' functions are identical. */
46 /* #undef H5_FC_DUMMY_MAIN_EQ_F77 */
47 
48 /* Define to a macro mangling the given C identifier (in lower and upper
49  case), which must not contain underscores, for linking with Fortran. */
50 #define H5_FC_FUNC(name,NAME) name ## _
51 
52 /* As FC_FUNC, but for C identifiers containing underscores. */
53 #define H5_FC_FUNC_(name,NAME) name ## _
54 
55 /* Define if Fortran C_LONG_DOUBLE is different from C_DOUBLE */
56 #define H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE
57 
58 /* Define if we have Fortran C_LONG_DOUBLE */
59 #define H5_FORTRAN_HAVE_C_LONG_DOUBLE
60 
61 /* Define if we have Fortran intrinsic C_SIZEOF */
62 /* #undef H5_FORTRAN_HAVE_C_SIZEOF */
63 
64 /* Define if we have Fortran intrinsic SIZEOF */
65 /* #undef H5_FORTRAN_HAVE_SIZEOF */
66 
67 /* Define if we have Fortran intrinsic STORAGE_SIZE */
68 /* #undef H5_FORTRAN_HAVE_STORAGE_SIZE */
69 
70 /* Determine the size of C long double */
71 /* #undef H5_FORTRAN_SIZEOF_LONG_DOUBLE */
72 
73 /* Define Fortran compiler ID */
74 #define H5_Fortran_COMPILER_ID GNU
75 
76 /* Define valid Fortran INTEGER KINDs */
77 /* #undef H5_H5CONFIG_F_IKIND */
78 
79 /* Define number of valid Fortran INTEGER KINDs */
80 /* #undef H5_H5CONFIG_F_NUM_IKIND */
81 
82 /* Define number of valid Fortran REAL KINDs */
83 /* #undef H5_H5CONFIG_F_NUM_RKIND */
84 
85 /* Define valid Fortran REAL KINDs */
86 /* #undef H5_H5CONFIG_F_RKIND */
87 
88 /* Define valid Fortran REAL KINDs Sizeof */
89 /* #undef H5_H5CONFIG_F_RKIND_SIZEOF */
90 
91 /* Define to 1 if you have the `alarm' function. */
92 #define H5_HAVE_ALARM 1
93 
94 /* Define to 1 if you have the `asprintf' function. */
95 #define H5_HAVE_ASPRINTF 1
96 
97 /* Define if the __attribute__(()) extension is present */
98 #define H5_HAVE_ATTRIBUTE 1
99 
100 /* Define if the compiler understands C99 designated initialization of structs
101  and unions */
102 #define H5_HAVE_C99_DESIGNATED_INITIALIZER 1
103 
104 /* Define if the compiler understands the __func__ keyword */
105 #define H5_HAVE_C99_FUNC 1
106 
107 /* Define if the function stack tracing code is to be compiled in */
108 /* #undef H5_HAVE_CODESTACK */
109 
110 /* Define to 1 if you have the <curl/curl.h> header file. */
111 /* #undef H5_HAVE_CURL_H */
112 
113 /* Define if Darwin or Mac OS X */
114 /* #undef H5_HAVE_DARWIN */
115 
116 /* Define to 1 if you have the `difftime' function. */
117 #define H5_HAVE_DIFFTIME 1
118 
119 /* Define if the direct I/O virtual file driver (VFD) should be compiled */
120 /* #undef H5_HAVE_DIRECT */
121 
122 /* Define to 1 if you have the <dirent.h> header file. */
123 #define H5_HAVE_DIRENT_H 1
124 
125 /* Define to 1 if you have the <dlfcn.h> header file. */
126 #define H5_HAVE_DLFCN_H 1
127 
128 /* Define to 1 if you have the <dmalloc.h> header file. */
129 /* #undef H5_HAVE_DMALLOC_H */
130 
131 /* Define if library information should be embedded in the executables */
132 /* #undef H5_HAVE_EMBEDDED_LIBINFO */
133 
134 /* Define to 1 if you have the `fcntl' function. */
135 #define H5_HAVE_FCNTL 1
136 
137 /* Define to 1 if you have the <features.h> header file. */
138 #define H5_HAVE_FEATURES_H 1
139 
140 /* Define if support for deflate (zlib) filter is enabled */
141 #define H5_HAVE_FILTER_DEFLATE 1
142 
143 /* Define if support for szip filter is enabled */
144 /* #undef H5_HAVE_FILTER_SZIP */
145 
146 /* Determine if __float128 is available */
147 #define H5_HAVE_FLOAT128 1
148 
149 /* Define to 1 if you have the `flock' function. */
150 #define H5_HAVE_FLOCK 1
151 
152 /* Define to 1 if you have the `fork' function. */
153 #define H5_HAVE_FORK 1
154 
155 /* Define to 1 if you have the `frexpf' function. */
156 #define H5_HAVE_FREXPF 1
157 
158 /* Define to 1 if you have the `frexpl' function. */
159 #define H5_HAVE_FREXPL 1
160 
161 /* Define to 1 if you have the `fseeko' function. */
162 #define H5_HAVE_FSEEKO 1
163 
164 /* Define if the compiler understands the __FUNCTION__ keyword */
165 #define H5_HAVE_FUNCTION 1
166 
167 /* Determine if INTEGER*16 is available */
168 /* #undef H5_HAVE_Fortran_INTEGER_SIZEOF_16 */
169 
170 /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
171 /* #undef H5_HAVE_GETCONSOLESCREENBUFFERINFO */
172 
173 /* Define to 1 if you have the `gethostname' function. */
174 #define H5_HAVE_GETHOSTNAME 1
175 
176 /* Define to 1 if you have the `getpwuid' function. */
177 #define H5_HAVE_GETPWUID 1
178 
179 /* Define to 1 if you have the `getrusage' function. */
180 #define H5_HAVE_GETRUSAGE 1
181 
182 /* Define to 1 if you have the `gettextinfo' function. */
183 /* #undef H5_HAVE_GETTEXTINFO */
184 
185 /* Define to 1 if you have the `gettimeofday' function. */
186 #define H5_HAVE_GETTIMEOFDAY 1
187 
188 /* Define to 1 if you have the <hdfs.h> header file. */
189 /* #undef H5_HAVE_HDFS_H */
190 
191 /* Define if the compiler understands inline */
192 #define H5_HAVE_INLINE 1
193 
194 /* Define if parallel library will contain instrumentation to detect correct
195  optimization operation */
196 /* #undef H5_HAVE_INSTRUMENTED_LIBRARY */
197 
198 /* Define to 1 if you have the <inttypes.h> header file. */
199 #define H5_HAVE_INTTYPES_H 1
200 
201 /* Define to 1 if you have the `ioctl' function. */
202 #define H5_HAVE_IOCTL 1
203 
204 /* Define to 1 if you have the <io.h> header file. */
205 /* #undef H5_HAVE_IO_H */
206 
207 /* Define to 1 if you have the `crypto' library (-lcrypto). */
208 /* #undef H5_HAVE_LIBCRYPTO */
209 
210 /* Define to 1 if you have the `curl' library (-lcurl). */
211 /* #undef H5_HAVE_LIBCURL */
212 
213 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
214 /* #undef H5_HAVE_LIBDMALLOC */
215 
216 /* Proceed to build with libhdfs */
217 /* #undef H5_HAVE_LIBHDFS */
218 
219 /* Define to 1 if you have the `jvm' library (-ljvm). */
220 /* #undef H5_HAVE_LIBJVM */
221 
222 /* Define to 1 if you have the `pthread' library (-lpthread). */
223 /* #undef H5_HAVE_LIBPTHREAD */
224 
225 /* Define to 1 if you have the `sz' library (-lsz). */
226 /* #undef H5_HAVE_LIBSZ */
227 
228 /* Define to 1 if you have the `z' library (-lz). */
229 #define H5_HAVE_LIBZ 1
230 
231 /* Define to 1 if you have the `longjmp' function. */
232 #define H5_HAVE_LONGJMP 1
233 
234 /* Define to 1 if you have the `lseek64' function. */
235 #define H5_HAVE_LSEEK64 1
236 
237 /* Define if we have MPE support */
238 /* #undef H5_HAVE_MPE */
239 
240 /* Define to 1 if you have the <mpe.h> header file. */
241 /* #undef H5_HAVE_MPE_H */
242 
243 /* Define if MPI_Comm_c2f and MPI_Comm_f2c exists */
244 /* #undef H5_HAVE_MPI_MULTI_LANG_Comm */
245 
246 /* Define if MPI_Info_c2f and MPI_Info_f2c exists */
247 /* #undef H5_HAVE_MPI_MULTI_LANG_Info */
248 
249 /* Define to 1 if you have the <openssl/evp.h> header file. */
250 /* #undef H5_HAVE_OPENSSL_EVP_H */
251 
252 /* Define to 1 if you have the <openssl/hmac.h> header file. */
253 /* #undef H5_HAVE_OPENSSL_HMAC_H */
254 
255 /* Define to 1 if you have the <openssl/sha.h> header file. */
256 /* #undef H5_HAVE_OPENSSL_SHA_H */
257 
258 /* Define if we have parallel support */
259 /* #undef H5_HAVE_PARALLEL */
260 
261 /* Define if both pread and pwrite exist. */
262 /* #undef H5_HAVE_PREADWRITE */
263 
264 /* Define to 1 if you have the <pthread.h> header file. */
265 #define H5_HAVE_PTHREAD_H 1
266 
267 /* Define to 1 if you have the <quadmath.h> header file. */
268 #define H5_HAVE_QUADMATH_H 1
269 
270 /* Define to 1 if you have the `random' function. */
271 #define H5_HAVE_RANDOM 1
272 
273 /* Define to 1 if you have the `rand_r' function. */
274 #define H5_HAVE_RAND_R 1
275 
276 /* Define whether the Read-Only S3 virtual file driver (VFD) should be
277  compiled */
278 /* #undef H5_HAVE_ROS3_VFD */
279 
280 /* Define to 1 if you have the `setjmp' function. */
281 #define H5_HAVE_SETJMP 1
282 
283 /* Define to 1 if you have the <setjmp.h> header file. */
284 #define H5_HAVE_SETJMP_H 1
285 
286 /* Define to 1 if you have the `setsysinfo' function. */
287 /* #undef H5_HAVE_SETSYSINFO */
288 
289 /* Define to 1 if you have the `siglongjmp' function. */
290 #define H5_HAVE_SIGLONGJMP 1
291 
292 /* Define to 1 if you have the `signal' function. */
293 #define H5_HAVE_SIGNAL 1
294 
295 /* Define to 1 if you have the `sigprocmask' function. */
296 #define H5_HAVE_SIGPROCMASK 1
297 
298 /* Define to 1 if you have the `sigsetjmp' function. */
299 #define H5_HAVE_SIGSETJMP 1
300 
301 /* Define to 1 if you have the `stat64' function. */
302 #define H5_HAVE_STAT64 1
303 
304 /* Define if `struct stat' has the `st_blocks' field */
305 #define H5_HAVE_STAT_ST_BLOCKS 1
306 
307 /* Define to 1 if you have the <stdbool.h> header file. */
308 #define H5_HAVE_STDBOOL_H 1
309 
310 /* Define to 1 if you have the <stddef.h> header file. */
311 #define H5_HAVE_STDDEF_H 1
312 
313 /* Define to 1 if you have the <stdint.h> header file. */
314 #define H5_HAVE_STDINT_H 1
315 
316 /* Define to 1 if you have the <stdint.h> header file for Cplusplus. */
317 /* #undef H5_HAVE_STDINT_H_CXX */
318 
319 /* Define to 1 if you have the `strdup' function. */
320 #define H5_HAVE_STRDUP 1
321 
322 /* Define to 1 if you have the `strtoll' function. */
323 #define H5_HAVE_STRTOLL 1
324 
325 /* Define to 1 if you have the `strtoull' function. */
326 #define H5_HAVE_STRTOULL 1
327 
328 /* Define if struct text_info is defined */
329 /* #undef H5_HAVE_STRUCT_TEXT_INFO */
330 
331 /* Define if struct videoconfig is defined */
332 /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */
333 
334 /* Define to 1 if you have the `symlink' function. */
335 #define H5_HAVE_SYMLINK 1
336 
337 /* Define to 1 if you have the `system' function. */
338 #define H5_HAVE_SYSTEM 1
339 
340 /* Define to 1 if you have the <sys/file.h> header file. */
341 #define H5_HAVE_SYS_FILE_H 1
342 
343 /* Define to 1 if you have the <sys/ioctl.h> header file. */
344 #define H5_HAVE_SYS_IOCTL_H 1
345 
346 /* Define to 1 if you have the <sys/resource.h> header file. */
347 #define H5_HAVE_SYS_RESOURCE_H 1
348 
349 /* Define to 1 if you have the <sys/stat.h> header file. */
350 #define H5_HAVE_SYS_STAT_H 1
351 
352 /* Define to 1 if you have the <sys/time.h> header file. */
353 #define H5_HAVE_SYS_TIME_H 1
354 
355 /* Define to 1 if you have the <sys/types.h> header file. */
356 #define H5_HAVE_SYS_TYPES_H 1
357 
358 /* Define to 1 if you have the <szlib.h> header file. */
359 /* #undef H5_HAVE_SZLIB_H */
360 
361 #if defined(_WIN32) && !defined(H5_BUILT_AS_DYNAMIC_LIB)
362 /* Not supported on WIN32 platforms with static linking */
363 /* #undef H5_HAVE_THREADSAFE */
364 #else
365 /* Define if we have thread safe support */
366 /* #undef H5_HAVE_THREADSAFE */
367 #endif
368 
369 /* Define if timezone is a global variable */
370 #define H5_HAVE_TIMEZONE 1
371 
372 /* Define if the ioctl TIOCGETD is defined */
373 #define H5_HAVE_TIOCGETD 1
374 
375 /* Define if the ioctl TIOGWINSZ is defined */
376 #define H5_HAVE_TIOCGWINSZ 1
377 
378 /* Define to 1 if you have the `tmpfile' function. */
379 #define H5_HAVE_TMPFILE 1
380 
381 /* Define if tm_gmtoff is a member of struct tm */
382 #define H5_HAVE_TM_GMTOFF 1
383 
384 /* Define to 1 if you have the <unistd.h> header file. */
385 #define H5_HAVE_UNISTD_H 1
386 
387 /* Define to 1 if you have the `vasprintf' function. */
388 #define H5_HAVE_VASPRINTF 1
389 
390 /* Define to 1 if you have the `waitpid' function. */
391 #define H5_HAVE_WAITPID 1
392 
393 /* Define to 1 if you have the 'InitOnceExecuteOnce' function. */
394 /* #undef H5_HAVE_WIN_THREADS */
395 
396 /* Define if your system has window style path name. */
397 /* #undef H5_HAVE_WINDOW_PATH */
398 
399 /* Define to 1 if you have the <winsock2.h> header file. */
400 /* #undef H5_HAVE_WINSOCK2_H */
401 
402 /* Define to 1 if you have the <zlib.h> header file. */
403 #define H5_HAVE_ZLIB_H 1
404 
405 /* Define to 1 if you have the `_getvideoconfig' function. */
406 /* #undef H5_HAVE__GETVIDEOCONFIG */
407 
408 /* Define to 1 if you have the `_scrsize' function. */
409 /* #undef H5_HAVE__SCRSIZE */
410 
411 /* Define if the compiler understands __inline */
412 #define H5_HAVE___INLINE 1
413 
414 /* Define if the compiler understands __inline__ */
415 #define H5_HAVE___INLINE__ 1
416 
417 /* Define if the high-level library headers should be included in hdf5.h */
418 #define H5_INCLUDE_HL 1
419 
420 /* Define if your system can convert long double to (unsigned) long long
421  values correctly. */
422 #define H5_LDOUBLE_TO_LLONG_ACCURATE 1
423 
424 /* Define if your system converts long double to (unsigned) long values with
425  special algorithm. */
426 /* #undef H5_LDOUBLE_TO_LONG_SPECIAL */
427 
428 /* Define if your system can convert (unsigned) long long to long double
429  values correctly. */
430 #define H5_LLONG_TO_LDOUBLE_CORRECT 1
431 
432 /* Define if your system can convert (unsigned) long to long double values
433  with special algorithm. */
434 /* #undef H5_LONG_TO_LDOUBLE_SPECIAL */
435 
436 /* Define if your system is power6 and cannot convert some long double values. */
437 /* #undef H5_DISABLE_SOME_LDOUBLE_CONV */
438 
439 /* Define to the sub-directory where libtool stores uninstalled libraries. */
440 /* #undef H5_LT_OBJDIR */
441 
442 /* Define to enable internal memory allocation sanity checking. */
443 /* #undef H5_MEMORY_ALLOC_SANITY_CHECK */
444 
445 /* Define if we can violate pointer alignment restrictions */
446 #define H5_NO_ALIGNMENT_RESTRICTIONS 1
447 
448 /* Define if deprecated public API symbols are disabled */
449 /* #undef H5_NO_DEPRECATED_SYMBOLS */
450 
451 /* Name of package */
452 #define H5_PACKAGE "hdf5"
453 
454 /* Define to the address where bug reports for this package should be sent. */
455 #define H5_PACKAGE_BUGREPORT "help@hdfgroup.org"
456 
457 /* Define to the full name of this package. */
458 #define H5_PACKAGE_NAME "HDF5"
459 
460 /* Define to the full name and version of this package. */
461 #define H5_PACKAGE_STRING "HDF5 1.10.6"
462 
463 /* Define to the one symbol short name of this package. */
464 #define H5_PACKAGE_TARNAME "hdf5"
465 
466 /* Define to the home page for this package. */
467 #define H5_PACKAGE_URL "http://www.hdfgroup.org"
468 
469 /* Define to the version of this package. */
470 #define H5_PACKAGE_VERSION "1.10.6"
471 
472 /* Determine the maximum decimal precision in C */
473 /* #undef H5_PAC_C_MAX_REAL_PRECISION */
474 
475 /* Define Fortran Maximum Real Decimal Precision */
476 /* #undef H5_PAC_FC_MAX_REAL_PRECISION */
477 
478 /* Width for printf() for type `long long' or `__int64', use `ll' */
479 #define H5_PRINTF_LL_WIDTH "l"
480 
481 /* The size of `bool', as computed by sizeof. */
482 #define H5_SIZEOF_BOOL 1
483 
484 /* The size of `char', as computed by sizeof. */
485 #define H5_SIZEOF_CHAR 1
486 
487 /* The size of `double', as computed by sizeof. */
488 #define H5_SIZEOF_DOUBLE 8
489 
490 /* The size of `float', as computed by sizeof. */
491 #define H5_SIZEOF_FLOAT 4
492 
493 /* The size of `int', as computed by sizeof. */
494 #define H5_SIZEOF_INT 4
495 
496 /* The size of `int16_t', as computed by sizeof. */
497 #define H5_SIZEOF_INT16_T 2
498 
499 /* The size of `int32_t', as computed by sizeof. */
500 #define H5_SIZEOF_INT32_T 4
501 
502 /* The size of `int64_t', as computed by sizeof. */
503 #define H5_SIZEOF_INT64_T 8
504 
505 /* The size of `int8_t', as computed by sizeof. */
506 #define H5_SIZEOF_INT8_T 1
507 
508 /* The size of `int_fast16_t', as computed by sizeof. */
509 #define H5_SIZEOF_INT_FAST16_T 8
510 
511 /* The size of `int_fast32_t', as computed by sizeof. */
512 #define H5_SIZEOF_INT_FAST32_T 8
513 
514 /* The size of `int_fast64_t', as computed by sizeof. */
515 #define H5_SIZEOF_INT_FAST64_T 8
516 
517 /* The size of `int_fast8_t', as computed by sizeof. */
518 #define H5_SIZEOF_INT_FAST8_T 1
519 
520 /* The size of `int_least16_t', as computed by sizeof. */
521 #define H5_SIZEOF_INT_LEAST16_T 2
522 
523 /* The size of `int_least32_t', as computed by sizeof. */
524 #define H5_SIZEOF_INT_LEAST32_T 4
525 
526 /* The size of `int_least64_t', as computed by sizeof. */
527 #define H5_SIZEOF_INT_LEAST64_T 8
528 
529 /* The size of `int_least8_t', as computed by sizeof. */
530 #define H5_SIZEOF_INT_LEAST8_T 1
531 
532 #if !defined(__APPLE__)
533 /* The size of `size_t', as computed by sizeof. */
534 #define H5_SIZEOF_SIZE_T 8
535 
536 /* The size of `ssize_t', as computed by sizeof. */
537 #define H5_SIZEOF_SSIZE_T 8
538 
539 /* The size of `long', as computed by sizeof. */
540 #define H5_SIZEOF_LONG 8
541 
542 #else
543  # if defined(__LP64__) && __LP64__
544  #define H5_SIZEOF_LONG 8
545  #define H5_SIZEOF_SIZE_T 8
546  #define H5_SIZEOF_SSIZE_T 8
547  # else
548  #define H5_SIZEOF_LONG 4
549  #define H5_SIZEOF_SIZE_T 4
550  #define H5_SIZEOF_SSIZE_T 4
551  # endif
552 
553 #endif
554 
555 /* The size of `long double', as computed by sizeof. */
556 #define H5_SIZEOF_LONG_DOUBLE 16
557 
558 /* Define size of long long and/or __int64 bit integer type only if the type
559  exists. */
560 #if !defined(__APPLE__)
561  #define H5_SIZEOF_LONG_LONG 8
562 #else
563  #define H5_SIZEOF_LONG_LONG 8
564 #endif
565 
566 /* The size of `off64_t', as computed by sizeof. */
567 #define H5_SIZEOF_OFF64_T 8
568 
569 /* The size of `off_t', as computed by sizeof. */
570 #define H5_SIZEOF_OFF_T 8
571 
572 /* The size of `ptrdiff_t', as computed by sizeof. */
573 #define H5_SIZEOF_PTRDIFF_T 8
574 
575 /* The size of `short', as computed by sizeof. */
576 #define H5_SIZEOF_SHORT 2
577 
578 /* The size of `time_t', as computed by sizeof. */
579 #define H5_SIZEOF_TIME_T 8
580 
581 /* The size of `uint16_t', as computed by sizeof. */
582 #define H5_SIZEOF_UINT16_T 2
583 
584 /* The size of `uint32_t', as computed by sizeof. */
585 #define H5_SIZEOF_UINT32_T 4
586 
587 /* The size of `uint64_t', as computed by sizeof. */
588 #define H5_SIZEOF_UINT64_T 8
589 
590 /* The size of `uint8_t', as computed by sizeof. */
591 #define H5_SIZEOF_UINT8_T 1
592 
593 /* The size of `uint_fast16_t', as computed by sizeof. */
594 #define H5_SIZEOF_UINT_FAST16_T 8
595 
596 /* The size of `uint_fast32_t', as computed by sizeof. */
597 #define H5_SIZEOF_UINT_FAST32_T 8
598 
599 /* The size of `uint_fast64_t', as computed by sizeof. */
600 #define H5_SIZEOF_UINT_FAST64_T 8
601 
602 /* The size of `uint_fast8_t', as computed by sizeof. */
603 #define H5_SIZEOF_UINT_FAST8_T 1
604 
605 /* The size of `uint_least16_t', as computed by sizeof. */
606 #define H5_SIZEOF_UINT_LEAST16_T 2
607 
608 /* The size of `uint_least32_t', as computed by sizeof. */
609 #define H5_SIZEOF_UINT_LEAST32_T 4
610 
611 /* The size of `uint_least64_t', as computed by sizeof. */
612 #define H5_SIZEOF_UINT_LEAST64_T 8
613 
614 /* The size of `uint_least8_t', as computed by sizeof. */
615 #define H5_SIZEOF_UINT_LEAST8_T 1
616 
617 /* The size of `unsigned', as computed by sizeof. */
618 #define H5_SIZEOF_UNSIGNED 4
619 
620 /* The size of `_Quad', as computed by sizeof. */
621 #define H5_SIZEOF__QUAD
622 
623 /* The size of `__float128', as computed by sizeof. */
624 #define H5_SIZEOF___FLOAT128 16
625 
626 /* The size of `__int64', as computed by sizeof. */
627 #define H5_SIZEOF___INT64 0
628 
629 /* Define to 1 if you have the ANSI C header files. */
630 #define H5_STDC_HEADERS 1
631 
632 /* Define if strict file format checks are enabled */
633 /* #undef H5_STRICT_FORMAT_CHECKS */
634 
635 /* Define if your system supports pthread_attr_setscope(&attribute,
636  PTHREAD_SCOPE_SYSTEM) call. */
637 #define H5_SYSTEM_SCOPE_THREADS 1
638 
639 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
640 #define H5_TIME_WITH_SYS_TIME 1
641 
642 /* Define using v1.6 public API symbols by default */
643 /* #undef H5_USE_16_API_DEFAULT */
644 
645 /* Define using v1.8 public API symbols by default */
646 /* #undef H5_USE_18_API_DEFAULT */
647 
648 /* Define using v1.10 public API symbols by default */
649 #define H5_USE_110_API_DEFAULT 1
650 
651 /* Define if a memory checking tool will be used on the library, to cause
652  library to be very picky about memory operations and also disable the
653  internal free list manager code. */
654 /* #undef H5_USING_MEMCHECKER */
655 
656 /* Version number of package */
657 #define H5_VERSION "1.10.6"
658 
659 /* Data accuracy is prefered to speed during data conversions */
660 #define H5_WANT_DATA_ACCURACY 1
661 
662 /* Check exception handling functions during data conversions */
663 #define H5_WANT_DCONV_EXCEPTION 1
664 
665 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
666  significant byte first (like Motorola and SPARC, unlike Intel). */
667 #if !defined(__APPLE__)
668 # ifndef WORDS_BIGENDIAN
669 # undef WORDS_BIGENDIAN
670 # endif
671 #else
672 # if defined __BIG_ENDIAN__
673 # define WORDS_BIGENDIAN 1
674 # endif
675 #endif
676 
677 /* #undef WORDS_BIGENDIAN */
678 
679 /* Number of bits in a file offset, on hosts where this is settable. */
680 /* #undef H5__FILE_OFFSET_BITS */
681 
682 /* Define for large files, on AIX-style hosts. */
683 /* #undef H5__LARGE_FILES */
684 
685 /* Define to empty if `const' does not conform to ANSI C. */
686 /* #undef H5_const */
687 
688 /* Define to `long int' if <sys/types.h> does not define. */
689 /* #undef H5_off_t */
690 
691 /* Define to `long' if <sys/types.h> does not define. */
692 /* #undef H5_ptrdiff_t */
693 
694 /* Define to `unsigned long' if <sys/types.h> does not define. */
695 /* #undef H5_size_t */
696 
697 /* Define to `long' if <sys/types.h> does not define. */
698 /* #undef H5_ssize_t */
699 
700 #endif