1/* src/config.h.  Generated from config.h.in by configure.  */
2/* src/config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to 1 if compiler supports __builtin_stack_pointer */
5/* #undef HAVE_BUILTIN_STACK_POINTER */
6
7/* Define to 1 if you have the <conflict-signal.h> header file. */
8/* #undef HAVE_CONFLICT_SIGNAL_H */
9
10/* Define to 1 if you have the <cygwin/signal.h> header file. */
11/* #undef HAVE_CYGWIN_SIGNAL_H */
12
13/* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
14   */
15#define HAVE_DECL_CFREE 0
16
17/* Define to 1 if you have the declaration of `memalign', and to 0 if you
18   don't. */
19#define HAVE_DECL_MEMALIGN 0
20
21/* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
22   you don't. */
23#define HAVE_DECL_POSIX_MEMALIGN 0
24
25/* Define to 1 if you have the declaration of `pvalloc', and to 0 if you
26   don't. */
27#define HAVE_DECL_PVALLOC 0
28
29/* Define to 1 if you have the declaration of `uname', and to 0 if you don't.
30   */
31#define HAVE_DECL_UNAME 1
32
33/* Define to 1 if you have the declaration of `valloc', and to 0 if you don't.
34   */
35#define HAVE_DECL_VALLOC 0
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#define HAVE_DLFCN_H 1
39
40/* Define to 1 if the system has the type `Elf32_Versym'. */
41#define HAVE_ELF32_VERSYM 1
42
43/* Define to 1 if you have the <execinfo.h> header file. */
44#define HAVE_EXECINFO_H 1
45
46/* Define to 1 if you have the <fcntl.h> header file. */
47#define HAVE_FCNTL_H 1
48
49/* Define to 1 if you have the <features.h> header file. */
50/* #undef HAVE_FEATURES_H */
51
52/* Define to 1 if you have the `geteuid' function. */
53#define HAVE_GETEUID 1
54
55/* Define to 1 if you have the `getpagesize' function. */
56#define HAVE_GETPAGESIZE 1
57
58/* Define to 1 if you have the <glob.h> header file. */
59#define HAVE_GLOB_H 1
60
61/* Define to 1 if you have the <grp.h> header file. */
62#define HAVE_GRP_H 1
63
64/* Define to 1 if you have the <inttypes.h> header file. */
65#define HAVE_INTTYPES_H 1
66
67/* Define to 1 if you have the <libunwind.h> header file. */
68/* #undef HAVE_LIBUNWIND_H */
69
70/* Define to 1 if you have the <linux/ptrace.h> header file. */
71/* #undef HAVE_LINUX_PTRACE_H */
72
73/* Define to 1 if you have the <malloc.h> header file. */
74/* #undef HAVE_MALLOC_H */
75
76/* Define to 1 if you have the <malloc/malloc.h> header file. */
77#undef HAVE_MALLOC_MALLOC_H
78
79/* Define to 1 if you have the <memory.h> header file. */
80#define HAVE_MEMORY_H 1
81
82/* Define to 1 if you have a working `mmap' system call. */
83#define HAVE_MMAP 1
84
85/* define if the compiler implements namespaces */
86#define HAVE_NAMESPACES 1
87
88/* Define to 1 if you have the <poll.h> header file. */
89#define HAVE_POLL_H 1
90
91/* define if libc has program_invocation_name */
92/* #undef HAVE_PROGRAM_INVOCATION_NAME */
93
94/* Define if you have POSIX threads libraries and header files. */
95#define HAVE_PTHREAD 1
96
97/* Define to 1 if you have the <pwd.h> header file. */
98#define HAVE_PWD_H 1
99
100/* Define to 1 if you have the `sbrk' function. */
101#define HAVE_SBRK 1
102
103/* Define to 1 if you have the <sched.h> header file. */
104#define HAVE_SCHED_H 1
105
106/* Define to 1 if you have the <stdint.h> header file. */
107#define HAVE_STDINT_H 1
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#define HAVE_STDLIB_H 1
111
112/* Define to 1 if you have the <strings.h> header file. */
113#define HAVE_STRINGS_H 1
114
115/* Define to 1 if you have the <string.h> header file. */
116#define HAVE_STRING_H 1
117
118/* Define to 1 if the system has the type `struct mallinfo'. */
119/* #undef HAVE_STRUCT_MALLINFO */
120
121/* Define to 1 if you have the <sys/cdefs.h> header file. */
122#define HAVE_SYS_CDEFS_H 1
123
124/* Define to 1 if you have the <sys/malloc.h> header file. */
125#undef HAVE_SYS_MALLOC_H
126
127/* Define to 1 if you have the <sys/param.h> header file. */
128#define HAVE_SYS_PARAM_H 1
129
130/* Define to 1 if you have the <sys/prctl.h> header file. */
131/* #undef HAVE_SYS_PRCTL_H */
132
133/* Define to 1 if you have the <sys/resource.h> header file. */
134#define HAVE_SYS_RESOURCE_H 1
135
136/* Define to 1 if you have the <sys/socket.h> header file. */
137#define HAVE_SYS_SOCKET_H 1
138
139/* Define to 1 if you have the <sys/stat.h> header file. */
140#define HAVE_SYS_STAT_H 1
141
142/* Define to 1 if you have the <sys/syscall.h> header file. */
143#define HAVE_SYS_SYSCALL_H 1
144
145/* Define to 1 if you have the <sys/time.h> header file. */
146#define HAVE_SYS_TIME_H 1
147
148/* Define to 1 if you have the <sys/types.h> header file. */
149#define HAVE_SYS_TYPES_H 1
150
151/* <sys/ucontext.h> is broken on redhat 7 */
152#define HAVE_SYS_UCONTEXT_H 1
153
154/* Define to 1 if you have the <sys/wait.h> header file. */
155#define HAVE_SYS_WAIT_H 1
156
157/* Define to 1 if compiler supports __thread */
158#define HAVE_TLS 1
159
160/* Define to 1 if you have the <ucontext.h> header file. */
161#define HAVE_UCONTEXT_H 1
162
163/* Define to 1 if you have the <unistd.h> header file. */
164#define HAVE_UNISTD_H 1
165
166/* Define to 1 if you have the <unwind.h> header file. */
167/* #undef HAVE_UNWIND_H */
168
169/* Define to 1 if you have the <valgrind.h> header file. */
170/* #undef HAVE_VALGRIND_H */
171
172/* define if your compiler has __attribute__ */
173#define HAVE___ATTRIBUTE__ 1
174
175/* Define to 1 if compiler supports __environ */
176/* #undef HAVE___ENVIRON */
177
178/* Define to 1 if the system has the type `__int64'. */
179/* #undef HAVE___INT64 */
180
181/* prefix where we look for installed files */
182#define INSTALL_PREFIX "/usr/local"
183
184/* Define to 1 if int32_t is equivalent to intptr_t */
185#if defined(__i386__)
186#define INT32_EQUALS_INTPTR 1
187#endif
188
189/* Define to the sub-directory in which libtool stores uninstalled libraries.
190   */
191#undef LT_OBJDIR
192
193/* Define to 1 if your C compiler doesn't accept -c and -o together. */
194/* #undef NO_MINUS_C_MINUS_O */
195
196/* Name of package */
197#define PACKAGE "google-perftools"
198
199/* Define to the address where bug reports for this package should be sent. */
200#define PACKAGE_BUGREPORT "opensource@google.com"
201
202/* Define to the full name of this package. */
203#define PACKAGE_NAME "google-perftools"
204
205/* Define to the full name and version of this package. */
206#define PACKAGE_STRING "google-perftools 1.7"
207
208/* Define to the one symbol short name of this package. */
209#define PACKAGE_TARNAME "google-perftools"
210
211/* Define to the home page for this package. */
212#define PACKAGE_URL ""
213
214/* Define to the version of this package. */
215#define PACKAGE_VERSION "1.7"
216
217/* How to access the PC from a struct ucontext */
218#if defined(__i386__)
219#define PC_FROM_UCONTEXT uc_mcontext.mc_eip
220#else
221#define PC_FROM_UCONTEXT uc_mcontext.mc_rip
222#endif
223
224/* Always the empty-string on non-windows systems. On windows, should be
225   "__declspec(dllexport)". This way, when we compile the dll, we export our
226   functions/classes. It's safe to define this here because config.h is only
227   used internally, to compile the DLL, and every DLL source file #includes
228   "config.h" before anything else. */
229#define PERFTOOLS_DLL_DECL /**/
230
231#if defined(__i386__)
232/* printf format code for printing a size_t and ssize_t */
233#define PRIdS "d"
234
235/* printf format code for printing a size_t and ssize_t */
236#define PRIuS "u"
237
238/* printf format code for printing a size_t and ssize_t */
239#define PRIxS "x"
240#else
241/* printf format code for printing a size_t and ssize_t */
242#define PRIdS "ld"
243
244/* printf format code for printing a size_t and ssize_t */
245#define PRIuS "lu"
246
247/* printf format code for printing a size_t and ssize_t */
248#define PRIxS "lx"
249#endif
250
251/* Define to necessary symbol if this constant uses a non-standard name on
252   your system. */
253/* #undef PTHREAD_CREATE_JOINABLE */
254
255/* Define to 1 if you have the ANSI C header files. */
256#define STDC_HEADERS 1
257
258/* the namespace where STL code like vector<> is defined */
259#define STL_NAMESPACE std
260
261/* Version number of package */
262#define VERSION "1.7"
263
264/* C99 says: define this to get the PRI... macros from stdint.h */
265#ifndef __STDC_FORMAT_MACROS
266# define __STDC_FORMAT_MACROS 1
267#endif
268
269/* Define to `__inline__' or `__inline' if that's what the C compiler
270   calls it, or to nothing if 'inline' is not supported under any name.  */
271#ifndef __cplusplus
272/* #undef inline */
273#endif
274
275
276#ifdef __MINGW32__
277#include "windows/mingw.h"
278#endif
279