diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 16:34:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 16:34:08 (GMT) |
commit | e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2 (patch) | |
tree | 54cea90c215a8b1c621c26b550c35f03eb270ae4 /src/H5config.h.in | |
parent | 037f8104e8bb50313405ae7d3a1a8695584c8d40 (diff) | |
download | hdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.zip hdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.tar.gz hdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.tar.bz2 |
[svn-r26618] Description:
Bring r26511 from autotools_rework branch to trunk:
Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working
around bugs in the Cray X1 compiler and is no longer supported.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index cd8886c..c5ef75e 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -33,10 +33,6 @@ /* As FC_FUNC, but for C identifiers containing underscores. */ #undef FC_FUNC_ -/* Define if your system can handle overflow converting floating-point to - integer values. */ -#undef FP_TO_INTEGER_OVERFLOW_WORKS - /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM |