diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-15 15:18:45 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-15 15:18:45 (GMT) |
commit | 485faa47e78710e03316f8c4af1c5699cf6e192f (patch) | |
tree | 382391a2cf55065290503a84d9c50bb0b8f8e2c1 /src | |
parent | c6cf45e3e70dcf50f707d3fee68e5a92944982d7 (diff) | |
download | hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.zip hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.tar.gz hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.tar.bz2 |
[svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes sometimes and 10 bytes other times. Not sure why.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 7aedf82..daf7d0d 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -129,9 +129,6 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK -/* Define if we have F2003 compiler */ -#undef HAVE_FORTRAN_2003 - /* Define to 1 if you have the `frexpf' function. */ #undef HAVE_FREXPF |