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 LICENSE 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 configuration */
13 
14 #ifndef H5pubconf_H
15 #define H5pubconf_H
16 
17 /* Define if this is a Windows machine */
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 using the 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 the default plugins path to compile */
30 #define H5_DEFAULT_PLUGINDIR "/usr/local/lib/plugin:/usr/local/hdf5/lib/plugin"
31 
32 /* Define if your system is IBM ppc64le and cannot convert some long double
33  values correctly. */
34 /* #undef H5_DISABLE_SOME_LDOUBLE_CONV */
35 
36 /* Define to dummy `main' function (if any) required to link to the Fortran
37  libraries. */
38 /* #undef H5_FC_DUMMY_MAIN */
39 
40 /* Define if F77 and FC dummy `main' functions are identical. */
41 /* #undef H5_FC_DUMMY_MAIN_EQ_F77 */
42 
43 /* Define to a macro mangling the given C identifier (in lower and upper
44  case), which must not contain underscores, for linking with Fortran. */
45 #define H5_FC_FUNC(name,NAME) name ## _
46 
47 /* Same as H5_FC_FUNC, but for C identifiers containing underscores. */
48 #define H5_FC_FUNC_(name,NAME) name ## _
49 
50 /* Define if Fortran C_BOOL is different from default LOGICAL */
51 #define H5_FORTRAN_C_BOOL_IS_UNIQUE
52 
53 /* Define if we have Fortran intrinsic C_SIZEOF */
54 /* #undef H5_FORTRAN_HAVE_C_SIZEOF */
55 
56 /* Define if we have Fortran intrinsic SIZEOF */
57 /* #undef H5_FORTRAN_HAVE_SIZEOF */
58 
59 /* Define if we have Fortran intrinsic STORAGE_SIZE */
60 /* #undef H5_FORTRAN_HAVE_STORAGE_SIZE */
61 
62 /* Define if Fortran supports allocatable character */
63 /* #undef H5_FORTRAN_HAVE_CHAR_ALLOC */
64 
65 /* Determine the size of C long double */
66 /* #undef H5_FORTRAN_SIZEOF_LONG_DOUBLE */
67 
68 /* Define Fortran compiler ID */
69 #define H5_Fortran_COMPILER_ID GNU
70 
71 /* Define number of valid Fortran INTEGER KINDs (must be defined before F_IKIND)*/
72 /* #undef H5_H5CONFIG_F_NUM_IKIND */
73 
74 /* Define valid Fortran INTEGER KINDs */
75 /* #undef H5_H5CONFIG_F_IKIND */
76 
77 /* Define number of valid Fortran REAL KINDs (must be defined before F_RKIND) */
78 /* #undef H5_H5CONFIG_F_NUM_RKIND */
79 
80 /* Define valid Fortran REAL KINDs */
81 /* #undef H5_H5CONFIG_F_RKIND */
82 
83 /* Define valid Fortran REAL KINDs Sizeof */
84 /* #undef H5_H5CONFIG_F_RKIND_SIZEOF */
85 
86 /* Define to 1 if you have the `alarm' function. */
87 #define H5_HAVE_ALARM 1
88 
89 /* Define to 1 if you have the <arpa/inet.h> header file. */
90 #define H5_HAVE_ARPA_INET_H 1
91 
92 /* Define to 1 if you have the `asprintf' function. */
93 #define H5_HAVE_ASPRINTF 1
94 
95 /* Define if the __attribute__(()) extension is present */
96 #define H5_HAVE_ATTRIBUTE 1
97 
98 /* Define if C99 complex number types are present */
99 #define H5_HAVE_C99_COMPLEX_NUMBERS 1
100 
101 /* Define to 1 if you have the `clock_gettime' function. */
102 #define H5_HAVE_CLOCK_GETTIME 1
103 
104 /* Define if complex number support is available */
105 #define H5_HAVE_COMPLEX_NUMBERS 1
106 
107 /* Define to 1 if you have the <curl/curl.h> header file. */
108 /* #undef H5_HAVE_CURL_CURL_H */
109 
110 /* Define if Darwin or Mac OS X */
111 /* #undef H5_HAVE_DARWIN */
112 
113 /* Define if the direct I/O virtual file driver (VFD) should be compiled */
114 /* #undef H5_HAVE_DIRECT */
115 
116 /* Define to 1 if you have the <dirent.h> header file. */
117 #define H5_HAVE_DIRENT_H 1
118 
119 /* Define to 1 if you have the <dlfcn.h> header file. */
120 #define H5_HAVE_DLFCN_H 1
121 
122 /* Define if library information should be embedded in the executables */
123 #define H5_HAVE_EMBEDDED_LIBINFO 1
124 
125 /* Define to 1 if you have the `fabsf16' function. */
126 /* #undef H5_HAVE_FABSF16 */
127 
128 /* Define to 1 if you have the `fcntl' function. */
129 #define H5_HAVE_FCNTL 1
130 
131 /* Define if support for deflate (zlib) filter is enabled */
132 #define H5_HAVE_FILTER_DEFLATE 1
133 
134 /* Define if support for szip filter is enabled */
135 /* #undef H5_HAVE_FILTER_SZIP */
136 
137 /* Determine if _Float16 is available */
138 /* #undef H5_HAVE__FLOAT16 */
139 
140 /* Determine if __float128 will be used in the Fortran wrappers */
141 /* #undef H5_HAVE_FLOAT128 */
142 
143 /* Define to 1 if you have the `flock' function. */
144 #define H5_HAVE_FLOCK 1
145 
146 /* Define to 1 if you have the `fork' function. */
147 #define H5_HAVE_FORK 1
148 
149 /* Define to 1 if you have the `fseeko' function. */
150 /* #undef H5_HAVE_FSEEKO */
151 
152 /* Determine if INTEGER*16 is available */
153 /* #undef H5_HAVE_Fortran_INTEGER_SIZEOF_16 */
154 
155 /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
156 /* #undef H5_HAVE_GETCONSOLESCREENBUFFERINFO */
157 
158 /* Define to 1 if you have the `gethostname' function. */
159 #define H5_HAVE_GETHOSTNAME 1
160 
161 /* Define to 1 if you have the `getrusage' function. */
162 #define H5_HAVE_GETRUSAGE 1
163 
164 /* Define to 1 if you have the `gettextinfo' function. */
165 /* #undef H5_HAVE_GETTEXTINFO */
166 
167 /* Define to 1 if you have the `gettimeofday' function. */
168 #define H5_HAVE_GETTIMEOFDAY 1
169 
170 /* Define to 1 if you have the <hdfs.h> header file. */
171 /* #undef H5_HAVE_HDFS_H */
172 
173 /* Define if parallel library will contain instrumentation to detect correct
174  optimization operation */
175 /* #undef H5_HAVE_INSTRUMENTED_LIBRARY */
176 
177 /* Define if IOC VFD is built */
178 /* #undef H5_HAVE_IOC_VFD */
179 
180 /* Define to 1 if you have the `ioctl' function. */
181 #define H5_HAVE_IOCTL 1
182 
183 /* Define to 1 if you have the `crypto' library (-lcrypto). */
184 /* #undef H5_HAVE_LIBCRYPTO */
185 
186 /* Define to 1 if you have the `curl' library (-lcurl). */
187 /* #undef H5_HAVE_LIBCURL */
188 
189 /* Define to 1 if you have the `dl' library (-ldl). */
190 #define H5_HAVE_LIBDL 1
191 
192 /* Proceed to build with libhdfs */
193 /* #undef H5_HAVE_LIBHDFS */
194 
195 /* Define to 1 if you have the `jvm' library (-ljvm). */
196 /* #undef H5_HAVE_LIBJVM */
197 
198 /* Define to 1 if you have the `m' library (-lm). */
199 #define H5_HAVE_LIBM 1
200 
201 /* Define to 1 if you have the `pthread' library (-lpthread). */
202 /* #undef H5_HAVE_LIBPTHREAD */
203 
204 /* Define to 1 if you have the `sz' library (-lsz). */
205 /* #undef H5_HAVE_LIBSZ */
206 
207 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
208 /* #undef H5_HAVE_LIBWS2_32 */
209 
210 /* Define to 1 if you have the `z' library (-lz). */
211 #define H5_HAVE_LIBZ 1
212 
213 /* Define if the map API (H5M) should be compiled */
214 /* #undef H5_HAVE_MAP_API */
215 
216 /* Define whether the Mirror virtual file driver (VFD) will be compiled */
217 /* #undef H5_HAVE_MIRROR_VFD */
218 
219 /* Define if MPI_Comm_c2f and MPI_Comm_f2c exist */
220 /* #undef H5_HAVE_MPI_MULTI_LANG_Comm */
221 
222 /* Define if MPI_Info_c2f and MPI_Info_f2c exist */
223 /* #undef H5_HAVE_MPI_MULTI_LANG_Info */
224 
225 /* Define to 1 if you have the <netdb.h> header file. */
226 #define H5_HAVE_NETDB_H 1
227 
228 /* Define to 1 if you have the <netinet/in.h> header file. */
229 #define H5_HAVE_NETINET_IN_H 1
230 
231 /* Define to 1 if you have the <openssl/evp.h> header file. */
232 /* #undef H5_HAVE_OPENSSL_EVP_H */
233 
234 /* Define to 1 if you have the <openssl/hmac.h> header file. */
235 /* #undef H5_HAVE_OPENSSL_HMAC_H */
236 
237 /* Define to 1 if you have the <openssl/sha.h> header file. */
238 /* #undef H5_HAVE_OPENSSL_SHA_H */
239 
240 /* Define if we have parallel support */
241 /* #undef H5_HAVE_PARALLEL */
242 
243 /* Define if MPI Fortran supports mpi_f08 module */
244 /* #undef H5_HAVE_MPI_F08 */
245 
246 /* Define if we have support for writing to filtered datasets in parallel */
247 /* #undef H5_HAVE_PARALLEL_FILTERED_WRITES */
248 
249 /* Define if both pread and pwrite exist. */
250 /* #undef H5_HAVE_PREADWRITE */
251 
252 /* Define to 1 if you have the <pthread.h> header file. */
253 #define H5_HAVE_PTHREAD_H 1
254 
255 /* Define to 1 if the compiler supports the pthread_barrier_*() routines */
256 /* #undef H5_HAVE_PTHREAD_BARRIER */
257 
258 /* Define to 1 if you have the <pwd.h> header file. */
259 #define H5_HAVE_PWD_H 1
260 
261 /* Define to 1 if you have a reentrant qsort function (qsort_r or qsort_s). */
262 #define H5_HAVE_QSORT_REENTRANT 1
263 
264 /* Define whether the Read-Only S3 virtual file driver (VFD) should be
265  compiled */
266 /* #undef H5_HAVE_ROS3_VFD */
267 
268 /* Define if struct stat has the st_blocks field */
269 #define H5_HAVE_STAT_ST_BLOCKS 1
270 
271 /* Define to 1 if you have the `strcasestr' function. */
272 #define H5_HAVE_STRCASESTR 1
273 
274 /* Define to 1 if you have the `strdup' function. */
275 #define H5_HAVE_STRDUP 1
276 
277 /* Define if struct text_info is defined */
278 /* #undef H5_HAVE_STRUCT_TEXT_INFO */
279 
280 /* Define if struct videoconfig is defined */
281 /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */
282 
283 /* Define if Subfiling VFD is built */
284 /* #undef H5_HAVE_SUBFILING_VFD */
285 
286 /* Define if have stdatomic.h for Subfiling VFD */
287 #define H5_HAVE_STDATOMIC_H 1
288 
289 /* Define to 1 if you have the `symlink' function. */
290 #define H5_HAVE_SYMLINK 1
291 
292 /* Define to 1 if you have the <sys/file.h> header file. */
293 #define H5_HAVE_SYS_FILE_H 1
294 
295 /* Define to 1 if you have the <sys/ioctl.h> header file. */
296 #define H5_HAVE_SYS_IOCTL_H 1
297 
298 /* Define to 1 if you have the <sys/resource.h> header file. */
299 #define H5_HAVE_SYS_RESOURCE_H 1
300 
301 /* Define to 1 if you have the <sys/socket.h> header file. */
302 #define H5_HAVE_SYS_SOCKET_H 1
303 
304 /* Define to 1 if you have the <sys/stat.h> header file. */
305 #define H5_HAVE_SYS_STAT_H 1
306 
307 /* Define to 1 if you have the <sys/time.h> header file. */
308 #define H5_HAVE_SYS_TIME_H 1
309 
310 /* Define to 1 if you have the <szlib.h> header file. */
311 /* #undef H5_HAVE_SZLIB_H */
312 
313 /* Define if we have thread support */
314 # define H5_HAVE_THREADS 1
315 
316 #if defined(_WIN32) && !defined(H5_BUILT_AS_DYNAMIC_LIB)
317 /* Not supported on WIN32 platforms with static linking */
318 /* #undef H5_HAVE_THREADSAFE */
319 #else
320 /* Define if we have thread safe support */
321 /* #undef H5_HAVE_THREADSAFE */
322 #endif
323 
324 #if defined(_WIN32) && !defined(H5_BUILT_AS_DYNAMIC_LIB)
325 /* Not supported on WIN32 platforms with static linking */
326 /* #undef H5_HAVE_CONCURRENCY */
327 #else
328 /* Define if we have multi-threaded concurrency support */
329 /* #undef H5_HAVE_CONCURRENCY */
330 #endif
331 
332 /* Define if timezone is a global variable */
333 #define H5_HAVE_TIMEZONE 1
334 
335 /* Define if the ioctl TIOCGETD is defined */
336 #define H5_HAVE_TIOCGETD 1
337 
338 /* Define if the ioctl TIOGWINSZ is defined */
339 #define H5_HAVE_TIOCGWINSZ 1
340 
341 /* Define to 1 if you have the `tmpfile' function. */
342 #define H5_HAVE_TMPFILE 1
343 
344 /* Define if tm_gmtoff is a member of struct tm */
345 #define H5_HAVE_TM_GMTOFF 1
346 
347 /* Define to 1 if you have the <unistd.h> header file. */
348 #define H5_HAVE_UNISTD_H 1
349 
350 /* Define to 1 if you have the `vasprintf' function. */
351 #define H5_HAVE_VASPRINTF 1
352 
353 /* Define to 1 if you have the `waitpid' function. */
354 #define H5_HAVE_WAITPID 1
355 
356 /* Define to 1 if you have Win32 threads */
357 /* #undef H5_HAVE_WIN_THREADS */
358 
359 /* Define to 1 if you have C11 threads */
360 /* #undef H5_HAVE_C11_THREADS */
361 
362 /* Define if your system has Windows-style path name. */
363 /* #undef H5_HAVE_WINDOW_PATH */
364 
365 /* Define to 1 if you have the <zlib.h> header file. */
366 #define H5_HAVE_ZLIB_H 1
367 
368 /* Define to 1 if you have the <zlibng.h> header file. */
369 /* #undef H5_HAVE_ZLIBNG_H */
370 
371 /* Define to 1 if you have the `_getvideoconfig' function. */
372 /* #undef H5_HAVE__GETVIDEOCONFIG */
373 
374 /* Define to 1 if you have the `_scrsize' function. */
375 /* #undef H5_HAVE__SCRSIZE */
376 
377 /* Define if the library will ignore file locks when disabled */
378 #define H5_IGNORE_DISABLED_FILE_LOCKS 1
379 
380 /* Define if the high-level library headers should be included in hdf5.h */
381 #define H5_INCLUDE_HL 1
382 
383 /* Define if new-style references should be used with dimension scales */
384 /* #undef H5_DIMENSION_SCALES_WITH_NEW_REF */
385 
386 /* Define if your system can convert long double to _Float16 values correctly. */
387 /* #undef H5_LDOUBLE_TO_FLOAT16_CORRECT */
388 
389 /* Define if your system can convert long double to (unsigned) long long
390  values correctly. */
391 #define H5_LDOUBLE_TO_LLONG_ACCURATE 1
392 
393 /* Define if your system converts long double to (unsigned) long values with
394  special algorithm. */
395 /* #undef H5_LDOUBLE_TO_LONG_SPECIAL */
396 
397 /* Define if your system can convert (unsigned) long long to long double
398  values correctly. */
399 #define H5_LLONG_TO_LDOUBLE_CORRECT 1
400 
401 /* Define if your system can convert (unsigned) long to long double values
402  with special algorithm. */
403 /* #undef H5_LONG_TO_LDOUBLE_SPECIAL */
404 
405 /* Define to the sub-directory where libtool stores uninstalled libraries. */
406 /* #undef H5_LT_OBJDIR */
407 
408 /* Define if deprecated public API symbols are disabled */
409 /* #undef H5_NO_DEPRECATED_SYMBOLS */
410 
411 /* Name of package */
412 #define H5_PACKAGE "hdf5"
413 
414 /* Define to the address where bug reports for this package should be sent. */
415 #define H5_PACKAGE_BUGREPORT "help@hdfgroup.org"
416 
417 /* Define to the full name of this package. */
418 #define H5_PACKAGE_NAME "HDF5"
419 
420 /* Define to the full name and version of this package. */
421 #define H5_PACKAGE_STRING "HDF5 2.1.1"
422 
423 /* Define to the one symbol short name of this package. */
424 #define H5_PACKAGE_TARNAME "hdf5"
425 
426 /* Define to the home page for this package. */
427 #define H5_PACKAGE_URL "https://www.hdfgroup.org"
428 
429 /* Define to the version of this package. */
430 #define H5_PACKAGE_VERSION "2.1.1"
431 
432 /* Determine the maximum decimal precision in C */
433 #define H5_PAC_C_MAX_REAL_PRECISION
434 
435 /* Define Fortran Maximum Real Decimal Precision */
436 #define H5_PAC_FC_MAX_REAL_PRECISION
437 
438 /* The size of `bool', as computed by sizeof. */
439 #define H5_SIZEOF_BOOL 1
440 
441 /* The size of `char', as computed by sizeof. */
442 #define H5_SIZEOF_CHAR 1
443 
444 /* The size of `double', as computed by sizeof. */
445 #define H5_SIZEOF_DOUBLE 8
446 
447 /* The size of `double _Complex', as computed by sizeof. */
448 #define H5_SIZEOF_DOUBLE_COMPLEX 16
449 
450 /* The size of `float', as computed by sizeof. */
451 #define H5_SIZEOF_FLOAT 4
452 
453 /* The size of `float _Complex', as computed by sizeof. */
454 #define H5_SIZEOF_FLOAT_COMPLEX 8
455 
456 /* The size of `int', as computed by sizeof. */
457 #define H5_SIZEOF_INT 4
458 
459 /* The size of `int16_t', as computed by sizeof. */
460 #define H5_SIZEOF_INT16_T 2
461 
462 /* The size of `int32_t', as computed by sizeof. */
463 #define H5_SIZEOF_INT32_T 4
464 
465 /* The size of `int64_t', as computed by sizeof. */
466 #define H5_SIZEOF_INT64_T 8
467 
468 /* The size of `int8_t', as computed by sizeof. */
469 #define H5_SIZEOF_INT8_T 1
470 
471 /* The size of `int_fast16_t', as computed by sizeof. */
472 #define H5_SIZEOF_INT_FAST16_T 8
473 
474 /* The size of `int_fast32_t', as computed by sizeof. */
475 #define H5_SIZEOF_INT_FAST32_T 8
476 
477 /* The size of `int_fast64_t', as computed by sizeof. */
478 #define H5_SIZEOF_INT_FAST64_T 8
479 
480 /* The size of `int_fast8_t', as computed by sizeof. */
481 #define H5_SIZEOF_INT_FAST8_T 1
482 
483 /* The size of `int_least16_t', as computed by sizeof. */
484 #define H5_SIZEOF_INT_LEAST16_T 2
485 
486 /* The size of `int_least32_t', as computed by sizeof. */
487 #define H5_SIZEOF_INT_LEAST32_T 4
488 
489 /* The size of `int_least64_t', as computed by sizeof. */
490 #define H5_SIZEOF_INT_LEAST64_T 8
491 
492 /* The size of `int_least8_t', as computed by sizeof. */
493 #define H5_SIZEOF_INT_LEAST8_T 1
494 
495 #if !defined(__APPLE__)
496 
497 /* The size of `size_t', as computed by sizeof. */
498 #define H5_SIZEOF_SIZE_T 8
499 
500 /* The size of `ssize_t', as computed by sizeof. */
501 #define H5_SIZEOF_SSIZE_T 8
502 
503 /* The size of `long', as computed by sizeof. */
504 #define H5_SIZEOF_LONG 8
505 
506 /* The size of `long double', as computed by sizeof. */
507 #define H5_SIZEOF_LONG_DOUBLE 16
508 
509 /* The size of `long double _Complex', as computed by sizeof. */
510 #define H5_SIZEOF_LONG_DOUBLE_COMPLEX 32
511 
512 #else
513 
514  /* On Apple, to support Universal Binaries (where multiple CPU
515  architectures exist in one library/executable), we can't assume
516  the machine doing the compiling has the same endianness or type
517  sizes as all the various architectures (PowerPC, Intel, ARM). */
518 
519  # if defined(__LP64__) && __LP64__
520  #define H5_SIZEOF_LONG 8
521  #define H5_SIZEOF_SIZE_T 8
522  #define H5_SIZEOF_SSIZE_T 8
523  # else
524  #define H5_SIZEOF_LONG 4
525  #define H5_SIZEOF_SIZE_T 4
526  #define H5_SIZEOF_SSIZE_T 4
527  # endif
528 
529  # if defined(__i386__) || defined(__x86_64__)
530  #define H5_SIZEOF_LONG_DOUBLE 16
531  #define H5_SIZEOF_LONG_DOUBLE_COMPLEX 32
532  # elif defined(__aarch64__)
533  #define H5_SIZEOF_LONG_DOUBLE 8
534  #define H5_SIZEOF_LONG_DOUBLE_COMPLEX 16
535  # else
536  #define H5_SIZEOF_LONG_DOUBLE 16
537  #define H5_SIZEOF_LONG_DOUBLE_COMPLEX 32
538  # endif
539 
540 #endif
541 
542 /* The size of `long long', as computed by sizeof. */
543 #if !defined(__APPLE__)
544  #define H5_SIZEOF_LONG_LONG 8
545 #else
546  #define H5_SIZEOF_LONG_LONG 8
547 #endif
548 
549 /* The size of `off_t', as computed by sizeof. */
550 #define H5_SIZEOF_OFF_T 8
551 
552 /* The size of `ptrdiff_t', as computed by sizeof. */
553 #define H5_SIZEOF_PTRDIFF_T 8
554 
555 /* The size of `short', as computed by sizeof. */
556 #define H5_SIZEOF_SHORT 2
557 
558 /* The size of `time_t', as computed by sizeof. */
559 #define H5_SIZEOF_TIME_T 8
560 
561 /* The size of `uint16_t', as computed by sizeof. */
562 #define H5_SIZEOF_UINT16_T 2
563 
564 /* The size of `uint32_t', as computed by sizeof. */
565 #define H5_SIZEOF_UINT32_T 4
566 
567 /* The size of `uint64_t', as computed by sizeof. */
568 #define H5_SIZEOF_UINT64_T 8
569 
570 /* The size of `uint8_t', as computed by sizeof. */
571 #define H5_SIZEOF_UINT8_T 1
572 
573 /* The size of `uint_fast16_t', as computed by sizeof. */
574 #define H5_SIZEOF_UINT_FAST16_T 8
575 
576 /* The size of `uint_fast32_t', as computed by sizeof. */
577 #define H5_SIZEOF_UINT_FAST32_T 8
578 
579 /* The size of `uint_fast64_t', as computed by sizeof. */
580 #define H5_SIZEOF_UINT_FAST64_T 8
581 
582 /* The size of `uint_fast8_t', as computed by sizeof. */
583 #define H5_SIZEOF_UINT_FAST8_T 1
584 
585 /* The size of `uint_least16_t', as computed by sizeof. */
586 #define H5_SIZEOF_UINT_LEAST16_T 2
587 
588 /* The size of `uint_least32_t', as computed by sizeof. */
589 #define H5_SIZEOF_UINT_LEAST32_T 4
590 
591 /* The size of `uint_least64_t', as computed by sizeof. */
592 #define H5_SIZEOF_UINT_LEAST64_T 8
593 
594 /* The size of `uint_least8_t', as computed by sizeof. */
595 #define H5_SIZEOF_UINT_LEAST8_T 1
596 
597 /* The size of `unsigned', as computed by sizeof. */
598 #define H5_SIZEOF_UNSIGNED 4
599 
600 /* The size of `_Float16', as computed by sizeof. */
601 #define H5_SIZEOF__FLOAT16 0
602 
603 /* Define if strict file format checks are enabled */
604 /* #undef H5_STRICT_FORMAT_CHECKS */
605 
606 /* Define using v1.6 public API symbols by default */
607 /* #undef H5_USE_16_API_DEFAULT */
608 
609 /* Define using v1.8 public API symbols by default */
610 /* #undef H5_USE_18_API_DEFAULT */
611 
612 /* Define using v1.10 public API symbols by default */
613 /* #undef H5_USE_110_API_DEFAULT */
614 
615 /* Define using v1.12 public API symbols by default */
616 /* #undef H5_USE_112_API_DEFAULT */
617 
618 /* Define using v1.14 public API symbols by default */
619 /* #undef H5_USE_114_API_DEFAULT */
620 
621 /* Define using v2.0 public API symbols by default */
622 /* #undef H5_USE_200_API_DEFAULT */
623 
624 /* Define if the library will use file locking */
625 #define H5_USE_FILE_LOCKING 1
626 
627 /* Define if a memory checking tool will be used on the library, to cause
628  library to be very picky about memory operations and also disable the
629  internal free list manager code. */
630 /* #undef H5_USING_MEMCHECKER */
631 
632 /* Version number of package */
633 #define H5_VERSION "2.1.1"
634 
635 /* Data accuracy is preferred to speed during data conversions */
636 #define H5_WANT_DATA_ACCURACY 1
637 
638 /* Check exception handling functions during data conversions */
639 #define H5_WANT_DCONV_EXCEPTION 1
640 
641 /* Define if showing all compiler warnings are desired (i.e. don't suppress them internally) */
642 /* #undef H5_SHOW_ALL_WARNINGS */
643 
644 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
645  significant byte first (like Motorola and SPARC, unlike Intel). */
646 #if !defined(__APPLE__)
647 # ifndef WORDS_BIGENDIAN
648 # undef WORDS_BIGENDIAN
649 # endif
650 #else
651 # if defined __BIG_ENDIAN__
652 # define WORDS_BIGENDIAN 1
653 # endif
654 #endif
655 
656 /* #undef WORDS_BIGENDIAN */
657 
658 /* Number of bits in a file offset, on hosts where this is settable. */
659 /* #undef H5__FILE_OFFSET_BITS */
660 
661 /* Define for large files, on AIX-style hosts. */
662 /* #undef H5__LARGE_FILES */
663 
664 /* Define to `long int' if <sys/types.h> does not define. */
665 /* #undef H5_off_t */
666 
667 /* Define to `long' if <sys/types.h> does not define. */
668 /* #undef H5_ssize_t */
669 
670 #endif