summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/vendor/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tcmalloc/vendor/src/config.h.in')
-rw-r--r--third_party/tcmalloc/vendor/src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/tcmalloc/vendor/src/config.h.in b/third_party/tcmalloc/vendor/src/config.h.in
index 1b1a3d9..1ad2642 100644
--- a/third_party/tcmalloc/vendor/src/config.h.in
+++ b/third_party/tcmalloc/vendor/src/config.h.in
@@ -153,6 +153,9 @@
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__
+/* Define to 1 if compiler supports __environ */
+#undef HAVE___ENVIRON
+
/* Define to 1 if the system has the type `__int64'. */
#undef HAVE___INT64