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

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

Issue 7050034: Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_
5 #define GOOGLE_PERFTOOLS_CONFIG_H_
6
7
3 /* Define to 1 if compiler supports __builtin_stack_pointer */ 8 /* Define to 1 if compiler supports __builtin_stack_pointer */
4 #undef HAVE_BUILTIN_STACK_POINTER 9 #undef HAVE_BUILTIN_STACK_POINTER
5 10
6 /* Define to 1 if you have the <conflict-signal.h> header file. */ 11 /* Define to 1 if you have the <conflict-signal.h> header file. */
7 #undef HAVE_CONFLICT_SIGNAL_H 12 #undef HAVE_CONFLICT_SIGNAL_H
8 13
9 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 14 /* Define to 1 if you have the <cygwin/signal.h> header file. */
10 #undef HAVE_CYGWIN_SIGNAL_H 15 #undef HAVE_CYGWIN_SIGNAL_H
11 16
12 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 17 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 70
66 /* Define to 1 if you have the <libunwind.h> header file. */ 71 /* Define to 1 if you have the <libunwind.h> header file. */
67 #undef HAVE_LIBUNWIND_H 72 #undef HAVE_LIBUNWIND_H
68 73
69 /* Define to 1 if you have the <linux/ptrace.h> header file. */ 74 /* Define to 1 if you have the <linux/ptrace.h> header file. */
70 #undef HAVE_LINUX_PTRACE_H 75 #undef HAVE_LINUX_PTRACE_H
71 76
72 /* Define to 1 if you have the <malloc.h> header file. */ 77 /* Define to 1 if you have the <malloc.h> header file. */
73 #undef HAVE_MALLOC_H 78 #undef HAVE_MALLOC_H
74 79
80 /* Define to 1 if you have the <malloc/malloc.h> header file. */
81 #undef HAVE_MALLOC_MALLOC_H
82
75 /* Define to 1 if you have the <memory.h> header file. */ 83 /* Define to 1 if you have the <memory.h> header file. */
76 #undef HAVE_MEMORY_H 84 #undef HAVE_MEMORY_H
77 85
78 /* Define to 1 if you have a working `mmap' system call. */ 86 /* Define to 1 if you have a working `mmap' system call. */
79 #undef HAVE_MMAP 87 #undef HAVE_MMAP
80 88
81 /* define if the compiler implements namespaces */ 89 /* define if the compiler implements namespaces */
82 #undef HAVE_NAMESPACES 90 #undef HAVE_NAMESPACES
83 91
84 /* Define to 1 if you have the <poll.h> header file. */ 92 /* Define to 1 if you have the <poll.h> header file. */
(...skipping 22 matching lines...) Expand all
107 115
108 /* Define to 1 if you have the <strings.h> header file. */ 116 /* Define to 1 if you have the <strings.h> header file. */
109 #undef HAVE_STRINGS_H 117 #undef HAVE_STRINGS_H
110 118
111 /* Define to 1 if you have the <string.h> header file. */ 119 /* Define to 1 if you have the <string.h> header file. */
112 #undef HAVE_STRING_H 120 #undef HAVE_STRING_H
113 121
114 /* Define to 1 if the system has the type `struct mallinfo'. */ 122 /* Define to 1 if the system has the type `struct mallinfo'. */
115 #undef HAVE_STRUCT_MALLINFO 123 #undef HAVE_STRUCT_MALLINFO
116 124
125 /* Define to 1 if you have the <sys/cdefs.h> header file. */
126 #undef HAVE_SYS_CDEFS_H
127
128 /* Define to 1 if you have the <sys/malloc.h> header file. */
129 #undef HAVE_SYS_MALLOC_H
130
131 /* Define to 1 if you have the <sys/param.h> header file. */
132 #undef HAVE_SYS_PARAM_H
133
117 /* Define to 1 if you have the <sys/prctl.h> header file. */ 134 /* Define to 1 if you have the <sys/prctl.h> header file. */
118 #undef HAVE_SYS_PRCTL_H 135 #undef HAVE_SYS_PRCTL_H
119 136
120 /* Define to 1 if you have the <sys/resource.h> header file. */ 137 /* Define to 1 if you have the <sys/resource.h> header file. */
121 #undef HAVE_SYS_RESOURCE_H 138 #undef HAVE_SYS_RESOURCE_H
122 139
123 /* 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. */
124 #undef HAVE_SYS_SOCKET_H 141 #undef HAVE_SYS_SOCKET_H
125 142
126 /* 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. */
127 #undef HAVE_SYS_STAT_H 144 #undef HAVE_SYS_STAT_H
128 145
129 /* 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. */
130 #undef HAVE_SYS_SYSCALL_H 147 #undef HAVE_SYS_SYSCALL_H
131 148
149 /* Define to 1 if you have the <sys/time.h> header file. */
150 #undef HAVE_SYS_TIME_H
151
132 /* 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. */
133 #undef HAVE_SYS_TYPES_H 153 #undef HAVE_SYS_TYPES_H
134 154
135 /* <sys/ucontext.h> is broken on redhat 7 */ 155 /* <sys/ucontext.h> is broken on redhat 7 */
136 #undef HAVE_SYS_UCONTEXT_H 156 #undef HAVE_SYS_UCONTEXT_H
137 157
138 /* 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. */
139 #undef HAVE_SYS_WAIT_H 159 #undef HAVE_SYS_WAIT_H
140 160
141 /* Define to 1 if compiler supports __thread */ 161 /* Define to 1 if compiler supports __thread */
(...skipping 19 matching lines...) Expand all
161 181
162 /* Define to 1 if the system has the type `__int64'. */ 182 /* Define to 1 if the system has the type `__int64'. */
163 #undef HAVE___INT64 183 #undef HAVE___INT64
164 184
165 /* prefix where we look for installed files */ 185 /* prefix where we look for installed files */
166 #undef INSTALL_PREFIX 186 #undef INSTALL_PREFIX
167 187
168 /* Define to 1 if int32_t is equivalent to intptr_t */ 188 /* Define to 1 if int32_t is equivalent to intptr_t */
169 #undef INT32_EQUALS_INTPTR 189 #undef INT32_EQUALS_INTPTR
170 190
191 /* Define to the sub-directory in which libtool stores uninstalled libraries.
192 */
193 #undef LT_OBJDIR
194
171 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
172 #undef NO_MINUS_C_MINUS_O 196 #undef NO_MINUS_C_MINUS_O
173 197
174 /* Name of package */ 198 /* Name of package */
175 #undef PACKAGE 199 #undef PACKAGE
176 200
177 /* Define to the address where bug reports for this package should be sent. */ 201 /* Define to the address where bug reports for this package should be sent. */
178 #undef PACKAGE_BUGREPORT 202 #undef PACKAGE_BUGREPORT
179 203
180 /* Define to the full name of this package. */ 204 /* Define to the full name of this package. */
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 calls it, or to nothing if 'inline' is not supported under any name. */ 257 calls it, or to nothing if 'inline' is not supported under any name. */
234 #ifndef __cplusplus 258 #ifndef __cplusplus
235 #undef inline 259 #undef inline
236 #endif 260 #endif
237 261
238 262
239 #ifdef __MINGW32__ 263 #ifdef __MINGW32__
240 #include "windows/mingw.h" 264 #include "windows/mingw.h"
241 #endif 265 #endif
242 266
267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698