diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-29 21:39:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-29 21:39:05 (GMT) |
commit | 8f4b37accf49681ff657bcd4496f3bd023895141 (patch) | |
tree | 05dd927e8ae8a64357868289d374330966b6d358 /src/H5config.h.in | |
parent | 55f8e19fc7ba1b59f5b435a1e1949457907eff40 (diff) | |
download | hdf5-8f4b37accf49681ff657bcd4496f3bd023895141.zip hdf5-8f4b37accf49681ff657bcd4496f3bd023895141.tar.gz hdf5-8f4b37accf49681ff657bcd4496f3bd023895141.tar.bz2 |
[svn-r10700] Purpose:
Bug fix
Description:
Kent reminded me that switching the logic wasn't enough, we really needed
to add the definition to the configure script.
Solution:
Do that.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index d639e50..d805b36 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -348,6 +348,9 @@ /* Define if `__tm_gmtoff' is a member of `struct tm' */ #undef HAVE___TM_GMTOFF +/* Define if your system can compile long long to floating-point casts. */ +#undef LLONG_TO_FP_CAST_WORKS + /* Define if your system can handle complicated MPI derived datatype correctly. */ #undef MPI_COMPLEX_DERIVED_DATATYPE_WORKS |