diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-05-29 21:26:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-05-29 21:26:28 (GMT) |
commit | b0fe30721b1ece1721a99c9151c4685901c05d20 (patch) | |
tree | e8d748d7836fda7a0df38d3baf7de7417040ba7f /config/cmake/H5pubconf.h.in | |
parent | 5278b9737dad788a99cd44186b309e402c311139 (diff) | |
download | hdf5-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/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
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@ |