diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 09:15:03 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 09:15:03 +0000 |
commit | 7dea5b71b11343e7b085d345388a02897b2b5437 (patch) | |
tree | dcc03309b4d795d8b3230339488339cc214ed1ef /third_party/tcmalloc/vendor/src/config.h.in | |
parent | f82cc971c66d23cada8740a5c94d2a184f5bbe7e (diff) | |
download | chromium_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.in | 3 |
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 |