summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 15:11:12 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 15:44:14 -0800
commit73a72cdb6154ab7bdd49b1dde91349a30e8d7973 (patch)
tree88a0a72b35a8a8cb8b3807ec8929e979ef2d89c9 /cmake
parent95b52b0504a7cb2bce36d72b8bb0825833500b4c (diff)
downloadgperftools-73a72cdb6154ab7bdd49b1dde91349a30e8d7973.tar.gz
don't check for snprintf
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 99e59e0..e9c8090 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -138,9 +138,6 @@
/* Define to 1 if you have the <sched.h> header file. */
#cmakedefine HAVE_SCHED_H
-/* Define to 1 if you have the `snprintf' function. */
-#cmakedefine HAVE_SNPRINTF
-
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H