Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/libbacktrace/config.h
9902 views
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* ELF size: 32 or 64 */
5
#define BACKTRACE_ELF_SIZE unused
6
7
/* XCOFF size: 32 or 64 */
8
#define BACKTRACE_XCOFF_SIZE unused
9
10
/* Define to 1 if you have the __atomic functions */
11
#define HAVE_ATOMIC_FUNCTIONS 1
12
13
/* Define to 1 if you have the `clock_gettime' function. */
14
#define HAVE_CLOCK_GETTIME 1
15
16
/* Define to 1 if you have the declaration of `getpagesize', and to 0 if you
17
don't. */
18
#define HAVE_DECL_GETPAGESIZE 0
19
20
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
21
don't. */
22
#define HAVE_DECL_STRNLEN 1
23
24
/* Define to 1 if you have the <dlfcn.h> header file. */
25
/* #undef HAVE_DLFCN_H */
26
27
/* Define if dl_iterate_phdr is available. */
28
/* #undef HAVE_DL_ITERATE_PHDR */
29
30
/* Define to 1 if you have the fcntl function */
31
/* #undef HAVE_FCNTL */
32
33
/* Define if getexecname is available. */
34
/* #undef HAVE_GETEXECNAME */
35
36
/* Define if _Unwind_GetIPInfo is available. */
37
#define HAVE_GETIPINFO 1
38
39
/* Define to 1 if you have the <inttypes.h> header file. */
40
#define HAVE_INTTYPES_H 1
41
42
/* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>.
43
*/
44
/* #undef HAVE_KERN_PROC */
45
46
/* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in
47
<sys/sysctl.h>. */
48
/* #undef HAVE_KERN_PROC_ARGS */
49
50
/* Define if -llzma is available. */
51
#define HAVE_LIBLZMA 1
52
53
/* Define to 1 if you have the <link.h> header file. */
54
/* #undef HAVE_LINK_H */
55
56
/* Define if AIX loadquery is available. */
57
/* #undef HAVE_LOADQUERY */
58
59
/* Define to 1 if you have the `lstat' function. */
60
/* #undef HAVE_LSTAT */
61
62
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
63
/* #undef HAVE_MACH_O_DYLD_H */
64
65
/* Define to 1 if you have the <memory.h> header file. */
66
#define HAVE_MEMORY_H 1
67
68
/* Define to 1 if you have the `readlink' function. */
69
/* #undef HAVE_READLINK */
70
71
/* Define to 1 if you have the <stdint.h> header file. */
72
#define HAVE_STDINT_H 1
73
74
/* Define to 1 if you have the <stdlib.h> header file. */
75
#define HAVE_STDLIB_H 1
76
77
/* Define to 1 if you have the <strings.h> header file. */
78
#define HAVE_STRINGS_H 1
79
80
/* Define to 1 if you have the <string.h> header file. */
81
#define HAVE_STRING_H 1
82
83
/* Define to 1 if you have the __sync functions */
84
#define HAVE_SYNC_FUNCTIONS 1
85
86
/* Define to 1 if you have the <sys/ldr.h> header file. */
87
/* #undef HAVE_SYS_LDR_H */
88
89
/* Define to 1 if you have the <sys/mman.h> header file. */
90
/* #undef HAVE_SYS_MMAN_H */
91
92
/* Define to 1 if you have the <sys/stat.h> header file. */
93
#define HAVE_SYS_STAT_H 1
94
95
/* Define to 1 if you have the <sys/types.h> header file. */
96
#define HAVE_SYS_TYPES_H 1
97
98
/* Define to 1 if you have the <unistd.h> header file. */
99
#define HAVE_UNISTD_H 1
100
101
/* Define if -lz is available. */
102
#define HAVE_ZLIB 1
103
104
/* Define to the sub-directory in which libtool stores uninstalled libraries.
105
*/
106
#define LT_OBJDIR ".libs/"
107
108
/* Define to the address where bug reports for this package should be sent. */
109
#define PACKAGE_BUGREPORT ""
110
111
/* Define to the full name of this package. */
112
#define PACKAGE_NAME "package-unused"
113
114
/* Define to the full name and version of this package. */
115
#define PACKAGE_STRING "package-unused version-unused"
116
117
/* Define to the one symbol short name of this package. */
118
#define PACKAGE_TARNAME "libbacktrace"
119
120
/* Define to the home page for this package. */
121
#define PACKAGE_URL ""
122
123
/* Define to the version of this package. */
124
#define PACKAGE_VERSION "version-unused"
125
126
/* Define to 1 if you have the ANSI C header files. */
127
#define STDC_HEADERS 1
128
129
/* Enable extensions on AIX 3, Interix. */
130
#ifndef _ALL_SOURCE
131
# define _ALL_SOURCE 1
132
#endif
133
/* Enable GNU extensions on systems that have them. */
134
#ifndef _GNU_SOURCE
135
# define _GNU_SOURCE 1
136
#endif
137
/* Enable threading extensions on Solaris. */
138
#ifndef _POSIX_PTHREAD_SEMANTICS
139
# define _POSIX_PTHREAD_SEMANTICS 1
140
#endif
141
/* Enable extensions on HP NonStop. */
142
#ifndef _TANDEM_SOURCE
143
# define _TANDEM_SOURCE 1
144
#endif
145
/* Enable general extensions on Solaris. */
146
#ifndef __EXTENSIONS__
147
# define __EXTENSIONS__ 1
148
#endif
149
150
151
/* Enable large inode numbers on Mac OS X 10.5. */
152
#ifndef _DARWIN_USE_64_BIT_INODE
153
# define _DARWIN_USE_64_BIT_INODE 1
154
#endif
155
156
/* Number of bits in a file offset, on hosts where this is settable. */
157
#define _FILE_OFFSET_BITS 64
158
159
/* Define for large files, on AIX-style hosts. */
160
/* #undef _LARGE_FILES */
161
162
/* Define to 1 if on MINIX. */
163
/* #undef _MINIX */
164
165
/* Define to 2 if the system does not provide POSIX.1 features except with
166
this defined. */
167
/* #undef _POSIX_1_SOURCE */
168
169
/* Define to 1 if you need to in order for `stat' and other things to work. */
170
/* #undef _POSIX_SOURCE */
171
172