summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 13:39:55 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 15:44:14 -0800
commit0c11d35f4a2a0f5f42ee684a3f5b27cbab8abae2 (patch)
treedd8c9e9fede71813aff61de09ea3ff2ae9294cf7 /cmake
parent92718aaaeb08d139b346633333235bf2260d0848 (diff)
downloadgperftools-0c11d35f4a2a0f5f42ee684a3f5b27cbab8abae2.tar.gz
amputate checking for __int64
Since everything supports stdint.h this days.
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 177456f..c5f0a1f 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -223,9 +223,6 @@
/* Define to 1 if compiler supports __environ */
#cmakedefine HAVE___ENVIRON
-/* Define to 1 if the system has the type `__int64'. */
-#cmakedefine HAVE___INT64
-
/* Define to 1 if you have the `__sbrk' function. */
#cmakedefine HAVE___SBRK