diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 08:19:10 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 08:19:10 (GMT) |
commit | f53c939bd05b44d0cfc520f4de870d139ab1e61f (patch) | |
tree | 32d87e8436e40b3f1bc8dc49a1e364cbe3f5e4bb /config/cmake | |
parent | 1b62a22e0ca679cadb666e6951a65fc74dec4b69 (diff) | |
download | hdf5-f53c939bd05b44d0cfc520f4de870d139ab1e61f.zip hdf5-f53c939bd05b44d0cfc520f4de870d139ab1e61f.tar.gz hdf5-f53c939bd05b44d0cfc520f4de870d139ab1e61f.tar.bz2 |
[svn-r28581] Brought flock changes over from revise_chunks as well as a few
minor tweaks from H5private.h.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only, autotools and CMake (3.3.2)
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 5011b03..ce8219f 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -100,6 +100,9 @@ /* Define if library information should be embedded in the executables */ #cmakedefine H5_HAVE_EMBEDDED_LIBINFO @H5_HAVE_EMBEDDED_LIBINFO@ +/* Define to 1 if you have the `fcntl' function. */ +#cmakedefine H5_HAVE_FCNTL @H5_HAVE_FCNTL@ + /* Define to 1 if you have the <features.h> header file. */ #cmakedefine H5_HAVE_FEATURES_H @H5_HAVE_FEATURES_H@ @@ -109,6 +112,9 @@ /* Define if support for szip filter is enabled */ #cmakedefine H5_HAVE_FILTER_SZIP @H5_HAVE_FILTER_SZIP@ +/* Define to 1 if you have the `flock' function. */ +#cmakedefine H5_HAVE_FLOCK @H5_HAVE_FLOCK@ + /* Define to 1 if you have the `fork' function. */ #cmakedefine H5_HAVE_FORK @H5_HAVE_FORK@ |