MISR Toolkit  1.5.1
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 #define H5_HAVE_WINDOWS 1
19 
20 /* Define if using MinGW */
21 /* #undef H5_HAVE_MINGW */
22 
23 /* Define if on the Windows platform and default WIN32 API */
24 #define H5_HAVE_WIN32_API 1
25 
26 /* Define if using a Windows compiler (i.e. Visual Studio) */
27 #define H5_HAVE_VISUAL_STUDIO 1
28 
29 /* Define if building universal (internal helper macro) */
30 /* #undef H5_AC_APPLE_UNIVERSAL_BUILD */
31 
32 /* Define if the memory buffers being written to disk should be cleared before
33  writing. */
34 #define H5_CLEAR_MEMORY 1
35 
36 /* Define if C++ compiler recognizes offsetof */
37 /* #undef H5_CXX_HAVE_OFFSETOF */
38 
39 /* Define the default plugins path to compile */
40 #define H5_DEFAULT_PLUGINDIR "%ALLUSERSPROFILE%\\hdf5\\lib\\plugin"
41 
42 /* Define if `dev_t' is a scalar */
43 /* #undef H5_DEV_T_IS_SCALAR */
44 
45 /* Define to dummy `main' function (if any) required to link to the Fortran
46  libraries. */
47 /* #undef H5_FC_DUMMY_MAIN */
48 
49 /* Define if F77 and FC dummy `main' functions are identical. */
50 /* #undef H5_FC_DUMMY_MAIN_EQ_F77 */
51 
52 /* Define to a macro mangling the given C identifier (in lower and upper
53  case), which must not contain underscores, for linking with Fortran. */
54 #define H5_FC_FUNC(name,NAME) NAME
55 
56 /* As FC_FUNC, but for C identifiers containing underscores. */
57 #define H5_FC_FUNC_(name,NAME) NAME
58 
59 /* Define to 1 if you have the `alarm' function. */
60 /* #undef H5_HAVE_ALARM */
61 
62 /* Define to 1 if you have the `asprintf' function. */
63 /* #undef H5_HAVE_ASPRINTF */
64 
65 /* Define if the __attribute__(()) extension is present */
66 /* #undef H5_HAVE_ATTRIBUTE */
67 
68 /* Define if the compiler understands C99 designated initialization of structs
69  and unions */
70 /* #undef H5_HAVE_C99_DESIGNATED_INITIALIZER */
71 
72 /* Define if the compiler understands the __func__ keyword */
73 /* #undef H5_HAVE_C99_FUNC */
74 
75 /* Define to 1 if you have the `clock_gettime' function. */
76 /* #undef H5_HAVE_CLOCK_GETTIME */
77 
78 /* Define if the function stack tracing code is to be compiled in */
79 /* #undef H5_HAVE_CODESTACK */
80 
81 /* Define if Darwin or Mac OS X */
82 /* #undef H5_HAVE_DARWIN */
83 
84 /* Define to 1 if you have the `difftime' function. */
85 #define H5_HAVE_DIFFTIME 1
86 
87 /* Define if the direct I/O virtual file driver (VFD) should be compiled */
88 /* #undef H5_HAVE_DIRECT */
89 
90 /* Define to 1 if you have the <dirent.h> header file. */
91 /* #undef H5_HAVE_DIRENT_H */
92 
93 /* Define to 1 if you have the <dlfcn.h> header file. */
94 /* #undef H5_HAVE_DLFCN_H */
95 
96 /* Define to 1 if you have the <dmalloc.h> header file. */
97 /* #undef H5_HAVE_DMALLOC_H */
98 
99 /* Define if library information should be embedded in the executables */
100 #define H5_HAVE_EMBEDDED_LIBINFO 1
101 
102 /* Define to 1 if you have the <features.h> header file. */
103 /* #undef H5_HAVE_FEATURES_H */
104 
105 /* Define if support for deflate (zlib) filter is enabled */
106 #define H5_HAVE_FILTER_DEFLATE 1
107 
108 /* Define if support for szip filter is enabled */
109 #define H5_HAVE_FILTER_SZIP 1
110 
111 /* Define to 1 if you have the `fork' function. */
112 /* #undef H5_HAVE_FORK */
113 
114 /* Define to 1 if you have the `frexpf' function. */
115 /* #undef H5_HAVE_FREXPF */
116 
117 /* Define to 1 if you have the `frexpl' function. */
118 /* #undef H5_HAVE_FREXPL */
119 
120 /* Define to 1 if you have the `fseeko' function. */
121 /* #undef H5_HAVE_FSEEKO */
122 
123 /* Define to 1 if you have the `fseeko64' function. */
124 /* #undef H5_HAVE_FSEEKO64 */
125 
126 /* Define to 1 if you have the `fstat64' function. */
127 /* #undef H5_HAVE_FSTAT64 */
128 
129 /* Define to 1 if you have the `ftello' function. */
130 /* #undef H5_HAVE_FTELLO */
131 
132 /* Define to 1 if you have the `ftello64' function. */
133 /* #undef H5_HAVE_FTELLO64 */
134 
135 /* Define to 1 if you have the `ftruncate64' function. */
136 /* #undef H5_HAVE_FTRUNCATE64 */
137 
138 /* Define if the compiler understands the __FUNCTION__ keyword */
139 #define H5_HAVE_FUNCTION 1
140 
141 /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
142 #define H5_HAVE_GETCONSOLESCREENBUFFERINFO 1
143 
144 /* Define to 1 if you have the `gethostname' function. */
145 #define H5_HAVE_GETHOSTNAME 1
146 
147 /* Define to 1 if you have the `getpwuid' function. */
148 /* #undef H5_HAVE_GETPWUID */
149 
150 /* Define to 1 if you have the `getrusage' function. */
151 /* #undef H5_HAVE_GETRUSAGE */
152 
153 /* Define to 1 if you have the `gettextinfo' function. */
154 /* #undef H5_HAVE_GETTEXTINFO */
155 
156 /* Define to 1 if you have the `gettimeofday' function. */
157 #define H5_HAVE_GETTIMEOFDAY 1
158 
159 /* Define if the compiler understands inline */
160 #define H5_HAVE_INLINE 1
161 
162 /* Define if parallel library will contain instrumentation to detect correct
163  optimization operation */
164 /* #undef H5_HAVE_INSTRUMENTED_LIBRARY */
165 
166 /* Define to 1 if you have the <inttypes.h> header file. */
167 #define H5_HAVE_INTTYPES_H 1
168 
169 /* Define to 1 if you have the `ioctl' function. */
170 /* #undef H5_HAVE_IOCTL */
171 
172 /* Define to 1 if you have the <io.h> header file. */
173 #define H5_HAVE_IO_H 1
174 
175 /* Define to 1 if you have the `dl' library (-ldl). */
176 /* #undef H5_HAVE_LIBDL */
177 
178 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
179 /* #undef H5_HAVE_LIBDMALLOC */
180 
181 /* Define to 1 if you have the `m' library (-lm). */
182 #define H5_HAVE_LIBM 1
183 
184 /* Define to 1 if you have the `mpe' library (-lmpe). */
185 /* #undef H5_HAVE_LIBMPE */
186 
187 /* Define to 1 if you have the `pthread' library (-lpthread). */
188 /* #undef H5_HAVE_LIBPTHREAD */
189 
190 /* Define to 1 if you have the `sz' library (-lsz). */
191 #define H5_HAVE_LIBSZ 1
192 
193 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
194 #define H5_HAVE_LIBWS2_32 1
195 
196 /* Define to 1 if you have the `z' library (-lz). */
197 #define H5_HAVE_LIBZ 1
198 
199 /* Define to 1 if you have the `llround' function. */
200 #define H5_HAVE_LLROUND 1
201 
202 /* Define to 1 if you have the `llroundf' function. */
203 #define H5_HAVE_LLROUNDF 1
204 
205 /* Define to 1 if you have the `longjmp' function. */
206 #define H5_HAVE_LONGJMP 1
207 
208 /* Define to 1 if you have the `lround' function. */
209 #define H5_HAVE_LROUND 1
210 
211 /* Define to 1 if you have the `lroundf' function. */
212 #define H5_HAVE_LROUNDF 1
213 
214 /* Define to 1 if you have the `lseek64' function. */
215 /* #undef H5_HAVE_LSEEK64 */
216 
217 /* Define to 1 if you have the `lstat' function. */
218 /* #undef H5_HAVE_LSTAT */
219 
220 /* Define to 1 if you have the <mach/mach_time.h> header file. */
221 /* #undef H5_HAVE_MACH_MACH_TIME_H */
222 
223 /* Define to 1 if you have the <memory.h> header file. */
224 #define H5_HAVE_MEMORY_H 1
225 
226 /* Define if we have MPE support */
227 /* #undef H5_HAVE_MPE */
228 
229 /* Define to 1 if you have the <mpe.h> header file. */
230 /* #undef H5_HAVE_MPE_H */
231 
232 /* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */
233 /* #undef H5_HAVE_MPI_MULTI_LANG_Comm */
234 
235 /* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */
236 /* #undef H5_HAVE_MPI_MULTI_LANG_Info */
237 
238 /* Define if we have parallel support */
239 /* #undef H5_HAVE_PARALLEL */
240 
241 /* Define to 1 if you have the <pthread.h> header file. */
242 /* #undef H5_HAVE_PTHREAD_H */
243 
244 /* Define to 1 if you have the 'InitOnceExecuteOnce' function. */
245 /* #undef H5_HAVE_WIN_THREADS */
246 
247 /* Define to 1 if you have the `random' function. */
248 /* #undef H5_HAVE_RANDOM */
249 
250 /* Define to 1 if you have the `rand_r' function. */
251 /* #undef H5_HAVE_RAND_R */
252 
253 /* Define to 1 if you have the `round' function. */
254 #define H5_HAVE_ROUND 1
255 
256 /* Define to 1 if you have the `roundf' function. */
257 #define H5_HAVE_ROUNDF 1
258 
259 /* Define to 1 if you have the `setjmp' function. */
260 #define H5_HAVE_SETJMP 1
261 
262 /* Define to 1 if you have the <setjmp.h> header file. */
263 #define H5_HAVE_SETJMP_H 1
264 
265 /* Define to 1 if you have the `setsysinfo' function. */
266 /* #undef H5_HAVE_SETSYSINFO */
267 
268 /* Define to 1 if you have the `siglongjmp' function. */
269 /* #undef H5_HAVE_SIGLONGJMP */
270 
271 /* Define to 1 if you have the `signal' function. */
272 #define H5_HAVE_SIGNAL 1
273 
274 /* Define to 1 if you have the `sigprocmask' function. */
275 /* #undef H5_HAVE_SIGPROCMASK */
276 
277 /* Define to 1 if you have the `sigsetjmp' function. */
278 /* #undef H5_HAVE_SIGSETJMP */
279 
280 /* Define to 1 if you have the `snprintf' function. */
281 /* #undef H5_HAVE_SNPRINTF */
282 
283 /* Define to 1 if you have the `srandom' function. */
284 /* #undef H5_HAVE_SRANDOM */
285 
286 /* Define to 1 if you have the `stat64' function. */
287 /* #undef H5_HAVE_STAT64 */
288 
289 /* Define if `struct stat' has the `st_blocks' field */
290 /* #undef H5_HAVE_STAT_ST_BLOCKS */
291 
292 /* Define to 1 if you have the <stddef.h> header file. */
293 #define H5_HAVE_STDDEF_H 1
294 
295 /* Define to 1 if you have the <stdint.h> header file. */
296 #define H5_HAVE_STDINT_H 1
297 
298 /* Define to 1 if you have the <stdint.h> header file for Cplusplus. */
299 #define H5_HAVE_STDINT_H_CXX 1
300 
301 /* Define to 1 if you have the <stdlib.h> header file. */
302 #define H5_HAVE_STDLIB_H 1
303 
304 /* Define to 1 if you have the `strdup' function. */
305 #define H5_HAVE_STRDUP 1
306 
307 /* Define to 1 if you have the `strtoll' function. */
308 #define H5_HAVE_STRTOLL 1
309 
310 /* Define to 1 if you have the `strtoull' function. */
311 #define H5_HAVE_STRTOULL 1
312 
313 /* Define to 1 if you have the <strings.h> header file. */
314 /* #undef H5_HAVE_STRINGS_H */
315 
316 /* Define to 1 if you have the <string.h> header file. */
317 #define H5_HAVE_STRING_H 1
318 
319 /* Define if `struct text_info' is defined */
320 /* #undef H5_HAVE_STRUCT_TEXT_INFO */
321 
322 /* Define if `struct videoconfig' is defined */
323 /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */
324 
325 /* Define to 1 if you have the `symlink' function. */
326 /* #undef H5_HAVE_SYMLINK */
327 
328 /* Define to 1 if you have the `system' function. */
329 #define H5_HAVE_SYSTEM 1
330 
331 /* Define to 1 if you have the <sys/file.h> header file. */
332 /* #undef H5_HAVE_SYS_FILE_H */
333 
334 /* Define to 1 if you have the <sys/ioctl.h> header file. */
335 /* #undef H5_HAVE_SYS_IOCTL_H */
336 
337 /* Define to 1 if you have the <sys/resource.h> header file. */
338 /* #undef H5_HAVE_SYS_RESOURCE_H */
339 
340 /* Define to 1 if you have the <sys/socket.h> header file. */
341 /* #undef H5_HAVE_SYS_SOCKET_H */
342 
343 /* Define to 1 if you have the <sys/stat.h> header file. */
344 #define H5_HAVE_SYS_STAT_H 1
345 
346 /* Define to 1 if you have the <sys/timeb.h> header file. */
347 #define H5_HAVE_SYS_TIMEB_H 1
348 
349 /* Define to 1 if you have the <sys/time.h> header file. */
350 /* #undef H5_HAVE_SYS_TIME_H */
351 
352 /* Define to 1 if you have the <sys/types.h> header file. */
353 #define H5_HAVE_SYS_TYPES_H 1
354 
355 /* Define to 1 if you have the <szlib.h> header file. */
356 #define H5_HAVE_SZLIB_H 1
357 
358 /* Define if we have thread safe support */
359 /* #undef H5_HAVE_THREADSAFE */
360 
361 /* Define if `timezone' is a global variable */
362 #define H5_HAVE_TIMEZONE 1
363 
364 /* Define if the ioctl TIOCGETD is defined */
365 /* #undef H5_HAVE_TIOCGETD */
366 
367 /* Define if the ioctl TIOGWINSZ is defined */
368 /* #undef H5_HAVE_TIOCGWINSZ */
369 
370 /* Define to 1 if you have the `tmpfile' function. */
371 #define H5_HAVE_TMPFILE 1
372 
373 /* Define if `tm_gmtoff' is a member of `struct tm' */
374 /* #undef H5_HAVE_TM_GMTOFF */
375 
376 /* Define to 1 if you have the <unistd.h> header file. */
377 /* #undef H5_HAVE_UNISTD_H */
378 
379 /* Define to 1 if you have the `vasprintf' function. */
380 /* #undef H5_HAVE_VASPRINTF */
381 
382 /* Define to 1 if you have the `vsnprintf' function. */
383 /* #undef H5_HAVE_VSNPRINTF */
384 
385 /* Define to 1 if you have the `waitpid' function. */
386 /* #undef H5_HAVE_WAITPID */
387 
388 /* Define to 1 if you have the 'InitOnceExecuteOnce' function. */
389 /* #undef H5_HAVE_WIN_THREADS */
390 
391 /* Define if your system has window style path name. */
392 #define H5_HAVE_WINDOW_PATH 1
393 
394 /* Define to 1 if you have the <winsock.h> header file. */
395 #define H5_HAVE_WINSOCK2_H 1
396 
397 /* Define to 1 if you have the <zlib.h> header file. */
398 #define H5_HAVE_ZLIB_H 1
399 
400 /* Define to 1 if you have the `_getvideoconfig' function. */
401 /* #undef H5_HAVE__GETVIDEOCONFIG */
402 
403 /* Define to 1 if you have the `_scrsize' function. */
404 /* #undef H5_HAVE__SCRSIZE */
405 
406 /* Define if the compiler understands __inline */
407 #define H5_HAVE___INLINE 1
408 
409 /* Define if the compiler understands __inline__ */
410 /* #undef H5_HAVE___INLINE__ */
411 
412 /* Define if HDF5's high-level library headers should be included in hdf5.h */
413 #define H5_INCLUDE_HL 1
414 
415 /* Define if your system can convert long double to (unsigned) long long
416  values correctly. */
417 /* #undef H5_LDOUBLE_TO_LLONG_ACCURATE */
418 
419 /* Define if your system converts long double to (unsigned) long values with
420  special algorithm. */
421 /* #undef H5_LDOUBLE_TO_LONG_SPECIAL */
422 
423 /* Define if your system can convert (unsigned) long long to long double
424  values correctly. */
425 /* #undef H5_LLONG_TO_LDOUBLE_CORRECT */
426 
427 /* Define if your system can convert (unsigned) long to long double values
428  with special algorithm. */
429 /* #undef H5_LONG_TO_LDOUBLE_SPECIAL */
430 
431 /* Define to the sub-directory where libtool stores uninstalled libraries. */
432 /* #undef H5_LT_OBJDIR */
433 
434 /* Define if the metadata trace file code is to be compiled in */
435 /* #undef H5_METADATA_TRACE_FILE */
436 
437 /* Define if we can violate pointer alignment restrictions */
438 /* #undef H5_NO_ALIGNMENT_RESTRICTIONS */
439 
440 /* Define if deprecated public API symbols are disabled */
441 /* #undef H5_NO_DEPRECATED_SYMBOLS */
442 
443 /* Name of package */
444 #define H5_PACKAGE "hdf5"
445 
446 /* Define to the address where bug reports for this package should be sent. */
447 #define H5_PACKAGE_BUGREPORT "help@hdfgroup.org"
448 
449 /* Define to the full name of this package. */
450 #define H5_PACKAGE_NAME "HDF5"
451 
452 /* Define to the full name and version of this package. */
453 #define H5_PACKAGE_STRING "HDF5 1.8.21"
454 
455 /* Define to the one symbol short name of this package. */
456 #define H5_PACKAGE_TARNAME "hdf5"
457 
458 /* Define to the home page for this package. */
459 #define H5_PACKAGE_URL "http://www.hdfgroup.org"
460 
461 /* Define to the version of this package. */
462 #define H5_PACKAGE_VERSION "1.8.21"
463 
464 /* Width for printf() for type `long long' or `__int64', use `ll' */
465 #define H5_PRINTF_LL_WIDTH "I64"
466 
467 /* The size of `char', as computed by sizeof. */
468 #define H5_SIZEOF_CHAR 1
469 
470 /* The size of `double', as computed by sizeof. */
471 #define H5_SIZEOF_DOUBLE 8
472 
473 /* The size of `float', as computed by sizeof. */
474 #define H5_SIZEOF_FLOAT 4
475 
476 /* The size of `int', as computed by sizeof. */
477 #define H5_SIZEOF_INT 4
478 
479 /* The size of `int16_t', as computed by sizeof. */
480 #define H5_SIZEOF_INT16_T 2
481 
482 /* The size of `int32_t', as computed by sizeof. */
483 #define H5_SIZEOF_INT32_T 4
484 
485 /* The size of `int64_t', as computed by sizeof. */
486 #define H5_SIZEOF_INT64_T 8
487 
488 /* The size of `int8_t', as computed by sizeof. */
489 #define H5_SIZEOF_INT8_T 1
490 
491 /* The size of `int_fast16_t', as computed by sizeof. */
492 #define H5_SIZEOF_INT_FAST16_T 4
493 
494 /* The size of `int_fast32_t', as computed by sizeof. */
495 #define H5_SIZEOF_INT_FAST32_T 4
496 
497 /* The size of `int_fast64_t', as computed by sizeof. */
498 #define H5_SIZEOF_INT_FAST64_T 8
499 
500 /* The size of `int_fast8_t', as computed by sizeof. */
501 #define H5_SIZEOF_INT_FAST8_T 1
502 
503 /* The size of `int_least16_t', as computed by sizeof. */
504 #define H5_SIZEOF_INT_LEAST16_T 2
505 
506 /* The size of `int_least32_t', as computed by sizeof. */
507 #define H5_SIZEOF_INT_LEAST32_T 4
508 
509 /* The size of `int_least64_t', as computed by sizeof. */
510 #define H5_SIZEOF_INT_LEAST64_T 8
511 
512 /* The size of `int_least8_t', as computed by sizeof. */
513 #define H5_SIZEOF_INT_LEAST8_T 1
514 
515 #if !defined(__APPLE__)
516 /* The size of `size_t', as computed by sizeof. */
517 #define H5_SIZEOF_SIZE_T 8
518 
519 /* The size of `ssize_t', as computed by sizeof. */
520 /* #undef H5_SIZEOF_SSIZE_T */
521 
522 /* The size of `long', as computed by sizeof. */
523 #define H5_SIZEOF_LONG 4
524 
525 #else
526  # if defined(__LP64__) && __LP64__
527  #define H5_SIZEOF_LONG 8
528  #define H5_SIZEOF_SIZE_T 8
529  #define H5_SIZEOF_SSIZE_T 8
530  # else
531  #define H5_SIZEOF_LONG 4
532  #define H5_SIZEOF_SIZE_T 4
533  #define H5_SIZEOF_SSIZE_T 4
534  # endif
535 
536 #endif
537 
538 /* The size of `long double', as computed by sizeof. */
539 #define H5_SIZEOF_LONG_DOUBLE 8
540 
541 /* Define size of long long and/or __int64 bit integer type only if the type
542  exists. */
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 `off64_t', as computed by sizeof. */
550 /* #undef H5_SIZEOF_OFF64_T */
551 
552 /* The size of `off_t', as computed by sizeof. */
553 #define H5_SIZEOF_OFF_T 4
554 
555 /* The size of `ptrdiff_t', as computed by sizeof. */
556 /* #undef H5_SIZEOF_PTRDIFF_T */
557 
558 /* The size of `short', as computed by sizeof. */
559 #define H5_SIZEOF_SHORT 2
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 4
575 
576 /* The size of `uint_fast32_t', as computed by sizeof. */
577 #define H5_SIZEOF_UINT_FAST32_T 4
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 `__int64', as computed by sizeof. */
601 #define H5_SIZEOF___INT64 8
602 
603 /* Define to 1 if you have the ANSI C header files. */
604 #define H5_STDC_HEADERS 1
605 
606 /* Define if strict file format checks are enabled */
607 /* #undef H5_STRICT_FORMAT_CHECKS */
608 
609 /* Define if your system supports pthread_attr_setscope(&attribute,
610  PTHREAD_SCOPE_SYSTEM) call. */
611 /* #undef H5_SYSTEM_SCOPE_THREADS */
612 
613 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
614 /* #undef H5_TIME_WITH_SYS_TIME */
615 
616 /* Define using v1.6 public API symbols by default */
617 /* #undef H5_USE_16_API_DEFAULT */
618 
619 /* Define if a memory checking tool will be used on the library, to cause
620  library to be very picky about memory operations and also disable the
621  internal free list manager code. */
622 /* #undef H5_USING_MEMCHECKER */
623 
624 /* Version number of package */
625 #define H5_VERSION "1.8.21"
626 
627 /* Data accuracy is prefered to speed during data conversions */
628 #define H5_WANT_DATA_ACCURACY 1
629 
630 /* Check exception handling functions during data conversions */
631 #define H5_WANT_DCONV_EXCEPTION 1
632 
633 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
634  significant byte first (like Motorola and SPARC, unlike Intel). */
635 #if !defined(__APPLE__)
636 # ifndef WORDS_BIGENDIAN
637 # undef WORDS_BIGENDIAN
638 # endif
639 #else
640 # if defined __BIG_ENDIAN__
641 # define WORDS_BIGENDIAN 1
642 # endif
643 #endif
644 
645 /* #undef WORDS_BIGENDIAN */
646 
647 /* Number of bits in a file offset, on hosts where this is settable. */
648 /* #undef H5__FILE_OFFSET_BITS */
649 
650 /* Define for large files, on AIX-style hosts. */
651 /* #undef H5__LARGE_FILES */
652 
653 /* Define to empty if `const' does not conform to ANSI C. */
654 /* #undef H5_const */
655 
656 /* Define to `long int' if <sys/types.h> does not define. */
657 /* #undef H5_off_t */
658 
659 /* Define to `long' if <sys/types.h> does not define. */
660 /* #undef H5_ptrdiff_t */
661 
662 /* Define to `unsigned long' if <sys/types.h> does not define. */
663 /* #undef H5_size_t */
664 
665 /* Define to `long' if <sys/types.h> does not define. */
666 /* #undef H5_ssize_t */
667 
668 #endif

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53