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 /vms | |
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 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index fec8793..dc6da8c 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -405,6 +405,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #define H5_HAVE_UNISTD_H 1 +/* Define to 1 if you have the `asprintf' function. */ +/* #undef H5_HAVE_ASPRINTF */ + /* Define to 1 if you have the `vasprintf' function. */ /* #undef H5_HAVE_VASPRINTF */ |