• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Building with -fsanitize=undefined or not */
5 #define CHECK_UNDEFINED 0
6 
7 /* Should ar and ranlib use -D behavior by default? */
8 #define DEFAULT_AR_DETERMINISTIC false
9 
10 /* Build dummy libdebuginfod */
11 /* #undef DUMMY_LIBDEBUGINFOD */
12 
13 /* Build debuginfod */
14 /* #undef ENABLE_DEBUGINFOD */
15 
16 /* Enable libdebuginfod */
17 /* #undef ENABLE_LIBDEBUGINFOD */
18 
19 /* Define to 1 if translation of program messages to the user's native
20    language is requested. */
21 #define ENABLE_NLS 1
22 
23 /* Define to 1 if you have the Mac OS X function
24    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
25 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
26 
27 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28    the CoreFoundation framework. */
29 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
30 
31 /* define if the compiler supports basic C++11 syntax */
32 /* #undef HAVE_CXX11 */
33 
34 /* Define if the GNU dcgettext() function is already present or preinstalled.
35    */
36 #define HAVE_DCGETTEXT 1
37 
38 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
39    don't. */
40 #define HAVE_DECL_MEMPCPY 1
41 
42 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
43    don't. */
44 #define HAVE_DECL_MEMRCHR 1
45 
46 /* Define to 1 if you have the declaration of `powerof2', and to 0 if you
47    don't. */
48 #define HAVE_DECL_POWEROF2 1
49 
50 /* Define to 1 if you have the declaration of `rawmemchr', and to 0 if you
51    don't. */
52 #define HAVE_DECL_RAWMEMCHR 1
53 
54 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
55    don't. */
56 #define HAVE_DECL_REALLOCARRAY 1
57 
58 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
59    don't. */
60 #define HAVE_DECL_STRERROR_R 1
61 
62 /* Define to 1 if you have the <error.h> header file. */
63 #define HAVE_ERROR_H 1
64 
65 /* Define to 1 if you have the <err.h> header file. */
66 #define HAVE_ERR_H 1
67 
68 /* Defined if __attribute__((fallthrough)) is supported */
69 #define HAVE_FALLTHROUGH 1
70 
71 /* Defined if __attribute__((gcc_struct)) is supported */
72 /* #undef HAVE_GCC_STRUCT */
73 
74 /* Define if the GNU gettext() function is already present or preinstalled. */
75 #define HAVE_GETTEXT 1
76 
77 /* Define if you have the iconv() function and it works. */
78 /* #undef HAVE_ICONV */
79 
80 /* Define to 1 if you have the <inttypes.h> header file. */
81 #define HAVE_INTTYPES_H 1
82 
83 /* Define to 1 if you have the `mremap' function. */
84 /* #undef HAVE_MREMAP */
85 
86 /* Define to 1 if you have the `process_vm_readv' function. */
87 #define HAVE_PROCESS_VM_READV 1
88 
89 /* Enable pthread_setname_np */
90 #define HAVE_PTHREAD_SETNAME_NP 1
91 
92 /* Define to 1 if `stdatomic.h` is provided by the system, 0 otherwise. */
93 #define HAVE_STDATOMIC_H 1
94 
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #define HAVE_STDINT_H 1
97 
98 /* Define to 1 if you have the <stdio.h> header file. */
99 #define HAVE_STDIO_H 1
100 
101 /* Define to 1 if you have the <stdlib.h> header file. */
102 #define HAVE_STDLIB_H 1
103 
104 /* Define if you have `strerror_r'. */
105 #define HAVE_STRERROR_R 1
106 
107 /* Define to 1 if you have the <strings.h> header file. */
108 #define HAVE_STRINGS_H 1
109 
110 /* Define to 1 if you have the <string.h> header file. */
111 #define HAVE_STRING_H 1
112 
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #define HAVE_SYS_STAT_H 1
115 
116 /* Define to 1 if you have the <sys/types.h> header file. */
117 #define HAVE_SYS_TYPES_H 1
118 
119 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
120 #define HAVE_SYS_USER_REGS 1
121 
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #define HAVE_UNISTD_H 1
124 
125 /* Defined if __attribute__((visibility())) is supported */
126 #define HAVE_VISIBILITY 1
127 
128 /* Name of package */
129 #define PACKAGE "elfutils"
130 
131 /* Define to the address where bug reports for this package should be sent. */
132 #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla"
133 
134 /* Define to the full name of this package. */
135 #define PACKAGE_NAME "elfutils"
136 
137 /* Define to the full name and version of this package. */
138 #define PACKAGE_STRING "elfutils 0.188"
139 
140 /* Define to the one symbol short name of this package. */
141 #define PACKAGE_TARNAME "elfutils"
142 
143 /* Define to the home page for this package. */
144 #define PACKAGE_URL "http://elfutils.org/"
145 
146 /* Define to the version of this package. */
147 #define PACKAGE_VERSION "0.188"
148 
149 /* The size of `long', as computed by sizeof. */
150 #define SIZEOF_LONG 8
151 
152 /* Define to 1 if all of the C90 standard headers exist (not just the ones
153    required in a freestanding environment). This macro is provided for
154    backward compatibility; new code need not use it. */
155 #define STDC_HEADERS 1
156 
157 /* Define to 1 if strerror_r returns char *. */
158 #define STRERROR_R_CHAR_P 1
159 
160 /* Support bzip2 decompression via -lbz2. */
161 /* #undef USE_BZLIB */
162 
163 /* Defined if demangling is enabled */
164 #define USE_DEMANGLE 1
165 
166 /* Defined if libraries should be thread-safe. */
167 /* #undef USE_LOCKS */
168 
169 /* Support LZMA (xz) decompression via -llzma. */
170 /* #undef USE_LZMA */
171 
172 /* Support gzip decompression via -lz. */
173 #define USE_ZLIB 1
174 
175 /* Support ZSTD (zst) decompression via -lzstd. */
176 /* #undef USE_ZSTD */
177 
178 /* Version number of package */
179 #define VERSION "0.188"
180 
181 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
182    `char[]'. */
183 #define YYTEXT_POINTER 1
184 
185 /* Number of bits in a file offset, on hosts where this is settable. */
186 /* #undef _FILE_OFFSET_BITS */
187 
188 /* Define for large files, on AIX-style hosts. */
189 /* #undef _LARGE_FILES */
190 
191 #include <eu-config.h>
192