summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-04 03:34:25 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-04 03:34:25 (GMT)
commitd2624dae03502da447fb0ece36667b89e4a5fb96 (patch)
tree1095ded01d82e20192c47c87f227f79faa8b5f07 /config/cmake
parentdddc940bdf4a0ae236b7096245a436aead30b55d (diff)
parent30df67700cc95f1c08a0a2bc2b4cf38489f70a51 (diff)
downloadhdf5-d2624dae03502da447fb0ece36667b89e4a5fb96.zip
hdf5-d2624dae03502da447fb0ece36667b89e4a5fb96.tar.gz
hdf5-d2624dae03502da447fb0ece36667b89e4a5fb96.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index a740df2..273adb5 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -267,6 +267,9 @@
/* Define if we have parallel support */
#cmakedefine H5_HAVE_PARALLEL @H5_HAVE_PARALLEL@
+/* Define if both pread and pwrite exist. */
+#cmakedefine H5_HAVE_PREADWRITE @H5_HAVE_PREADWRITE@
+
/* Define to 1 if you have the <pthread.h> header file. */
#cmakedefine H5_HAVE_PTHREAD_H @H5_HAVE_PTHREAD_H@