blob: ea86194416c7c508aac2cd23267103dc9f290d2e [file] [log] [blame]
Ben Cheng65b38192013-11-20 15:54:16 -08001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
Chih-Hung Hsiehb67d33c2015-09-29 13:47:38 -07004/* Building with -fsanitize=undefined or not */
5#define CHECK_UNDEFINED 0
6
Ben Cheng65b38192013-11-20 15:54:16 -08007/* Should ar and ranlib use -D behavior by default? */
8#define DEFAULT_AR_DETERMINISTIC false
9
Matthias Maennichbdb1bc82020-09-22 23:08:28 +010010/* Build dummy libdebuginfod */
11/* #undef DUMMY_LIBDEBUGINFOD */
12
Matthias Maennich53ff0572020-07-12 15:14:06 +020013/* Build debuginfod */
14/* #undef ENABLE_DEBUGINFOD */
15
Matthias Maennichbdb1bc82020-09-22 23:08:28 +010016/* Enable libdebuginfod */
Matthias Maennichfde31c02021-02-16 21:02:29 +000017/* #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 */
Matthias Maennichbdb1bc82020-09-22 23:08:28 +010030
Matthias Maennich53ff0572020-07-12 15:14:06 +020031/* define if the compiler supports basic C++11 syntax */
32#define HAVE_CXX11 1
33
Matthias Maennichfde31c02021-02-16 21:02:29 +000034/* Define if the GNU dcgettext() function is already present or preinstalled.
35 */
36#define HAVE_DCGETTEXT 1
37
Haibo Huangf5714742018-07-02 16:38:42 -070038/* 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
Matthias Maennich2f11b5a2021-11-15 23:05:13 +000054/* 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
Matthias Maennichfde31c02021-02-16 21:02:29 +000058/* 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
Colin Cross9d288da2021-09-01 17:54:36 -070062/* Define to 1 if you have the <error.h> header file. */
Colin Cross78268d72021-08-30 16:51:29 -070063#if defined(__BIONIC__) || defined(__GLIBC__)
Colin Cross9d288da2021-09-01 17:54:36 -070064#define HAVE_ERROR_H 1
Colin Cross78268d72021-08-30 16:51:29 -070065#endif
Colin Cross9d288da2021-09-01 17:54:36 -070066
67/* Define to 1 if you have the <err.h> header file. */
68#define HAVE_ERR_H 1
69
Haibo Huangf5714742018-07-02 16:38:42 -070070/* Defined if __attribute__((fallthrough)) is supported */
Matthias Maennichfde31c02021-02-16 21:02:29 +000071#define HAVE_FALLTHROUGH 1
Haibo Huangf5714742018-07-02 16:38:42 -070072
73/* Defined if __attribute__((gcc_struct)) is supported */
74/* #undef HAVE_GCC_STRUCT */
75
Matthias Maennichfde31c02021-02-16 21:02:29 +000076/* Define if the GNU gettext() function is already present or preinstalled. */
77#define HAVE_GETTEXT 1
78
79/* Define if you have the iconv() function and it works. */
80/* #undef HAVE_ICONV */
81
Elliott Hughes03333822015-02-18 22:19:45 -080082/* Define to 1 if you have the <inttypes.h> header file. */
83#define HAVE_INTTYPES_H 1
84
Haibo Huangf5714742018-07-02 16:38:42 -070085/* Define to 1 if you have the `process_vm_readv' function. */
86#define HAVE_PROCESS_VM_READV 1
87
Matthias Maennich2f11b5a2021-11-15 23:05:13 +000088/* Enable pthread_setname_np */
89#define HAVE_PTHREAD_SETNAME_NP 1
90
Matthias Maennich53ff0572020-07-12 15:14:06 +020091/* Define to 1 if `stdatomic.h` is provided by the system, 0 otherwise. */
92#define HAVE_STDATOMIC_H 1
93
Elliott Hughes03333822015-02-18 22:19:45 -080094/* Define to 1 if you have the <stdint.h> header file. */
95#define HAVE_STDINT_H 1
96
Matthias Maennich2f11b5a2021-11-15 23:05:13 +000097/* Define to 1 if you have the <stdio.h> header file. */
98#define HAVE_STDIO_H 1
99
Elliott Hughes03333822015-02-18 22:19:45 -0800100/* Define to 1 if you have the <stdlib.h> header file. */
101#define HAVE_STDLIB_H 1
102
Matthias Maennich2f11b5a2021-11-15 23:05:13 +0000103/* Define if you have `strerror_r'. */
Matthias Maennichfde31c02021-02-16 21:02:29 +0000104#define HAVE_STRERROR_R 1
105
Elliott Hughes03333822015-02-18 22:19:45 -0800106/* Define to 1 if you have the <strings.h> header file. */
107#define HAVE_STRINGS_H 1
108
109/* Define to 1 if you have the <string.h> header file. */
110#define HAVE_STRING_H 1
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#define HAVE_SYS_STAT_H 1
114
115/* Define to 1 if you have the <sys/types.h> header file. */
116#define HAVE_SYS_TYPES_H 1
117
118/* Define to 1 if <sys/user.h> defines struct user_regs_struct */
119#define HAVE_SYS_USER_REGS 1
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#define HAVE_UNISTD_H 1
123
Haibo Huangf5714742018-07-02 16:38:42 -0700124/* Defined if __attribute__((visibility())) is supported */
125#define HAVE_VISIBILITY 1
126
Ben Cheng65b38192013-11-20 15:54:16 -0800127/* Name of package */
128#define PACKAGE "elfutils"
129
130/* Define to the address where bug reports for this package should be sent. */
Haibo Huangf5714742018-07-02 16:38:42 -0700131#define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla"
Ben Cheng65b38192013-11-20 15:54:16 -0800132
133/* Define to the full name of this package. */
Elliott Hughes03333822015-02-18 22:19:45 -0800134#define PACKAGE_NAME "elfutils"
Ben Cheng65b38192013-11-20 15:54:16 -0800135
136/* Define to the full name and version of this package. */
Matthias Maennich2f11b5a2021-11-15 23:05:13 +0000137#define PACKAGE_STRING "elfutils 0.186"
Ben Cheng65b38192013-11-20 15:54:16 -0800138
139/* Define to the one symbol short name of this package. */
140#define PACKAGE_TARNAME "elfutils"
141
142/* Define to the home page for this package. */
Haibo Huangf5714742018-07-02 16:38:42 -0700143#define PACKAGE_URL "http://elfutils.org/"
Ben Cheng65b38192013-11-20 15:54:16 -0800144
145/* Define to the version of this package. */
Matthias Maennich2f11b5a2021-11-15 23:05:13 +0000146#define PACKAGE_VERSION "0.186"
Elliott Hughes03333822015-02-18 22:19:45 -0800147
148/* The size of `long', as computed by sizeof. */
Elliott Hughes03333822015-02-18 22:19:45 -0800149#define SIZEOF_LONG 8
Elliott Hughes03333822015-02-18 22:19:45 -0800150
Matthias Maennich2f11b5a2021-11-15 23:05:13 +0000151/* Define to 1 if all of the C90 standard headers exist (not just the ones
152 required in a freestanding environment). This macro is provided for
153 backward compatibility; new code need not use it. */
Elliott Hughes03333822015-02-18 22:19:45 -0800154#define STDC_HEADERS 1
Ben Cheng65b38192013-11-20 15:54:16 -0800155
Matthias Maennichfde31c02021-02-16 21:02:29 +0000156/* Define to 1 if strerror_r returns char *. */
Colin Cross78268d72021-08-30 16:51:29 -0700157#if defined(__GLIBC__) || defined(__BIONIC__)
Matthias Maennichfde31c02021-02-16 21:02:29 +0000158#define STRERROR_R_CHAR_P 1
Colin Cross78268d72021-08-30 16:51:29 -0700159#endif
Matthias Maennichfde31c02021-02-16 21:02:29 +0000160
Ben Cheng65b38192013-11-20 15:54:16 -0800161/* Support bzip2 decompression via -lbz2. */
162/* #undef USE_BZLIB */
163
164/* Defined if demangling is enabled */
165#define USE_DEMANGLE 1
166
167/* Defined if libraries should be thread-safe. */
168/* #undef USE_LOCKS */
169
170/* Support LZMA (xz) decompression via -llzma. */
171/* #undef USE_LZMA */
172
173/* Support gzip decompression via -lz. */
Elliott Hughes03333822015-02-18 22:19:45 -0800174#define USE_ZLIB 1
Ben Cheng65b38192013-11-20 15:54:16 -0800175
Matthias Maennichfde31c02021-02-16 21:02:29 +0000176/* Support ZSTD (zst) decompression via -lzstd. */
177/* #undef USE_ZSTD */
178
Ben Cheng65b38192013-11-20 15:54:16 -0800179/* Version number of package */
Matthias Maennich2f11b5a2021-11-15 23:05:13 +0000180#define VERSION "0.186"
Ben Cheng65b38192013-11-20 15:54:16 -0800181
182/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
183 `char[]'. */
184#define YYTEXT_POINTER 1
185
Ben Cheng65b38192013-11-20 15:54:16 -0800186/* Number of bits in a file offset, on hosts where this is settable. */
187/* #undef _FILE_OFFSET_BITS */
188
189/* Define for large files, on AIX-style hosts. */
190/* #undef _LARGE_FILES */
191
192#include <eu-config.h>