* Brings CMake updates from develop * Brings reduction in pedantic casts from develop * Purges UFAIL from the library (#637) * Committing clang-format changes * Purges UFAIL from the library * H5HL_insert change requested in PR Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Removes gratuitous (double)x.yF casts (#632) * Committing clang-format changes * Removes gratuitous (double)x.yF casts * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Committing clang-format changes * Cleans up a const warning left over from previous constification (#633) * Committing clang-format changes * Adds consts to a few global variables * Cleans up a const warning left over from previous constification Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Formatted source * Bring over some VOL registration changes * VOL cleanup * H5VL_request_status_t substitutions * H5F.c cleanup * Minor API tweaks from develop * Moves H5G package init/teardown to H5Gint.c * H5G cleanup * H5M cleanup * H5SM cleanup * H5T cleanup * H5R cleanup * H5Lpublic.h cleanup * H5L cleanup * H5O cleanup * H5A, H5CS, and H5AC cleanup * Moved H5A init/teardown code to H5Aint.c * Moves H5D I/O functions to H5D.c * H5D cleanup * Misc minor cleanup * H5P close cleanup * H5Tpublic.h cleanup * Fixes err_compat test * H5PLpublic.h cleanup * Updates H5Ppublic.h * H5Fpublic.h updates * H5A.c cleanup * Brings over H5Aexists and related changes * Brings CMake shell testing changes from develop * Close callback changes * H5R and H5Tcommit normalization * err_compat test works now * H5O tweaks * Updates VOL registration code * Brings over H5VL_create_object * H5Tconv.c reformatting * H5T.c tweaks * Brings datatype and reference updates from develop * Brings VOL plugin loading changes from develop * Brings event sets from develop * Brings async functions over * Tools changes * Brings over many tools changes from develop * Brings VOL flags from develop * Fixes h5dump double/float tests * Updates h5repack tests * Brings h5diff test changes from develop * Last h5dump changes * Brings test changes from develop * Committing clang-format changes * Tidied h5_testing() * Brings chunk iteration code + misc from develop * Updates vds test * Enables external link parallel test * Brings updated property lists from develop * H5G changes from develop * H5MF cleanup * Brings vfd_swmr test back into CMake * Updates threadsafe test * Updates plist test * Brings recent changes from develop * Require a C++11 compiler to build the C++ wrappers (#693) * Committing clang-format changes * Requires a C++11 compiler to build the C++ wrappers Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699) * Removes pre-C99 build and header cruft (#700) * Assumes ANSI C headers exist * Assumes stdbool.h, stdint.h, and inttypes.h are present * Assumes the C++ compiler can handle stdint.h * Removes all work-arounds for missing functionality, especially stdbool.h Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Updates release documents * Brings parallel changes from develop * Adds a VFD/parallel check program for the VFD SWMR shell test * Updates MANIFEST * Disable building VFD SWMR acceptance tests on CMake * Removes err.h from genall5.c * Partial cleanup of H5Cpkg.h * Fixes printf specifiers in H5Cdbg.c * Java and fortran cmake changes (#694) * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3 * HDFFV-11213 added option to control gcc10 warnings diagnostics * HDFFV-11212 Use the new references correctly in JNI utility and tests * format source * Fix typo * Add new test file * HDFFV-11212 - update test and remove unused arg * Minor non-space formatting changes * Use H5I_INVALID_ID instead of "-1" * source formatting * add missing testfile, update jni function * Undo commit of debug code * remove mislocated file * Fix h5repack test for handling of fapls and id close * Update h5diff test files usage text * HDFFV-11212 add new ref tests for JNI export dataset * src format update * Remove blank line typo * src format typo * long double requires %Lg * Another long double foramt specifer S.B. %Lg * issue with t128bit test * Windows issue with h5dump and type. * Fix review issues * refactor function nesting and fix error checks * format fixes * Remove untested functions and javadoc quiet comments * Restore TRY block. * Change string append errors to memory exception * revert to H5_JNI_FATAL_ERROR - support functions need work * Add assertion error for h5util functions * remove duplicate function * format fix * Revert HD function error handling * Update copyright comments * GH #386 java folder copyright corrections * Whitespace * GH #359 implement and fix tools 1.6 API usage * remove excessive comments * Flip inits to correct ifdef section * rework ifdef to be simpler * format issue * Reformat ifdef inits * remove static attribute * format compliance * Update names * Revert because logic relies on float not being int * Changes noticed from creating merge of #412 * Double underscore change * Correct compiler version variable used * Remove header guard underscores * Whitespace cleanup * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * correct window os name * HDFFV-11212 JNI export util and Javadoc * Suggested review changes * Another change found * Committing clang-format changes * HDFFV-11113 long double in tools * HDFFV-11113 add note * Disable long double tests for now * HDFFV-11228 remove arbitrary CMake warning groups. * Make each flag a string * Some Javadoc warning fixes * Updated javadoc fixes * # WARNING: head commit changed in the meantime HDFFV-11229 Fix long double usage in tools and java Changed h5dump and h5ls to just print 128-bit for long double type. Added test and file for dataset and attributes with all three float types. * Committing clang-format changes * HDFFV-11229 Add release note * HDFFV-11229 windows testfile needed * fix typo * Remove non supported message text * HDFFV-11229 - change ldouble test to check both native and general * HDFFV-11229 add second file compare * HDFFV-11229 fix reference file * HDFFV-11229 autotools check two refs * HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output * Committing clang-format changes * Update release note * Update attribute type of ref file * Change source of ninja for macs * try port instead of brew * Recommended is to use brew. * Undo non long double changes * remove unneeded file * Fix perl and doxygen CMake code * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument * Add stamp files to BYPRODUCTS * Only one copy of file exists * Fix custom cmmand depends targets * Fix fortran custom command DEPENDS * Add LD_LIBRARY_PATH to tests * Add custom target for DEPENDS * Add h5detect conditionaly to generated target DEPENDS * Correct DEPENDS targets * Parallel builds need the mpi compiler for pkgconfig scripts. * install only if MPI build * Fortran target depends * Remove incorrect source attribute * doxygen adjustments * doxygen build updates * Correct version * Correct function version - function has been merged to 1.12 * Correct version string for map functions * Cleanup warnings for tools debug builds * TRILAB-227 - fix indexing for h5diff selections * Correct location of pos to index function call * TRILAB-227 Enable test * Quote subset args * Use MATCHES because of AppleClang * if blocks needed for build modes * Update list of DT platforms * VS2019 correctly displays float values * revert VS2019 change * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * Java reference functions updated enabled fortran in cmake gcc action yaml file java reference test changed to correctly test refs jni reference functions that create ids changed to use jni id logging * Correct BYPRODUCTS argument * Correct more genereated files BYPRODUCTS * BYPRODUCTS must have unique locations * Fix typo Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Removes alternative function enter/leave macro scheme (#678) * Committing clang-format changes * Converted BEGIN_FUNC, etc. macros to FUNC_ENTER * Rips out the BEGIN_FUNC, etc. macros * Removes 'end if', etc. comments from H5HL package * Committing clang-format changes * Fixes an H5EA iterate issue * Fixes an issue in the H5FA iterator code * Further cleanup in bin/trace after macro removal * Iterator changes in H5EA and H5FA Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Split H5L.c internal code to H5Lint.c (#691) * Committing clang-format changes * Splits internal parts of H5L.c to H5Lint.c Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Clean up type size checks in configure.ac (#702) * Committing clang-format changes * C++ warning and build fixes (#707) * Committing clang-format changes * C++ build and warning updates * Fixes all warnings on C++ (with gcc 9.3) * Updates CMake and Autotools C++ builds * Undo warning clobber Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Removes some DEC Alpha cruft from H5detect and H5private.h (#708) * Cleans up hsize_t and haddr_t size guessing (#709) * Cleans up definitions of haddr_t and hsize_t + cruft removal * Formatted source * Updates PGI C/C++ configurations (#715) * Updates PGI C/C++ configurations Tweaks some settings and configures pgc++ to use C++11 * Updated copyright information * Adds an Intel C++ configuration file (#716) * Adds an Intel C++ configuration file * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Updates bin/trace script to correctly wrap H5TRACE macros near clang-format column limit (#719) * Removes clang-format comments from H5O.c call * Fixes bin/trace to correctly wrap lines near the clang-format limit * Removed unused variable from bin/trace * Fixes issue with ccmake that prevents building Fortran (#723) ccmake runs iteratively, and the check_fortran_source_runs macros were clobbering a single output file that did not get updated on further configure iterations Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
758 lines
27 KiB
C
758 lines
27 KiB
C
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* Copyright by The HDF Group. *
|
|
* All rights reserved. *
|
|
* *
|
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
|
* terms governing use, modification, and redistribution, is contained in *
|
|
* the COPYING file, which can be found at the root of the source code *
|
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
|
* If you do not have access to either file, you may request a copy from *
|
|
* help@hdfgroup.org. *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
/* H5pubconf.h Generated By CMake during the configuration */
|
|
|
|
#ifndef H5_CONFIG_H_
|
|
#define H5_CONFIG_H_
|
|
|
|
/* Define if the Windows virtual file driver should be compiled */
|
|
#cmakedefine H5_HAVE_WINDOWS @H5_HAVE_WINDOWS@
|
|
|
|
/* Define if using MinGW */
|
|
#cmakedefine H5_HAVE_MINGW @H5_HAVE_MINGW@
|
|
|
|
/* Define if on the Windows platform and default WIN32 API */
|
|
#cmakedefine H5_HAVE_WIN32_API @H5_HAVE_WIN32_API@
|
|
|
|
/* Define if using a Windows compiler (i.e. Visual Studio) */
|
|
#cmakedefine H5_HAVE_VISUAL_STUDIO @H5_HAVE_VISUAL_STUDIO@
|
|
|
|
/* Define the default plugins path to compile */
|
|
#cmakedefine H5_DEFAULT_PLUGINDIR "@H5_DEFAULT_PLUGINDIR@"
|
|
|
|
/* Define if `dev_t' is a scalar */
|
|
#cmakedefine H5_DEV_T_IS_SCALAR @H5_DEV_T_IS_SCALAR@
|
|
|
|
/* Define to dummy `main' function (if any) required to link to the Fortran
|
|
libraries. */
|
|
#cmakedefine H5_FC_DUMMY_MAIN @H5_FC_DUMMY_MAIN@
|
|
|
|
/* Define if F77 and FC dummy `main' functions are identical. */
|
|
#cmakedefine H5_FC_DUMMY_MAIN_EQ_F77 @H5_FC_DUMMY_MAIN_EQ_F77@
|
|
|
|
/* Define to a macro mangling the given C identifier (in lower and upper
|
|
case), which must not contain underscores, for linking with Fortran. */
|
|
#define @H5_FC_FUNC@
|
|
|
|
/* As FC_FUNC, but for C identifiers containing underscores. */
|
|
#define @H5_FC_FUNC_@
|
|
|
|
/* Define if Fortran C_LONG_DOUBLE is different from C_DOUBLE */
|
|
#define H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE @H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE@
|
|
|
|
/* Define if we have Fortran C_LONG_DOUBLE */
|
|
#define H5_FORTRAN_HAVE_C_LONG_DOUBLE @H5_FORTRAN_HAVE_C_LONG_DOUBLE@
|
|
|
|
/* Define if we have Fortran intrinsic C_SIZEOF */
|
|
#cmakedefine H5_FORTRAN_HAVE_C_SIZEOF @H5_FORTRAN_HAVE_C_SIZEOF@
|
|
|
|
/* Define if we have Fortran intrinsic SIZEOF */
|
|
#cmakedefine H5_FORTRAN_HAVE_SIZEOF @H5_FORTRAN_HAVE_SIZEOF@
|
|
|
|
/* Define if we have Fortran intrinsic STORAGE_SIZE */
|
|
#cmakedefine H5_FORTRAN_HAVE_STORAGE_SIZE @H5_FORTRAN_HAVE_STORAGE_SIZE@
|
|
|
|
/* Determine the size of C long double */
|
|
#cmakedefine H5_FORTRAN_SIZEOF_LONG_DOUBLE @H5_FORTRAN_SIZEOF_LONG_DOUBLE@
|
|
|
|
/* Define Fortran compiler ID */
|
|
#define H5_Fortran_COMPILER_ID @CMAKE_Fortran_COMPILER_ID@
|
|
|
|
/* Define valid Fortran INTEGER KINDs */
|
|
#cmakedefine H5_H5CONFIG_F_IKIND @H5_H5CONFIG_F_IKIND@
|
|
|
|
/* Define number of valid Fortran INTEGER KINDs */
|
|
#cmakedefine H5_H5CONFIG_F_NUM_IKIND @H5_H5CONFIG_F_NUM_IKIND@
|
|
|
|
/* Define number of valid Fortran REAL KINDs */
|
|
#cmakedefine H5_H5CONFIG_F_NUM_RKIND @H5_H5CONFIG_F_NUM_RKIND@
|
|
|
|
/* Define valid Fortran REAL KINDs */
|
|
#cmakedefine H5_H5CONFIG_F_RKIND @H5_H5CONFIG_F_RKIND@
|
|
|
|
/* Define valid Fortran REAL KINDs Sizeof */
|
|
#cmakedefine H5_H5CONFIG_F_RKIND_SIZEOF @H5_H5CONFIG_F_RKIND_SIZEOF@
|
|
|
|
/* Define to 1 if you have the `alarm' function. */
|
|
#cmakedefine H5_HAVE_ALARM @H5_HAVE_ALARM@
|
|
|
|
/* Define to 1 if you have the `asprintf' function. */
|
|
#cmakedefine H5_HAVE_ASPRINTF @H5_HAVE_ASPRINTF@
|
|
|
|
/* Define if the __attribute__(()) extension is present */
|
|
#cmakedefine H5_HAVE_ATTRIBUTE @H5_HAVE_ATTRIBUTE@
|
|
|
|
/* Define if the compiler understands C99 designated initialization of structs
|
|
and unions */
|
|
#cmakedefine H5_HAVE_C99_DESIGNATED_INITIALIZER @H5_HAVE_C99_DESIGNATED_INITIALIZER@
|
|
|
|
/* Define if the compiler understands the __func__ keyword */
|
|
#cmakedefine H5_HAVE_C99_FUNC @H5_HAVE_C99_FUNC@
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
#cmakedefine H5_HAVE_ARPA_INET_H @H5_HAVE_ARPA_INET_H@
|
|
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
#cmakedefine H5_HAVE_CLOCK_GETTIME @H5_HAVE_CLOCK_GETTIME@
|
|
|
|
/* Define if the function stack tracing code is to be compiled in */
|
|
#cmakedefine H5_HAVE_CODESTACK @H5_HAVE_CODESTACK@
|
|
|
|
/* Define to 1 if you have the <curl/curl.h> header file. */
|
|
#cmakedefine H5_HAVE_CURL_H @H5_HAVE_CURL_H@
|
|
|
|
/* Define if Darwin or Mac OS X */
|
|
#cmakedefine H5_HAVE_DARWIN @H5_HAVE_DARWIN@
|
|
|
|
/* Define to 1 if you have the `difftime' function. */
|
|
#cmakedefine H5_HAVE_DIFFTIME @H5_HAVE_DIFFTIME@
|
|
|
|
/* Define if the direct I/O virtual file driver (VFD) should be compiled */
|
|
#cmakedefine H5_HAVE_DIRECT @H5_HAVE_DIRECT@
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file. */
|
|
#cmakedefine H5_HAVE_DIRENT_H @H5_HAVE_DIRENT_H@
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#cmakedefine H5_HAVE_DLFCN_H @H5_HAVE_DLFCN_H@
|
|
|
|
/* Define to 1 if you have the <dmalloc.h> header file. */
|
|
#cmakedefine H5_HAVE_DMALLOC_H @H5_HAVE_DMALLOC_H@
|
|
|
|
/* Define if library information should be embedded in the executables */
|
|
#cmakedefine H5_HAVE_EMBEDDED_LIBINFO @H5_HAVE_EMBEDDED_LIBINFO@
|
|
|
|
/* Define to 1 if you have the `fcntl' function. */
|
|
#cmakedefine H5_HAVE_FCNTL @H5_HAVE_FCNTL@
|
|
|
|
/* Define to 1 if you have the <features.h> header file. */
|
|
#cmakedefine H5_HAVE_FEATURES_H @H5_HAVE_FEATURES_H@
|
|
|
|
/* Define if support for deflate (zlib) filter is enabled */
|
|
#cmakedefine H5_HAVE_FILTER_DEFLATE @H5_HAVE_FILTER_DEFLATE@
|
|
|
|
/* Define if support for szip filter is enabled */
|
|
#cmakedefine H5_HAVE_FILTER_SZIP @H5_HAVE_FILTER_SZIP@
|
|
|
|
/* Determine if __float128 is available */
|
|
#cmakedefine H5_HAVE_FLOAT128 @H5_HAVE_FLOAT128@
|
|
|
|
/* Define to 1 if you have the `flock' function. */
|
|
#cmakedefine H5_HAVE_FLOCK @H5_HAVE_FLOCK@
|
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
#cmakedefine H5_HAVE_FORK @H5_HAVE_FORK@
|
|
|
|
/* Define to 1 if you have the `frexpf' function. */
|
|
#cmakedefine H5_HAVE_FREXPF @H5_HAVE_FREXPF@
|
|
|
|
/* Define to 1 if you have the `frexpl' function. */
|
|
#cmakedefine H5_HAVE_FREXPL @H5_HAVE_FREXPL@
|
|
|
|
/* Define to 1 if you have the `fseeko' function. */
|
|
#cmakedefine H5_HAVE_FSEEKO @H5_HAVE_FSEEKO@
|
|
|
|
/* Define if the compiler understands the __FUNCTION__ keyword */
|
|
#cmakedefine H5_HAVE_FUNCTION @H5_HAVE_FUNCTION@
|
|
|
|
/* Determine if INTEGER*16 is available */
|
|
#cmakedefine H5_HAVE_Fortran_INTEGER_SIZEOF_16 @H5_HAVE_Fortran_INTEGER_SIZEOF_16@
|
|
|
|
/* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
|
|
#cmakedefine H5_HAVE_GETCONSOLESCREENBUFFERINFO @H5_HAVE_GETCONSOLESCREENBUFFERINFO@
|
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
#cmakedefine H5_HAVE_GETHOSTNAME @H5_HAVE_GETHOSTNAME@
|
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
|
#cmakedefine H5_HAVE_GETPWUID @H5_HAVE_GETPWUID@
|
|
|
|
/* Define to 1 if you have the `getrusage' function. */
|
|
#cmakedefine H5_HAVE_GETRUSAGE @H5_HAVE_GETRUSAGE@
|
|
|
|
/* Define to 1 if you have the `gettextinfo' function. */
|
|
#cmakedefine H5_HAVE_GETTEXTINFO @H5_HAVE_GETTEXTINFO@
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#cmakedefine H5_HAVE_GETTIMEOFDAY @H5_HAVE_GETTIMEOFDAY@
|
|
|
|
/* Define to 1 if you have the <hdfs.h> header file. */
|
|
#cmakedefine H5_HAVE_HDFS_H @H5_HAVE_HDFS_H@
|
|
|
|
/* Define if the compiler understands inline */
|
|
#cmakedefine H5_HAVE_INLINE @H5_HAVE_INLINE@
|
|
|
|
/* Define if parallel library will contain instrumentation to detect correct
|
|
optimization operation */
|
|
#cmakedefine H5_HAVE_INSTRUMENTED_LIBRARY @H5_HAVE_INSTRUMENTED_LIBRARY@
|
|
|
|
/* Define to 1 if you have the `ioctl' function. */
|
|
#cmakedefine H5_HAVE_IOCTL @H5_HAVE_IOCTL@
|
|
|
|
/* Define to 1 if you have the `crypto' library (-lcrypto). */
|
|
#cmakedefine H5_HAVE_LIBCRYPTO @H5_HAVE_LIBCRYPTO@
|
|
|
|
/* Define to 1 if you have the `curl' library (-lcurl). */
|
|
#cmakedefine H5_HAVE_LIBCURL @H5_HAVE_LIBCURL@
|
|
|
|
/* Define to 1 if you have the `dl' library (-ldl). */
|
|
#cmakedefine H5_HAVE_LIBDL @H5_HAVE_LIBDL@
|
|
|
|
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
|
|
#cmakedefine H5_HAVE_LIBDMALLOC @H5_HAVE_LIBDMALLOC@
|
|
|
|
/* Proceed to build with libhdfs */
|
|
#cmakedefine H5_HAVE_LIBHDFS @H5_HAVE_LIBHDFS@
|
|
|
|
/* Define to 1 if you have the `jvm' library (-ljvm). */
|
|
#cmakedefine H5_HAVE_LIBJVM @H5_HAVE_LIBJVM@
|
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
#cmakedefine H5_HAVE_LIBM @H5_HAVE_LIBM@
|
|
|
|
/* Define to 1 if you have the `mpe' library (-lmpe). */
|
|
#cmakedefine H5_HAVE_LIBMPE @H5_HAVE_LIBMPE@
|
|
|
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
|
#cmakedefine H5_HAVE_LIBPTHREAD @H5_HAVE_LIBPTHREAD@
|
|
|
|
/* Define to 1 if you have the `sz' library (-lsz). */
|
|
#cmakedefine H5_HAVE_LIBSZ @H5_HAVE_LIBSZ@
|
|
|
|
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
|
|
#cmakedefine H5_HAVE_LIBWS2_32 @H5_HAVE_LIBWS2_32@
|
|
|
|
/* Define to 1 if you have the `z' library (-lz). */
|
|
#cmakedefine H5_HAVE_LIBZ @H5_HAVE_LIBZ@
|
|
|
|
/* Define to 1 if you have the `longjmp' function. */
|
|
#cmakedefine H5_HAVE_LONGJMP @H5_HAVE_LONGJMP@
|
|
|
|
/* Define to 1 if you have the `lseek64' function. */
|
|
#cmakedefine H5_HAVE_LSEEK64 @H5_HAVE_LSEEK64@
|
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
|
#cmakedefine H5_HAVE_LSTAT @H5_HAVE_LSTAT@
|
|
|
|
/* Define if the map API (H5M) should be compiled */
|
|
#cmakedefine H5_HAVE_MAP_API @H5_HAVE_MAP_API@
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#cmakedefine H5_HAVE_MEMORY_H @H5_HAVE_MEMORY_H@
|
|
|
|
/* Define if we can build the Mirror VFD */
|
|
#cmakedefine H5_HAVE_MIRROR_VFD @H5_HAVE_MIRROR_VFD@
|
|
|
|
/* Define if we have MPE support */
|
|
#cmakedefine H5_HAVE_MPE @H5_HAVE_MPE@
|
|
|
|
/* Define to 1 if you have the <mpe.h> header file. */
|
|
#cmakedefine H5_HAVE_MPE_H @H5_HAVE_MPE_H@
|
|
|
|
/* Define if MPI_Comm_c2f and MPI_Comm_f2c exists */
|
|
#cmakedefine H5_HAVE_MPI_MULTI_LANG_Comm @H5_HAVE_MPI_MULTI_LANG_Comm@
|
|
|
|
/* Define if MPI_Info_c2f and MPI_Info_f2c exists */
|
|
#cmakedefine H5_HAVE_MPI_MULTI_LANG_Info @H5_HAVE_MPI_MULTI_LANG_Info@
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
#cmakedefine H5_HAVE_NETDB_H @H5_HAVE_NETDB_H@
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
#cmakedefine H5_HAVE_NETINET_IN_H @H5_HAVE_NETINET_IN_H@
|
|
|
|
/* Define to 1 if you have the <openssl/evp.h> header file. */
|
|
#cmakedefine H5_HAVE_OPENSSL_EVP_H @H5_HAVE_OPENSSL_EVP_H@
|
|
|
|
/* Define to 1 if you have the <openssl/hmac.h> header file. */
|
|
#cmakedefine H5_HAVE_OPENSSL_HMAC_H @H5_HAVE_OPENSSL_HMAC_H@
|
|
|
|
/* Define to 1 if you have the <openssl/sha.h> header file. */
|
|
#cmakedefine H5_HAVE_OPENSSL_SHA_H @H5_HAVE_OPENSSL_SHA_H@
|
|
|
|
/* Define if we have parallel support */
|
|
#cmakedefine H5_HAVE_PARALLEL @H5_HAVE_PARALLEL@
|
|
|
|
/* Define if both pread and pwrite exist. */
|
|
#cmakedefine H5_HAVE_PREADWRITE @H5_HAVE_PREADWRITE@
|
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
#cmakedefine H5_HAVE_PTHREAD_H @H5_HAVE_PTHREAD_H@
|
|
|
|
/* Define to 1 if you have the <quadmath.h> header file. */
|
|
#cmakedefine H5_HAVE_QUADMATH_H @H5_HAVE_QUADMATH_H@
|
|
|
|
/* Define to 1 if you have the `random' function. */
|
|
#cmakedefine H5_HAVE_RANDOM @H5_HAVE_RANDOM@
|
|
|
|
/* Define to 1 if you have the `rand_r' function. */
|
|
#cmakedefine H5_HAVE_RAND_R @H5_HAVE_RAND_R@
|
|
|
|
/* Define whether the Read-Only S3 virtual file driver (VFD) should be
|
|
compiled */
|
|
#cmakedefine H5_HAVE_ROS3_VFD @H5_HAVE_ROS3_VFD@
|
|
|
|
/* Define to 1 if you have the `setjmp' function. */
|
|
#cmakedefine H5_HAVE_SETJMP @H5_HAVE_SETJMP@
|
|
|
|
/* Define to 1 if you have the <setjmp.h> header file. */
|
|
#cmakedefine H5_HAVE_SETJMP_H @H5_HAVE_SETJMP_H@
|
|
|
|
/* Define to 1 if you have the `setsysinfo' function. */
|
|
#cmakedefine H5_HAVE_SETSYSINFO @H5_HAVE_SETSYSINFO@
|
|
|
|
/* Define to 1 if you have the `siglongjmp' function. */
|
|
#cmakedefine H5_HAVE_SIGLONGJMP @H5_HAVE_SIGLONGJMP@
|
|
|
|
/* Define to 1 if you have the `signal' function. */
|
|
#cmakedefine H5_HAVE_SIGNAL @H5_HAVE_SIGNAL@
|
|
|
|
/* Define to 1 if you have the `sigprocmask' function. */
|
|
#cmakedefine H5_HAVE_SIGPROCMASK @H5_HAVE_SIGPROCMASK@
|
|
|
|
/* Define to 1 if you have the `sigsetjmp' function. */
|
|
#cmakedefine H5_HAVE_SIGSETJMP @H5_HAVE_SIGSETJMP@
|
|
|
|
/* Define to 1 if you have the `sigtimedwait' function. */
|
|
#cmakedefine H5_HAVE_SIGTIMEDWAIT @H5_HAVE_SIGTIMEDWAIT@
|
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
#cmakedefine H5_HAVE_SNPRINTF @H5_HAVE_SNPRINTF@
|
|
|
|
/* Define to 1 if you have the `srandom' function. */
|
|
#cmakedefine H5_HAVE_SRANDOM @H5_HAVE_SRANDOM@
|
|
|
|
/* Define to 1 if you have the `stat64' function. */
|
|
#cmakedefine H5_HAVE_STAT64 @H5_HAVE_STAT64@
|
|
|
|
/* Define if `struct stat' has the `st_blocks' field */
|
|
#cmakedefine H5_HAVE_STAT_ST_BLOCKS @H5_HAVE_STAT_ST_BLOCKS@
|
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
|
#cmakedefine H5_HAVE_STDDEF_H @H5_HAVE_STDDEF_H@
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#cmakedefine H5_HAVE_STDLIB_H @H5_HAVE_STDLIB_H@
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#cmakedefine H5_HAVE_STRDUP @H5_HAVE_STRDUP@
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#cmakedefine H5_HAVE_STRINGS_H @H5_HAVE_STRINGS_H@
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#cmakedefine H5_HAVE_STRING_H @H5_HAVE_STRING_H@
|
|
|
|
/* Define to 1 if you have the `strtoll' function. */
|
|
#cmakedefine H5_HAVE_STRTOLL @H5_HAVE_STRTOLL@
|
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
#cmakedefine H5_HAVE_STRTOULL @H5_HAVE_STRTOULL@
|
|
|
|
/* Define if struct text_info is defined */
|
|
#cmakedefine H5_HAVE_STRUCT_TEXT_INFO @H5_HAVE_STRUCT_TEXT_INFO@
|
|
|
|
/* Define if struct videoconfig is defined */
|
|
#cmakedefine H5_HAVE_STRUCT_VIDEOCONFIG @H5_HAVE_STRUCT_VIDEOCONFIG@
|
|
|
|
/* Define to 1 if you have the `symlink' function. */
|
|
#cmakedefine H5_HAVE_SYMLINK @H5_HAVE_SYMLINK@
|
|
|
|
/* Define to 1 if you have the `system' function. */
|
|
#cmakedefine H5_HAVE_SYSTEM @H5_HAVE_SYSTEM@
|
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_FILE_H @H5_HAVE_SYS_FILE_H@
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_IOCTL_H @H5_HAVE_SYS_IOCTL_H@
|
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_RESOURCE_H @H5_HAVE_SYS_RESOURCE_H@
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_SOCKET_H @H5_HAVE_SYS_SOCKET_H@
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_STAT_H @H5_HAVE_SYS_STAT_H@
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_TIME_H @H5_HAVE_SYS_TIME_H@
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#cmakedefine H5_HAVE_SYS_TYPES_H @H5_HAVE_SYS_TYPES_H@
|
|
|
|
/* Define to 1 if you have the <szlib.h> header file. */
|
|
#cmakedefine H5_HAVE_SZLIB_H @H5_HAVE_SZLIB_H@
|
|
|
|
#if defined(_WIN32) && !defined(H5_BUILT_AS_DYNAMIC_LIB)
|
|
/* Not supported on WIN32 platforms with static linking */
|
|
/* #undef H5_HAVE_THREADSAFE */
|
|
#else
|
|
/* Define if we have thread safe support */
|
|
# cmakedefine H5_HAVE_THREADSAFE @H5_HAVE_THREADSAFE@
|
|
#endif
|
|
|
|
/* Define to 1 if you have the `timespeccmp' function. */
|
|
#cmakedefine H5_HAVE_TIMESPECCMP @H5_HAVE_TIMESPECCMP@
|
|
|
|
/* Define if timezone is a global variable */
|
|
#cmakedefine H5_HAVE_TIMEZONE @H5_HAVE_TIMEZONE@
|
|
|
|
/* Define if the ioctl TIOCGETD is defined */
|
|
#cmakedefine H5_HAVE_TIOCGETD @H5_HAVE_TIOCGETD@
|
|
|
|
/* Define if the ioctl TIOGWINSZ is defined */
|
|
#cmakedefine H5_HAVE_TIOCGWINSZ @H5_HAVE_TIOCGWINSZ@
|
|
|
|
/* Define to 1 if you have the `tmpfile' function. */
|
|
#cmakedefine H5_HAVE_TMPFILE @H5_HAVE_TMPFILE@
|
|
|
|
/* Define if tm_gmtoff is a member of struct tm */
|
|
#cmakedefine H5_HAVE_TM_GMTOFF @H5_HAVE_TM_GMTOFF@
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine H5_HAVE_UNISTD_H @H5_HAVE_UNISTD_H@
|
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
|
#cmakedefine H5_HAVE_VASPRINTF @H5_HAVE_VASPRINTF@
|
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
|
#cmakedefine H5_HAVE_VSNPRINTF @H5_HAVE_VSNPRINTF@
|
|
|
|
/* Define to 1 if you have the `waitpid' function. */
|
|
#cmakedefine H5_HAVE_WAITPID @H5_HAVE_WAITPID@
|
|
|
|
/* Define to 1 if you have the 'InitOnceExecuteOnce' function. */
|
|
#cmakedefine H5_HAVE_WIN_THREADS @H5_HAVE_WIN_THREADS@
|
|
|
|
/* Define if your system has window style path name. */
|
|
#cmakedefine H5_HAVE_WINDOW_PATH @H5_HAVE_WINDOW_PATH@
|
|
|
|
/* Define to 1 if you have the <winsock2.h> header file. */
|
|
#cmakedefine H5_HAVE_WINSOCK2_H @H5_HAVE_WINSOCK2_H@
|
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
#cmakedefine H5_HAVE_ZLIB_H @H5_HAVE_ZLIB_H@
|
|
|
|
/* Define to 1 if you have the `_getvideoconfig' function. */
|
|
#cmakedefine H5_HAVE__GETVIDEOCONFIG @H5_HAVE__GETVIDEOCONFIG@
|
|
|
|
/* Define to 1 if you have the `_scrsize' function. */
|
|
#cmakedefine H5_HAVE__SCRSIZE @H5_HAVE__SCRSIZE@
|
|
|
|
/* Define if the compiler understands __inline */
|
|
#cmakedefine H5_HAVE___INLINE @H5_HAVE___INLINE@
|
|
|
|
/* Define if the compiler understands __inline__ */
|
|
#cmakedefine H5_HAVE___INLINE__ @H5_HAVE___INLINE__@
|
|
|
|
/* Define if the library will ignore file locks when disabled */
|
|
#cmakedefine H5_IGNORE_DISABLED_FILE_LOCKS @H5_IGNORE_DISABLED_FILE_LOCKS@
|
|
|
|
/* Define if the high-level library headers should be included in hdf5.h */
|
|
#cmakedefine H5_INCLUDE_HL @H5_INCLUDE_HL@
|
|
|
|
/* Define if your system can convert long double to (unsigned) long long
|
|
values correctly. */
|
|
#cmakedefine H5_LDOUBLE_TO_LLONG_ACCURATE @H5_LDOUBLE_TO_LLONG_ACCURATE@
|
|
|
|
/* Define if your system converts long double to (unsigned) long values with
|
|
special algorithm. */
|
|
#cmakedefine H5_LDOUBLE_TO_LONG_SPECIAL @H5_LDOUBLE_TO_LONG_SPECIAL@
|
|
|
|
/* Define if your system can convert (unsigned) long long to long double
|
|
values correctly. */
|
|
#cmakedefine H5_LLONG_TO_LDOUBLE_CORRECT @H5_LLONG_TO_LDOUBLE_CORRECT@
|
|
|
|
/* Define if your system can convert (unsigned) long to long double values
|
|
with special algorithm. */
|
|
#cmakedefine H5_LONG_TO_LDOUBLE_SPECIAL @H5_LONG_TO_LDOUBLE_SPECIAL@
|
|
|
|
/* Define if your system is power6 and cannot convert some long double values. */
|
|
#cmakedefine H5_DISABLE_SOME_LDOUBLE_CONV @H5_DISABLE_SOME_LDOUBLE_CONV@
|
|
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
#cmakedefine H5_LT_OBJDIR @H5_LT_OBJDIR@
|
|
|
|
/* Define to enable internal memory allocation sanity checking. */
|
|
#cmakedefine H5_MEMORY_ALLOC_SANITY_CHECK @H5_MEMORY_ALLOC_SANITY_CHECK@
|
|
|
|
/* Define if we can violate pointer alignment restrictions */
|
|
#cmakedefine H5_NO_ALIGNMENT_RESTRICTIONS @H5_NO_ALIGNMENT_RESTRICTIONS@
|
|
|
|
/* Define if deprecated public API symbols are disabled */
|
|
#cmakedefine H5_NO_DEPRECATED_SYMBOLS @H5_NO_DEPRECATED_SYMBOLS@
|
|
|
|
/* Name of package */
|
|
#define H5_PACKAGE "@HDF5_PACKAGE@"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define H5_PACKAGE_BUGREPORT "@HDF5_PACKAGE_BUGREPORT@"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define H5_PACKAGE_NAME "@HDF5_PACKAGE_NAME@"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define H5_PACKAGE_STRING "@HDF5_PACKAGE_STRING@"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define H5_PACKAGE_TARNAME "@HDF5_PACKAGE_TARNAME@"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define H5_PACKAGE_URL "@HDF5_PACKAGE_URL@"
|
|
|
|
/* Define to the version of this package. */
|
|
#define H5_PACKAGE_VERSION "@HDF5_PACKAGE_VERSION_STRING@"
|
|
|
|
/* Determine the maximum decimal precision in C */
|
|
#cmakedefine H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@
|
|
|
|
/* Define Fortran Maximum Real Decimal Precision */
|
|
#cmakedefine H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@
|
|
|
|
/* Width for printf() for type `long long' or `__int64', use `ll' */
|
|
#cmakedefine H5_PRINTF_LL_WIDTH @H5_PRINTF_LL_WIDTH@
|
|
|
|
/* The size of `bool', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_BOOL @H5_SIZEOF_BOOL@
|
|
|
|
/* The size of `char', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_CHAR @H5_SIZEOF_CHAR@
|
|
|
|
/* The size of `double', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_DOUBLE @H5_SIZEOF_DOUBLE@
|
|
|
|
/* The size of `float', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_FLOAT @H5_SIZEOF_FLOAT@
|
|
|
|
/* The size of `int', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT @H5_SIZEOF_INT@
|
|
|
|
/* The size of `int16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT16_T @H5_SIZEOF_INT16_T@
|
|
|
|
/* The size of `int32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT32_T @H5_SIZEOF_INT32_T@
|
|
|
|
/* The size of `int64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT64_T @H5_SIZEOF_INT64_T@
|
|
|
|
/* The size of `int8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT8_T @H5_SIZEOF_INT8_T@
|
|
|
|
/* The size of `int_fast16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_FAST16_T @H5_SIZEOF_INT_FAST16_T@
|
|
|
|
/* The size of `int_fast32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_FAST32_T @H5_SIZEOF_INT_FAST32_T@
|
|
|
|
/* The size of `int_fast64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_FAST64_T @H5_SIZEOF_INT_FAST64_T@
|
|
|
|
/* The size of `int_fast8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_FAST8_T @H5_SIZEOF_INT_FAST8_T@
|
|
|
|
/* The size of `int_least16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_LEAST16_T @H5_SIZEOF_INT_LEAST16_T@
|
|
|
|
/* The size of `int_least32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_LEAST32_T @H5_SIZEOF_INT_LEAST32_T@
|
|
|
|
/* The size of `int_least64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_LEAST64_T @H5_SIZEOF_INT_LEAST64_T@
|
|
|
|
/* The size of `int_least8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_INT_LEAST8_T @H5_SIZEOF_INT_LEAST8_T@
|
|
|
|
#if !defined(__APPLE__)
|
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_SIZE_T @H5_SIZEOF_SIZE_T@
|
|
|
|
/* The size of `ssize_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_SSIZE_T @H5_SIZEOF_SSIZE_T@
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_LONG @H5_SIZEOF_LONG@
|
|
|
|
/* The size of `long double', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_LONG_DOUBLE @H5_SIZEOF_LONG_DOUBLE@
|
|
|
|
#else
|
|
|
|
/* On Apple, to support Universal Binaries (where multiple CPU
|
|
architectures exist in one library/executable), we can't assume
|
|
the machine doing the compiling has the same endianness or type
|
|
sizes as all the various architectures (PowerPC, Intel, ARM). */
|
|
|
|
# if defined(__LP64__) && __LP64__
|
|
#define H5_SIZEOF_LONG 8
|
|
#define H5_SIZEOF_SIZE_T 8
|
|
#define H5_SIZEOF_SSIZE_T 8
|
|
# else
|
|
#define H5_SIZEOF_LONG 4
|
|
#define H5_SIZEOF_SIZE_T 4
|
|
#define H5_SIZEOF_SSIZE_T 4
|
|
# endif
|
|
|
|
# if defined(__i386__) || defined(__x86_64__)
|
|
#define H5_SIZEOF_LONG_DOUBLE 16
|
|
# elif defined(__aarch64__)
|
|
#define H5_SIZEOF_LONG_DOUBLE 8
|
|
# else
|
|
#cmakedefine H5_SIZEOF_LONG_DOUBLE @H5_SIZEOF_LONG_DOUBLE@
|
|
# endif
|
|
|
|
#endif
|
|
|
|
/* Define size of long long and/or __int64 bit integer type only if the type
|
|
exists. */
|
|
#if !defined(__APPLE__)
|
|
#cmakedefine H5_SIZEOF_LONG_LONG @H5_SIZEOF_LONG_LONG@
|
|
#else
|
|
#define H5_SIZEOF_LONG_LONG 8
|
|
#endif
|
|
|
|
/* The size of `off64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_OFF64_T @H5_SIZEOF_OFF64_T@
|
|
|
|
/* The size of `off_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_OFF_T @H5_SIZEOF_OFF_T@
|
|
|
|
/* The size of `ptrdiff_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_PTRDIFF_T @H5_SIZEOF_PTRDIFF_T@
|
|
|
|
/* The size of `short', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_SHORT @H5_SIZEOF_SHORT@
|
|
|
|
/* The size of `time_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_TIME_T @H5_SIZEOF_TIME_T@
|
|
|
|
/* The size of `uint16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT16_T @H5_SIZEOF_UINT16_T@
|
|
|
|
/* The size of `uint32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT32_T @H5_SIZEOF_UINT32_T@
|
|
|
|
/* The size of `uint64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT64_T @H5_SIZEOF_UINT64_T@
|
|
|
|
/* The size of `uint8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT8_T @H5_SIZEOF_UINT8_T@
|
|
|
|
/* The size of `uint_fast16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_FAST16_T @H5_SIZEOF_UINT_FAST16_T@
|
|
|
|
/* The size of `uint_fast32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_FAST32_T @H5_SIZEOF_UINT_FAST32_T@
|
|
|
|
/* The size of `uint_fast64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_FAST64_T @H5_SIZEOF_UINT_FAST64_T@
|
|
|
|
/* The size of `uint_fast8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_FAST8_T @H5_SIZEOF_UINT_FAST8_T@
|
|
|
|
/* The size of `uint_least16_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_LEAST16_T @H5_SIZEOF_UINT_LEAST16_T@
|
|
|
|
/* The size of `uint_least32_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_LEAST32_T @H5_SIZEOF_UINT_LEAST32_T@
|
|
|
|
/* The size of `uint_least64_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_LEAST64_T @H5_SIZEOF_UINT_LEAST64_T@
|
|
|
|
/* The size of `uint_least8_t', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UINT_LEAST8_T @H5_SIZEOF_UINT_LEAST8_T@
|
|
|
|
/* The size of `unsigned', as computed by sizeof. */
|
|
#cmakedefine H5_SIZEOF_UNSIGNED @H5_SIZEOF_UNSIGNED@
|
|
|
|
/* The size of `_Quad', as computed by sizeof. */
|
|
#define H5_SIZEOF__QUAD @H5_SIZEOF__QUAD@
|
|
|
|
/* The size of `__float128', as computed by sizeof. */
|
|
#define H5_SIZEOF___FLOAT128 @H5_SIZEOF___FLOAT128@
|
|
|
|
/* The size of `__int64', as computed by sizeof. */
|
|
#define H5_SIZEOF___INT64 @H5_SIZEOF___INT64@
|
|
|
|
/* Define if strict file format checks are enabled */
|
|
#cmakedefine H5_STRICT_FORMAT_CHECKS @H5_STRICT_FORMAT_CHECKS@
|
|
|
|
/* Define if your system supports pthread_attr_setscope(&attribute,
|
|
PTHREAD_SCOPE_SYSTEM) call. */
|
|
#cmakedefine H5_SYSTEM_SCOPE_THREADS @H5_SYSTEM_SCOPE_THREADS@
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#cmakedefine H5_TIME_WITH_SYS_TIME @H5_TIME_WITH_SYS_TIME@
|
|
|
|
/* Define using v1.6 public API symbols by default */
|
|
#cmakedefine H5_USE_16_API_DEFAULT @H5_USE_16_API_DEFAULT@
|
|
|
|
/* Define using v1.8 public API symbols by default */
|
|
#cmakedefine H5_USE_18_API_DEFAULT @H5_USE_18_API_DEFAULT@
|
|
|
|
/* Define using v1.10 public API symbols by default */
|
|
#cmakedefine H5_USE_110_API_DEFAULT @H5_USE_110_API_DEFAULT@
|
|
|
|
/* Define using v1.12 public API symbols by default */
|
|
#cmakedefine H5_USE_112_API_DEFAULT @H5_USE_112_API_DEFAULT@
|
|
|
|
/* Define using v1.14 public API symbols by default */
|
|
#cmakedefine H5_USE_114_API_DEFAULT @H5_USE_114_API_DEFAULT@
|
|
|
|
/* Define if the library will use file locking */
|
|
#cmakedefine H5_USE_FILE_LOCKING @H5_USE_FILE_LOCKING@
|
|
|
|
/* Define if a memory checking tool will be used on the library, to cause
|
|
library to be very picky about memory operations and also disable the
|
|
internal free list manager code. */
|
|
#cmakedefine H5_USING_MEMCHECKER @H5_USING_MEMCHECKER@
|
|
|
|
/* Version number of package */
|
|
#define H5_VERSION "@HDF5_PACKAGE_VERSION_STRING@"
|
|
|
|
/* Data accuracy is prefered to speed during data conversions */
|
|
#cmakedefine H5_WANT_DATA_ACCURACY @H5_WANT_DATA_ACCURACY@
|
|
|
|
/* Check exception handling functions during data conversions */
|
|
#cmakedefine H5_WANT_DCONV_EXCEPTION @H5_WANT_DCONV_EXCEPTION@
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#if !defined(__APPLE__)
|
|
# ifndef WORDS_BIGENDIAN
|
|
# undef WORDS_BIGENDIAN
|
|
# endif
|
|
#else
|
|
# if defined __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# endif
|
|
#endif
|
|
|
|
#cmakedefine WORDS_BIGENDIAN @H5_WORDS_BIGENDIANR@
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
#cmakedefine H5__FILE_OFFSET_BITS
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#cmakedefine H5__LARGE_FILES
|
|
|
|
/* Define to `long int' if <sys/types.h> does not define. */
|
|
#cmakedefine H5_off_t
|
|
|
|
/* Define to `long' if <sys/types.h> does not define. */
|
|
#cmakedefine H5_ssize_t
|
|
|
|
#endif
|