diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-02 19:04:25 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-02 19:04:25 (GMT) |
commit | 2a567e8155a883a1d79a7879e953449ed7505945 (patch) | |
tree | 8daf5836b2aeb494880ca54672574ad13b4b4a17 /config/cmake/H5pubconf.h.in | |
parent | e2bbdddff758e14a27a3f6a7d47f2bfc8041c687 (diff) | |
download | hdf5-2a567e8155a883a1d79a7879e953449ed7505945.zip hdf5-2a567e8155a883a1d79a7879e953449ed7505945.tar.gz hdf5-2a567e8155a883a1d79a7879e953449ed7505945.tar.bz2 |
[svn-r27326] Working version of cmake on linux.
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index fcbdbd5..f7dcce2 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -63,6 +63,18 @@ /* As FC_FUNC, but for C identifiers containing underscores. */ #define @H5_FC_FUNC_@ +/* Define Fortran Maximum Real Decimal Precision */ +#cmakedefine H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@ + +/* Determine the maximum decimal precision in C MSB NOT USED??*/ +#cmakedefine H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@ + +/* Define if we have Fortran C_LONG_DOUBLE */ +#cmakedefine H5_FORTRAN_HAVE_C_LONG_DOUBLE @H5_FORTRAN_HAVE_C_LONG_DOUBLE@ + +/* Determine if __float128 is available */ +#cmakedefine H5_HAVE_FLOAT128 @H5_HAVE_FLOAT128@ + /* Define to 1 if you have the `alarm' function. */ #cmakedefine H5_HAVE_ALARM @H5_HAVE_ALARM@ |