summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-21 16:09:13 (GMT)
committerGitHub <noreply@github.com>2021-06-21 16:09:13 (GMT)
commit22a49ec424cb7a232d03d062c4141903ed6937d0 (patch)
treeb956b61c0dc36983062825efe5dc67670c2f8df2 /config/cmake/H5pubconf.h.in
parenta91c626c29dd18dbb23f0533a940b153dd4cad33 (diff)
downloadhdf5-22a49ec424cb7a232d03d062c4141903ed6937d0.zip
hdf5-22a49ec424cb7a232d03d062c4141903ed6937d0.tar.gz
hdf5-22a49ec424cb7a232d03d062c4141903ed6937d0.tar.bz2
Removes checks for (v)snprintf, which are C99 (#772)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 093c6f6..8201fc5 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -322,9 +322,6 @@
/* Define to 1 if you have the `sigsetjmp' function. */
#cmakedefine H5_HAVE_SIGSETJMP @H5_HAVE_SIGSETJMP@
-/* Define to 1 if you have the `snprintf' function. */
-#cmakedefine H5_HAVE_SNPRINTF @H5_HAVE_SNPRINTF@
-
/* Define to 1 if you have the `srandom' function. */
#cmakedefine H5_HAVE_SRANDOM @H5_HAVE_SRANDOM@
@@ -414,9 +411,6 @@
/* Define to 1 if you have the `vasprintf' function. */
#cmakedefine H5_HAVE_VASPRINTF @H5_HAVE_VASPRINTF@
-/* Define to 1 if you have the `vsnprintf' function. */
-#cmakedefine H5_HAVE_VSNPRINTF @H5_HAVE_VSNPRINTF@
-
/* Define to 1 if you have the `waitpid' function. */
#cmakedefine H5_HAVE_WAITPID @H5_HAVE_WAITPID@