diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 998a616..b373565 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -51,6 +51,10 @@ /* Define if the function stack tracing code is to be compiled in */ #undef HAVE_CODESTACK +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME @@ -445,115 +449,115 @@ /* Width for printf() for type `long long' or `__int64', use `ll' */ #undef PRINTF_LL_WIDTH -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `double', as computed by sizeof. */ +/* The size of `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE -/* The size of a `float', as computed by sizeof. */ +/* The size of `float', as computed by sizeof. */ #undef SIZEOF_FLOAT -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `int16_t', as computed by sizeof. */ +/* The size of `int16_t', as computed by sizeof. */ #undef SIZEOF_INT16_T -/* The size of a `int32_t', as computed by sizeof. */ +/* The size of `int32_t', as computed by sizeof. */ #undef SIZEOF_INT32_T -/* The size of a `int64_t', as computed by sizeof. */ +/* The size of `int64_t', as computed by sizeof. */ #undef SIZEOF_INT64_T -/* The size of a `int8_t', as computed by sizeof. */ +/* The size of `int8_t', as computed by sizeof. */ #undef SIZEOF_INT8_T -/* The size of a `int_fast16_t', as computed by sizeof. */ +/* The size of `int_fast16_t', as computed by sizeof. */ #undef SIZEOF_INT_FAST16_T -/* The size of a `int_fast32_t', as computed by sizeof. */ +/* The size of `int_fast32_t', as computed by sizeof. */ #undef SIZEOF_INT_FAST32_T -/* The size of a `int_fast64_t', as computed by sizeof. */ +/* The size of `int_fast64_t', as computed by sizeof. */ #undef SIZEOF_INT_FAST64_T -/* The size of a `int_fast8_t', as computed by sizeof. */ +/* The size of `int_fast8_t', as computed by sizeof. */ #undef SIZEOF_INT_FAST8_T -/* The size of a `int_least16_t', as computed by sizeof. */ +/* The size of `int_least16_t', as computed by sizeof. */ #undef SIZEOF_INT_LEAST16_T -/* The size of a `int_least32_t', as computed by sizeof. */ +/* The size of `int_least32_t', as computed by sizeof. */ #undef SIZEOF_INT_LEAST32_T -/* The size of a `int_least64_t', as computed by sizeof. */ +/* The size of `int_least64_t', as computed by sizeof. */ #undef SIZEOF_INT_LEAST64_T -/* The size of a `int_least8_t', as computed by sizeof. */ +/* The size of `int_least8_t', as computed by sizeof. */ #undef SIZEOF_INT_LEAST8_T -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `long double', as computed by sizeof. */ +/* The size of `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE -/* The size of a `long long', as computed by sizeof. */ +/* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG -/* The size of a `off64_t', as computed by sizeof. */ +/* The size of `off64_t', as computed by sizeof. */ #undef SIZEOF_OFF64_T -/* The size of a `off_t', as computed by sizeof. */ +/* The size of `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `size_t', as computed by sizeof. */ +/* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T -/* The size of a `ssize_t', as computed by sizeof. */ +/* The size of `ssize_t', as computed by sizeof. */ #undef SIZEOF_SSIZE_T -/* The size of a `uint16_t', as computed by sizeof. */ +/* The size of `uint16_t', as computed by sizeof. */ #undef SIZEOF_UINT16_T -/* The size of a `uint32_t', as computed by sizeof. */ +/* The size of `uint32_t', as computed by sizeof. */ #undef SIZEOF_UINT32_T -/* The size of a `uint64_t', as computed by sizeof. */ +/* The size of `uint64_t', as computed by sizeof. */ #undef SIZEOF_UINT64_T -/* The size of a `uint8_t', as computed by sizeof. */ +/* The size of `uint8_t', as computed by sizeof. */ #undef SIZEOF_UINT8_T -/* The size of a `uint_fast16_t', as computed by sizeof. */ +/* The size of `uint_fast16_t', as computed by sizeof. */ #undef SIZEOF_UINT_FAST16_T -/* The size of a `uint_fast32_t', as computed by sizeof. */ +/* The size of `uint_fast32_t', as computed by sizeof. */ #undef SIZEOF_UINT_FAST32_T -/* The size of a `uint_fast64_t', as computed by sizeof. */ +/* The size of `uint_fast64_t', as computed by sizeof. */ #undef SIZEOF_UINT_FAST64_T -/* The size of a `uint_fast8_t', as computed by sizeof. */ +/* The size of `uint_fast8_t', as computed by sizeof. */ #undef SIZEOF_UINT_FAST8_T -/* The size of a `uint_least16_t', as computed by sizeof. */ +/* The size of `uint_least16_t', as computed by sizeof. */ #undef SIZEOF_UINT_LEAST16_T -/* The size of a `uint_least32_t', as computed by sizeof. */ +/* The size of `uint_least32_t', as computed by sizeof. */ #undef SIZEOF_UINT_LEAST32_T -/* The size of a `uint_least64_t', as computed by sizeof. */ +/* The size of `uint_least64_t', as computed by sizeof. */ #undef SIZEOF_UINT_LEAST64_T -/* The size of a `uint_least8_t', as computed by sizeof. */ +/* The size of `uint_least8_t', as computed by sizeof. */ #undef SIZEOF_UINT_LEAST8_T -/* The size of a `__int64', as computed by sizeof. */ +/* The size of `__int64', as computed by sizeof. */ #undef SIZEOF___INT64 /* Define to 1 if you have the ANSI C header files. */ @@ -610,7 +614,7 @@ #undef inline #endif -/* Define to `long' if <sys/types.h> does not define. */ +/* Define to `long int' if <sys/types.h> does not define. */ #undef off_t /* Define to `unsigned long' if <sys/types.h> does not define. */ |