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