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

Side by Side Diff: third_party/tcmalloc/chromium/src/config.h.in

Issue 1076002: Revert 41938 - Merged third_party/tcmalloc/vendor/src(googleperftools r87) in... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define to 1 if compiler supports __builtin_stack_pointer */ 3 /* Define to 1 if compiler supports __builtin_stack_pointer */
4 #undef HAVE_BUILTIN_STACK_POINTER 4 #undef HAVE_BUILTIN_STACK_POINTER
5 5
6 /* Define to 1 if you have the <conflict-signal.h> header file. */ 6 /* Define to 1 if you have the <conflict-signal.h> header file. */
7 #undef HAVE_CONFLICT_SIGNAL_H 7 #undef HAVE_CONFLICT_SIGNAL_H
8 8
9 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 9 /* Define to 1 if you have the <cygwin/signal.h> header file. */
10 #undef HAVE_CYGWIN_SIGNAL_H 10 #undef HAVE_CYGWIN_SIGNAL_H
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 /* Define to 1 if you have the <unistd.h> header file. */ 147 /* Define to 1 if you have the <unistd.h> header file. */
148 #undef HAVE_UNISTD_H 148 #undef HAVE_UNISTD_H
149 149
150 /* Define to 1 if you have the <unwind.h> header file. */ 150 /* Define to 1 if you have the <unwind.h> header file. */
151 #undef HAVE_UNWIND_H 151 #undef HAVE_UNWIND_H
152 152
153 /* define if your compiler has __attribute__ */ 153 /* define if your compiler has __attribute__ */
154 #undef HAVE___ATTRIBUTE__ 154 #undef HAVE___ATTRIBUTE__
155 155
156 /* Define to 1 if compiler supports __environ */
157 #undef HAVE___ENVIRON
158
159 /* Define to 1 if the system has the type `__int64'. */ 156 /* Define to 1 if the system has the type `__int64'. */
160 #undef HAVE___INT64 157 #undef HAVE___INT64
161 158
162 /* prefix where we look for installed files */ 159 /* prefix where we look for installed files */
163 #undef INSTALL_PREFIX 160 #undef INSTALL_PREFIX
164 161
165 /* Define to 1 if int32_t is equivalent to intptr_t */ 162 /* Define to 1 if int32_t is equivalent to intptr_t */
166 #undef INT32_EQUALS_INTPTR 163 #undef INT32_EQUALS_INTPTR
167 164
168 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 165 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 calls it, or to nothing if 'inline' is not supported under any name. */ 227 calls it, or to nothing if 'inline' is not supported under any name. */
231 #ifndef __cplusplus 228 #ifndef __cplusplus
232 #undef inline 229 #undef inline
233 #endif 230 #endif
234 231
235 232
236 #ifdef __MINGW32__ 233 #ifdef __MINGW32__
237 #include "windows/mingw.h" 234 #include "windows/mingw.h"
238 #endif 235 #endif
239 236
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/base/sysinfo.cc ('k') | third_party/tcmalloc/chromium/src/debugallocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698