Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: third_party/tcmalloc/config_linux.h

Issue 339065: Upgrade to google-perftools revision 77.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tcmalloc/config.h ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/config_linux.h
===================================================================
--- third_party/tcmalloc/config_linux.h (revision 30567)
+++ third_party/tcmalloc/config_linux.h (working copy)
@@ -79,6 +79,9 @@
/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES 1
+/* Define to 1 if you have the <poll.h> header file. */
+#define HAVE_POLL_H 1
+
/* define if libc has program_invocation_name */
#define HAVE_PROGRAM_INVOCATION_NAME 1
@@ -167,13 +170,13 @@
#define PACKAGE_NAME "google-perftools"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "google-perftools 1.3"
+#define PACKAGE_STRING "google-perftools 1.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "google-perftools"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3"
+#define PACKAGE_VERSION "1.4"
/* How to access the PC from a struct ucontext */
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
@@ -205,7 +208,7 @@
#define STL_NAMESPACE std
/* Version number of package */
-#define VERSION "1.3"
+#define VERSION "1.4"
/* C99 says: define this to get the PRI... macros from stdint.h */
#ifndef __STDC_FORMAT_MACROS
« no previous file with comments | « third_party/tcmalloc/config.h ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698