summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-05-29 21:26:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-05-29 21:26:28 (GMT)
commitb0fe30721b1ece1721a99c9151c4685901c05d20 (patch)
treee8d748d7836fda7a0df38d3baf7de7417040ba7f /config
parent5278b9737dad788a99cd44186b309e402c311139 (diff)
downloadhdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.zip
hdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.tar.gz
hdf5-b0fe30721b1ece1721a99c9151c4685901c05d20.tar.bz2
[svn-r25225] Description:
Bring r25215 from trunk to 1.8 branch: Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh r20915: Use HDstrncpy and HDstrncat! --gh Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, multi-threads & parallel (h5committested on the trunk)
Diffstat (limited to 'config')
-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 9f5206d..d299987 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -453,6 +453,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine H5_HAVE_UNISTD_H @H5_HAVE_UNISTD_H@
+/* Define to 1 if you have the `asprintf' function. */
+#cmakedefine H5_HAVE_ASPRINTF @H5_HAVE_ASPRINTF@
+
/* Define to 1 if you have the `vasprintf' function. */
#cmakedefine H5_HAVE_VASPRINTF @H5_HAVE_VASPRINTF@