diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-28 00:37:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-28 00:37:08 (GMT) |
commit | 6f75afd15ef87c7075512fa76422369320828717 (patch) | |
tree | 1a9c4c5d8f1685668a049a6f261f1eef2bcfe039 /config/cmake | |
parent | 68decbbc42e7b267c1301d2bd98c47014648dff8 (diff) | |
download | hdf5-6f75afd15ef87c7075512fa76422369320828717.zip hdf5-6f75afd15ef87c7075512fa76422369320828717.tar.gz hdf5-6f75afd15ef87c7075512fa76422369320828717.tar.bz2 |
[svn-r26635] Description:
Bring r26651 from autotools_rework branch to trunk:
Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI
& HP compilers.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index eccbe29..c47b7c4 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -637,10 +637,6 @@ /* Version number of package */ #define H5_VERSION "@HDF5_PACKAGE_VERSION_STRING@" -/* Define if vsnprintf() returns the correct value for formatted strings that - don't fit into size allowed */ -#cmakedefine H5_VSNPRINTF_WORKS @H5_VSNPRINTF_WORKS@ - /* Check exception handling functions during data conversions */ #cmakedefine H5_WANT_DCONV_EXCEPTION @H5_WANT_DCONV_EXCEPTION@ |