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-05-24 12:07:37 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-24 12:07:37 +0000
commit0f3eaca32c31fdbacbedb6638c43984c11fcd191 (patch)
tree32ec0c611c25a1508b48e973a552f8df52dd9b77 /third_party/tcmalloc/chromium/src/config.h.in
parentf6c3483efa3d0cb4a7f49c2e3fc563100722e21b (diff)
downloadchromium_src-0f3eaca32c31fdbacbedb6638c43984c11fcd191.zip
chromium_src-0f3eaca32c31fdbacbedb6638c43984c11fcd191.tar.gz
chromium_src-0f3eaca32c31fdbacbedb6638c43984c11fcd191.tar.bz2
Revert 48024 - Reland http://codereview.chromium.org/1735024/show to assess the performance.
Review URL: http://codereview.chromium.org/2164001 TBR=antonm,willchan Review URL: http://codereview.chromium.org/2155002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48032 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.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/tcmalloc/chromium/src/config.h.in b/third_party/tcmalloc/chromium/src/config.h.in
index 49bbf0d..1ad2642 100644
--- a/third_party/tcmalloc/chromium/src/config.h.in
+++ b/third_party/tcmalloc/chromium/src/config.h.in
@@ -132,7 +132,7 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
-/* <sys/ucontext.h> is broken on redhat 7 */
+/* Define to 1 if you have the <sys/ucontext.h> header file. */
#undef HAVE_SYS_UCONTEXT_H
/* Define to 1 if you have the <sys/wait.h> header file. */
@@ -150,9 +150,6 @@
/* Define to 1 if you have the <unwind.h> header file. */
#undef HAVE_UNWIND_H
-/* Define to 1 if you have the <valgrind.h> header file. */
-#undef HAVE_VALGRIND_H
-
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__