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-11 13:30:18 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 13:30:18 +0000
commitbb970e0132d71343c220d3a40f1db2c2ce4bc57d (patch)
tree57d50ac70af815d2e3edb4ad64660d1d7d3dd2b6 /third_party/tcmalloc/chromium/src/config.h.in
parent327712fd2b8cb38d7c597823af9a3915da003a1c (diff)
downloadchromium_src-bb970e0132d71343c220d3a40f1db2c2ce4bc57d.zip
chromium_src-bb970e0132d71343c220d3a40f1db2c2ce4bc57d.tar.gz
chromium_src-bb970e0132d71343c220d3a40f1db2c2ce4bc57d.tar.bz2
Temporarily land http://codereview.chromium.org/576001 to check the
performance. TBR=antonm,jar Review URL: http://codereview.chromium.org/597040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38766 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