~evarlast/ubuntu/utopic/mongodb/upstart-workaround-debian-bug-718702

« back to all changes in this revision

Viewing changes to src/third_party/gperftools-2.0/src/config-10gen-macos.h

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Robie Basak
  • Date: 2013-05-29 17:44:42 UTC
  • mfrom: (44.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130529174442-z0a4qmoww4y0t458
Tags: 1:2.4.3-1ubuntu1
[ James Page ]
* Merge from Debian unstable, remaining changes:
  - Enable SSL support:
    + d/control: Add libssl-dev to BD's.
    + d/rules: Enabled --ssl option.
    + d/mongodb.conf: Add example SSL configuration options.
  - d/mongodb-server.mongodb.upstart: Add upstart configuration.
  - d/rules: Don't strip binaries during scons build for Ubuntu.
  - d/control: Add armhf to target archs.
  - d/p/SConscript.client.patch: fixup install of client libraries.
  - d/p/0010-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch:
    Install libraries to lib not lib64.
* Dropped changes:
  - d/p/arm-support.patch: Included in Debian.
  - d/p/double-alignment.patch: Included in Debian.
  - d/rules,control: Debian also builds with avaliable system libraries
    now.
* Fix FTBFS due to gcc and boost upgrades in saucy:
  - d/p/0008-ignore-unused-local-typedefs.patch: Add -Wno-unused-typedefs
    to unbreak building with g++-4.8.
  - d/p/0009-boost-1.53.patch: Fixup signed/unsigned casting issue.

[ Robie Basak ]
* d/p/0011-Use-a-signed-char-to-store-BSONType-enumerations.patch: Fixup
  build failure on ARM due to missing signed'ness of char cast.

Show diffs side-by-side

added added

removed removed

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