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

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

Issue 9310021: [NOT TO COMMIT!] Merge Chromium-specific changes in tcmalloc thru. the original gperftools r136. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed some build inhibitor. Created 8 years, 10 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 3
4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ 4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_
5 #define GOOGLE_PERFTOOLS_CONFIG_H_ 5 #define GOOGLE_PERFTOOLS_CONFIG_H_
6 6
7 7
8 /* Define to 1 if compiler supports __builtin_stack_pointer */ 8 /* Define to 1 if compiler supports __builtin_stack_pointer */
9 #undef HAVE_BUILTIN_STACK_POINTER 9 #undef HAVE_BUILTIN_STACK_POINTER
10 10
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 /* Define to 1 if you have the <sys/socket.h> header file. */ 140 /* Define to 1 if you have the <sys/socket.h> header file. */
141 #undef HAVE_SYS_SOCKET_H 141 #undef HAVE_SYS_SOCKET_H
142 142
143 /* Define to 1 if you have the <sys/stat.h> header file. */ 143 /* Define to 1 if you have the <sys/stat.h> header file. */
144 #undef HAVE_SYS_STAT_H 144 #undef HAVE_SYS_STAT_H
145 145
146 /* Define to 1 if you have the <sys/syscall.h> header file. */ 146 /* Define to 1 if you have the <sys/syscall.h> header file. */
147 #undef HAVE_SYS_SYSCALL_H 147 #undef HAVE_SYS_SYSCALL_H
148 148
149 /* Define to 1 if you have the <sys/time.h> header file. */
150 #undef HAVE_SYS_TIME_H
151
149 /* Define to 1 if you have the <sys/types.h> header file. */ 152 /* Define to 1 if you have the <sys/types.h> header file. */
150 #undef HAVE_SYS_TYPES_H 153 #undef HAVE_SYS_TYPES_H
151 154
152 /* <sys/ucontext.h> is broken on redhat 7 */ 155 /* <sys/ucontext.h> is broken on redhat 7 */
153 #undef HAVE_SYS_UCONTEXT_H 156 #undef HAVE_SYS_UCONTEXT_H
154 157
155 /* Define to 1 if you have the <sys/wait.h> header file. */ 158 /* Define to 1 if you have the <sys/wait.h> header file. */
156 #undef HAVE_SYS_WAIT_H 159 #undef HAVE_SYS_WAIT_H
157 160
158 /* Define to 1 if compiler supports __thread */ 161 /* Define to 1 if compiler supports __thread */
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 #ifndef __cplusplus 267 #ifndef __cplusplus
265 #undef inline 268 #undef inline
266 #endif 269 #endif
267 270
268 271
269 #ifdef __MINGW32__ 272 #ifdef __MINGW32__
270 #include "windows/mingw.h" 273 #include "windows/mingw.h"
271 #endif 274 #endif
272 275
273 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ 276 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */
274
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/common.cc ('k') | third_party/tcmalloc/chromium/src/free_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698