diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-11 20:26:35 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-11 20:26:35 (GMT) |
commit | 980683f1e1373f82e20d93846c138c4dc45952e0 (patch) | |
tree | 3526fed8b2ab647f0ca39f12cc118c64c733111f /src | |
parent | 44cb906eb77e050c6187152592fa5418eba6e075 (diff) | |
download | hdf5-980683f1e1373f82e20d93846c138c4dc45952e0.zip hdf5-980683f1e1373f82e20d93846c138c4dc45952e0.tar.gz hdf5-980683f1e1373f82e20d93846c138c4dc45952e0.tar.bz2 |
[svn-r8505] *** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index f478dc7..7ed02b0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -505,10 +505,14 @@ floating-point values. */ #undef SW_ULONG_TO_FP_BOTTOM_BIT_WORKS -/* Define if your system can accurately convert unsigned long long values to +/* Define if your system can roundup accurately convert unsigned long long values to floating-point values. */ #undef FP_TO_ULLONG_BOTTOM_BIT_WORKS +/* Define if the maximal number is right on your system convert unsigned long long values to + floating-point values. */ +#undef FP_TO_ULLONG_RIGHT_MAXIMUM + /* Define if your system supports pthread_attr_setscope(&attribute, PTHREAD_SCOPE_SYSTEM) call. */ #undef SYSTEM_SCOPE_THREADS |