summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-23 22:16:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-23 22:16:28 (GMT)
commit61b5fa8e2d69ce651ba4dd4757350be347c660a6 (patch)
tree68d90395fc95c994acc4f81f5618494a1c5475d3 /config/cmake/H5pubconf.h.in
parentb424ce1b3f357b50cea356a00d61c46d67345926 (diff)
downloadhdf5-61b5fa8e2d69ce651ba4dd4757350be347c660a6.zip
hdf5-61b5fa8e2d69ce651ba4dd4757350be347c660a6.tar.gz
hdf5-61b5fa8e2d69ce651ba4dd4757350be347c660a6.tar.bz2
[svn-r26551] Description:
Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 7c3a249..08ff406 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -640,10 +640,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@