summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/vendor/src/config.h.in
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 09:15:03 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-04 09:15:03 +0000
commit7dea5b71b11343e7b085d345388a02897b2b5437 (patch)
treedcc03309b4d795d8b3230339488339cc214ed1ef /third_party/tcmalloc/vendor/src/config.h.in
parentf82cc971c66d23cada8740a5c94d2a184f5bbe7e (diff)
downloadchromium_src-7dea5b71b11343e7b085d345388a02897b2b5437.zip
chromium_src-7dea5b71b11343e7b085d345388a02897b2b5437.tar.gz
chromium_src-7dea5b71b11343e7b085d345388a02897b2b5437.tar.bz2
Updated the third_party/tcmalloc/vendor revision to r87.
This change should not affect any Chromium builds. TBR=willchan, sgk Review URL: http://codereview.chromium.org/570021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38090 0039d316-1c4b-4281-b951-d872f2087c98
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