diff options
Diffstat (limited to 'vms/src/h5pubconf.h')
-rw-r--r-- | vms/src/h5pubconf.h | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 75f5308..a197134 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -15,6 +15,9 @@ /* src/H5config.h. Generated from H5config.h.in by configure. */ /* src/H5config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +/* #undef H5_AC_APPLE_UNIVERSAL_BUILD */ + /* Define if your system generates wrong code for log2 routine. */ /* #undef H5_BAD_LOG2_CODE_GENERATED */ @@ -99,6 +102,9 @@ /* Define to 1 if you have the <dmalloc.h> header file. */ /* #undef H5_HAVE_DMALLOC_H */ +/* Define if library information should be embedded in the executables */ +/* #define H5_HAVE_EMBEDDED_LIBINFO 1 */ + /* Define to 1 if you have the <features.h> header file. */ /* #define H5_HAVE_FEATURES_H 1 */ @@ -316,6 +322,9 @@ /* Define if `struct videoconfig' is defined */ /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */ +/* Define to 1 if you have the `symlink' function. */ +/* #define H5_HAVE_SYMLINK 1 */ + /* Define to 1 if you have the `system' function. */ #define H5_HAVE_SYSTEM 1 @@ -416,7 +425,7 @@ /* #define H5_HW_FP_TO_LLONG_NOT_WORKS 1 */ /* Define if HDF5's high-level library headers should be included in hdf5.h */ -#define H5_INCLUDE_HL 1 +#define H5_INCLUDE_HL 1 /* Define if your system can accurately convert from integers to long double values. */ @@ -480,13 +489,13 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.59-FA_a4" +#define H5_PACKAGE_STRING "HDF5 1.9.64-FA_a4" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.59-FA_a4" +#define H5_PACKAGE_VERSION "1.9.64-FA_a4" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "ll" @@ -599,6 +608,9 @@ /* The size of `uint_least8_t', as computed by sizeof. */ /* #define H5_SIZEOF_UINT_LEAST8_T 1 */ +/* The size of `unsigned', as computed by sizeof. */ +#define H5_SIZEOF_UNSIGNED 4 + /* The size of `__int64', as computed by sizeof. */ #define H5_SIZEOF___INT64 0 @@ -639,7 +651,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.59-FA_a4" +#define H5_VERSION "1.9.64-FA_a4" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ @@ -653,7 +665,15 @@ /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef H5_WORDS_BIGENDIAN */ +/* #if defined AC_APPLE_UNIVERSAL_BUILD */ +/* # if defined __BIG_ENDIAN__ */ +/* # define WORDS_BIGENDIAN 1 */ +/* # endif */ +/* #else */ +/* # ifndef WORDS_BIGENDIAN */ +/* # undef WORDS_BIGENDIAN */ +/* # endif */ +/* #endif */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef H5_const */ |