summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-18 16:23:01 (GMT)
committerGitHub <noreply@github.com>2021-06-18 16:23:01 (GMT)
commita91c626c29dd18dbb23f0533a940b153dd4cad33 (patch)
treebf0cb9798a0ceaa7a42d72fb72e461a847348a38 /config/cmake/H5pubconf.h.in
parent2e7750f837547ad9d6fa6b5565d24b1f313cc5a9 (diff)
downloadhdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.zip
hdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.tar.gz
hdf5-a91c626c29dd18dbb23f0533a940b153dd4cad33.tar.bz2
Removes checks and work-arounds for strtoll and strtoull (#769)
* Removes checks and work-arounds for strtoll and strtoull * Removes CMake checks for strtoll and strtoull
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 f793367..093c6f6 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -349,12 +349,6 @@
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine H5_HAVE_STRING_H @H5_HAVE_STRING_H@
-/* Define to 1 if you have the `strtoll' function. */
-#cmakedefine H5_HAVE_STRTOLL @H5_HAVE_STRTOLL@
-
-/* Define to 1 if you have the `strtoull' function. */
-#cmakedefine H5_HAVE_STRTOULL @H5_HAVE_STRTOULL@
-
/* Define if struct text_info is defined */
#cmakedefine H5_HAVE_STRUCT_TEXT_INFO @H5_HAVE_STRUCT_TEXT_INFO@