diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 22:10:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 22:10:00 (GMT) |
commit | 496372dc18b6cf649c3eb158fefd8ef4d83c2355 (patch) | |
tree | 64590b59dea95e8c214ddf8d82c0758fc4b1243b /config/cmake/H5pubconf.h.in | |
parent | 323635f2b57e32db00c5ba27ebb8ef40f2dc5894 (diff) | |
download | hdf5-496372dc18b6cf649c3eb158fefd8ef4d83c2355.zip hdf5-496372dc18b6cf649c3eb158fefd8ef4d83c2355.tar.gz hdf5-496372dc18b6cf649c3eb158fefd8ef4d83c2355.tar.bz2 |
HDFFV-10508 more config fixes
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 6908977..ccfe581 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -30,7 +30,7 @@ #cmakedefine H5_AC_APPLE_UNIVERSAL_BUILD @H5_AC_APPLE_UNIVERSAL_BUILD@ /* Define if C++ compiler recognizes offsetof */ -#cmakedefine H5_CXX_HAVE_OFFSETOF @H5_CXX_HAVE_OFFSETOF@ +#cmakedefine H5_CXX_HAVE_OFFSETOF @CXX_HAVE_OFFSETOF@ /* Define the default plugins path to compile */ #cmakedefine H5_DEFAULT_PLUGINDIR "@H5_DEFAULT_PLUGINDIR@" @@ -402,7 +402,7 @@ /* Define to 1 if you have the `tmpfile' function. */ #cmakedefine H5_HAVE_TMPFILE @H5_HAVE_TMPFILE@ -/* Define if tm_gmtoff is a member of `struct tm' */ +/* Define if tm_gmtoff is a member of struct tm */ #cmakedefine H5_HAVE_TM_GMTOFF @H5_HAVE_TM_GMTOFF@ /* Define to 1 if you have the <unistd.h> header file. */ |