xref: /aosp_15_r20/external/swiftshader/third_party/libbacktrace/config/linux/include/config.h (revision 03ce13f70fcc45d86ee91b7ee4cab1936a95046e)
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 64
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 `strnlen', and to 0 if you
17    don't. */
18 #define HAVE_DECL_STRNLEN 1
19 
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #define HAVE_DLFCN_H 1
22 
23 /* Define if dl_iterate_phdr is available. */
24 #define HAVE_DL_ITERATE_PHDR 1
25 
26 /* Define to 1 if you have the fcntl function */
27 #define HAVE_FCNTL 1
28 
29 /* Define if getexecname is available. */
30 /* #undef HAVE_GETEXECNAME */
31 
32 /* Define if _Unwind_GetIPInfo is available. */
33 #define HAVE_GETIPINFO 1
34 
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37 
38 /* Define to 1 if you have the `z' library (-lz). */
39 #define HAVE_LIBZ 1
40 
41 /* Define to 1 if you have the <link.h> header file. */
42 #define HAVE_LINK_H 1
43 
44 /* Define if AIX loadquery is available. */
45 /* #undef HAVE_LOADQUERY */
46 
47 /* Define to 1 if you have the `lstat' function. */
48 #define HAVE_LSTAT 1
49 
50 /* Define to 1 if you have the <memory.h> header file. */
51 #define HAVE_MEMORY_H 1
52 
53 /* Define to 1 if you have the `readlink' function. */
54 #define HAVE_READLINK 1
55 
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #define HAVE_STDINT_H 1
58 
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #define HAVE_STDLIB_H 1
61 
62 /* Define to 1 if you have the <strings.h> header file. */
63 #define HAVE_STRINGS_H 1
64 
65 /* Define to 1 if you have the <string.h> header file. */
66 #define HAVE_STRING_H 1
67 
68 /* Define to 1 if you have the __sync functions */
69 #define HAVE_SYNC_FUNCTIONS 1
70 
71 /* Define to 1 if you have the <sys/ldr.h> header file. */
72 /* #undef HAVE_SYS_LDR_H */
73 
74 /* Define to 1 if you have the <sys/mman.h> header file. */
75 #define HAVE_SYS_MMAN_H 1
76 
77 /* Define to 1 if you have the <sys/stat.h> header file. */
78 #define HAVE_SYS_STAT_H 1
79 
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #define HAVE_SYS_TYPES_H 1
82 
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #define HAVE_UNISTD_H 1
85 
86 /* Define if -lz is available. */
87 #define HAVE_ZLIB 1
88 
89 /* Define to the sub-directory in which libtool stores uninstalled libraries.
90    */
91 #define LT_OBJDIR ".libs/"
92 
93 /* Define to the address where bug reports for this package should be sent. */
94 #define PACKAGE_BUGREPORT ""
95 
96 /* Define to the full name of this package. */
97 #define PACKAGE_NAME "package-unused"
98 
99 /* Define to the full name and version of this package. */
100 #define PACKAGE_STRING "package-unused version-unused"
101 
102 /* Define to the one symbol short name of this package. */
103 #define PACKAGE_TARNAME "libbacktrace"
104 
105 /* Define to the home page for this package. */
106 #define PACKAGE_URL ""
107 
108 /* Define to the version of this package. */
109 #define PACKAGE_VERSION "version-unused"
110 
111 /* Define to 1 if you have the ANSI C header files. */
112 #define STDC_HEADERS 1
113 
114 /* Enable extensions on AIX 3, Interix.  */
115 #ifndef _ALL_SOURCE
116 # define _ALL_SOURCE 1
117 #endif
118 /* Enable GNU extensions on systems that have them.  */
119 #ifndef _GNU_SOURCE
120 # define _GNU_SOURCE 1
121 #endif
122 /* Enable threading extensions on Solaris.  */
123 #ifndef _POSIX_PTHREAD_SEMANTICS
124 # define _POSIX_PTHREAD_SEMANTICS 1
125 #endif
126 /* Enable extensions on HP NonStop.  */
127 #ifndef _TANDEM_SOURCE
128 # define _TANDEM_SOURCE 1
129 #endif
130 /* Enable general extensions on Solaris.  */
131 #ifndef __EXTENSIONS__
132 # define __EXTENSIONS__ 1
133 #endif
134 
135 
136 /* Number of bits in a file offset, on hosts where this is settable. */
137 /* #undef _FILE_OFFSET_BITS */
138 
139 /* Define for large files, on AIX-style hosts. */
140 /* #undef _LARGE_FILES */
141 
142 /* Define to 1 if on MINIX. */
143 /* #undef _MINIX */
144 
145 /* Define to 2 if the system does not provide POSIX.1 features except with
146    this defined. */
147 /* #undef _POSIX_1_SOURCE */
148 
149 /* Define to 1 if you need to in order for `stat' and other things to work. */
150 /* #undef _POSIX_SOURCE */
151