summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/config.h.in
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
commitd38093cebd5f1cf854024b4203ab4c8df5493855 (patch)
treee16021ee23455edafae4fcdd680a797b2d43a56d /third_party/tcmalloc/chromium/src/config.h.in
parent245bad9e9960496c1b09f2894c7f90d320993e8d (diff)
downloadchromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.zip
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.gz
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.bz2
Land http://codereview.chromium.org/576001 again temporarily.
TBR=jar,antonm Review URL: http://codereview.chromium.org/596083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium/src/config.h.in')
-rw-r--r--third_party/tcmalloc/chromium/src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/tcmalloc/chromium/src/config.h.in b/third_party/tcmalloc/chromium/src/config.h.in
index 1b1a3d9..1ad2642 100644
--- a/third_party/tcmalloc/chromium/src/config.h.in
+++ b/third_party/tcmalloc/chromium/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