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

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

Issue 9323026: [NOT TO COMMIT!] r109: Diff of the current tcmalloc from the original google-perftools r109. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 #ifndef __cplusplus 258 #ifndef __cplusplus
256 #undef inline 259 #undef inline
257 #endif 260 #endif
258 261
259 262
260 #ifdef __MINGW32__ 263 #ifdef __MINGW32__
261 #include "windows/mingw.h" 264 #include "windows/mingw.h"
262 #endif 265 #endif
263 266
264 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ 267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */
265
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/config.h ('k') | third_party/tcmalloc/chromium/src/config_freebsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698