Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | /* Defined if the compiler supports the attribution visibility syntax |
| 5 | __attribute__((visibility("hidden"))) */ |
| 6 | #define HAS_GCC_VISIBILITY_ATTRIBUTE 1 |
| 7 | |
| 8 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 9 | #define HAVE_DLFCN_H 1 |
| 10 | |
Matthias Maennich | 1fd23a6 | 2021-02-03 14:04:42 +0000 | [diff] [blame] | 11 | /* Define to 1 if dwarf.h has the DW_FORM_line_strp enumerator */ |
| 12 | #define HAVE_DW_FORM_line_strp 1 |
| 13 | |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 14 | /* Define to 1 if dwarf.h has the DW_FORM_strx enumerators */ |
| 15 | #define HAVE_DW_FORM_strx 1 |
| 16 | |
| 17 | /* Define to 1 if dwarf.h has the DW_FORM_strx1 enumerator */ |
| 18 | #define HAVE_DW_FORM_strx1 1 |
| 19 | |
| 20 | /* Define to 1 if dwarf.h has the DW_FORM_strx2 enumerator */ |
| 21 | #define HAVE_DW_FORM_strx2 1 |
| 22 | |
| 23 | /* Define to 1 if dwarf.h has the DW_FORM_strx3 enumerator */ |
| 24 | #define HAVE_DW_FORM_strx3 1 |
| 25 | |
| 26 | /* Define to 1 if dwarf.h has the DW_FORM_strx4 enumerator */ |
| 27 | #define HAVE_DW_FORM_strx4 1 |
| 28 | |
| 29 | /* Define to 1 if dwarf.h has the DW_LANG_C11 enumerator */ |
| 30 | #define HAVE_DW_LANG_C11_enumerator 1 |
| 31 | |
| 32 | /* Define to 1 if dwarf.h has the DW_LANG_C_plus_plus_03 enumerator */ |
| 33 | #define HAVE_DW_LANG_C_plus_plus_03_enumerator 1 |
| 34 | |
| 35 | /* Define to 1 if dwarf.h has the DW_LANG_C_plus_plus_11 enumerator */ |
| 36 | #define HAVE_DW_LANG_C_plus_plus_11_enumerator 1 |
| 37 | |
| 38 | /* Define to 1 if dwarf.h has the DW_LANG_C_plus_plus_14 enumerator */ |
| 39 | #define HAVE_DW_LANG_C_plus_plus_14_enumerator 1 |
| 40 | |
| 41 | /* Define to 1 if dwarf.h has the DW_LANG_D enumerator */ |
| 42 | #define HAVE_DW_LANG_D_enumerator 1 |
| 43 | |
| 44 | /* Define to 1 if dwarf.h has the DW_LANG_Go enumerator */ |
| 45 | #define HAVE_DW_LANG_Go_enumerator 1 |
| 46 | |
| 47 | /* Define to 1 if dwarf.h has the DW_LANG_Mips_Assembler enumerator */ |
| 48 | #define HAVE_DW_LANG_Mips_Assembler_enumerator 1 |
| 49 | |
| 50 | /* Define to 1 if dwarf.h has the DW_LANG_Python enumerator */ |
| 51 | #define HAVE_DW_LANG_Python_enumerator 1 |
| 52 | |
| 53 | /* Define to 1 if dwarf.h has the DW_LANG_Rust enumerator */ |
| 54 | #define HAVE_DW_LANG_Rust_enumerator 1 |
| 55 | |
| 56 | /* Define to 1 if dwarf.h has the DW_LANG_UPC enumerator */ |
| 57 | #define HAVE_DW_LANG_UPC_enumerator 1 |
| 58 | |
| 59 | /* Defined to 1 if elf.h has EM_AARCH64 macro defined */ |
| 60 | #define HAVE_EM_AARCH64_MACRO 1 |
| 61 | |
| 62 | /* Defined to 1 if elf.h has EM_TILEGX macro defined */ |
| 63 | #define HAVE_EM_TILEGX_MACRO 1 |
| 64 | |
| 65 | /* Defined to 1 if elf.h has EM_TILEPR0 macro defined */ |
| 66 | #define HAVE_EM_TILEPRO_MACRO 1 |
| 67 | |
| 68 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 69 | #define HAVE_INTTYPES_H 1 |
| 70 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 71 | /* Define to 1 if you have the <minix/config.h> header file. */ |
| 72 | /* #undef HAVE_MINIX_CONFIG_H */ |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 73 | |
| 74 | /* Defined to 1 if elf.h has R_AARCH64_ABS64 macro defined */ |
| 75 | #define HAVE_R_AARCH64_ABS64_MACRO 1 |
| 76 | |
| 77 | /* Defined to 1 if elf.h has R_AARCH64_PREL32 macro defined */ |
| 78 | #define HAVE_R_AARCH64_PREL32_MACRO 1 |
| 79 | |
| 80 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 81 | #define HAVE_STDINT_H 1 |
| 82 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 83 | /* Define to 1 if you have the <stdio.h> header file. */ |
| 84 | #define HAVE_STDIO_H 1 |
| 85 | |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 86 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 87 | #define HAVE_STDLIB_H 1 |
| 88 | |
| 89 | /* Define to 1 if you have the <strings.h> header file. */ |
| 90 | #define HAVE_STRINGS_H 1 |
| 91 | |
| 92 | /* Define to 1 if you have the <string.h> header file. */ |
| 93 | #define HAVE_STRING_H 1 |
| 94 | |
| 95 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 96 | #define HAVE_SYS_STAT_H 1 |
| 97 | |
| 98 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 99 | #define HAVE_SYS_TYPES_H 1 |
| 100 | |
| 101 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 102 | #define HAVE_UNISTD_H 1 |
| 103 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 104 | /* Define to 1 if you have the <wchar.h> header file. */ |
| 105 | #define HAVE_WCHAR_H 1 |
| 106 | |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 107 | /* Defined if libdw has the function dwarf_getalt */ |
| 108 | #define LIBDW_HAS_DWARF_GETALT 1 |
| 109 | |
| 110 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 111 | #define LT_OBJDIR ".libs/" |
| 112 | |
| 113 | /* Define to 1 if assertions should be disabled. */ |
| 114 | /* #undef NDEBUG */ |
| 115 | |
| 116 | /* Name of package */ |
| 117 | #define PACKAGE "libabigail" |
| 118 | |
| 119 | /* Define to the address where bug reports for this package should be sent. */ |
| 120 | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla" |
| 121 | |
| 122 | /* Define to the full name of this package. */ |
| 123 | #define PACKAGE_NAME "libabigail" |
| 124 | |
| 125 | /* Define to the full name and version of this package. */ |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 126 | #define PACKAGE_STRING "libabigail 2.1" |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 127 | |
| 128 | /* Define to the one symbol short name of this package. */ |
| 129 | #define PACKAGE_TARNAME "libabigail" |
| 130 | |
| 131 | /* Define to the home page for this package. */ |
| 132 | #define PACKAGE_URL "http://sourceware.org/libabigail" |
| 133 | |
| 134 | /* Define to the version of this package. */ |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 135 | #define PACKAGE_VERSION "2.1" |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 136 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 137 | /* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 138 | required in a freestanding environment). This macro is provided for |
| 139 | backward compatibility; new code need not use it. */ |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 140 | #define STDC_HEADERS 1 |
| 141 | |
| 142 | /* Enable extensions on AIX 3, Interix. */ |
| 143 | #ifndef _ALL_SOURCE |
| 144 | # define _ALL_SOURCE 1 |
| 145 | #endif |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 146 | /* Enable general extensions on macOS. */ |
| 147 | #ifndef _DARWIN_C_SOURCE |
| 148 | # define _DARWIN_C_SOURCE 1 |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 149 | #endif |
| 150 | /* Enable general extensions on Solaris. */ |
| 151 | #ifndef __EXTENSIONS__ |
| 152 | # define __EXTENSIONS__ 1 |
| 153 | #endif |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 154 | /* Enable GNU extensions on systems that have them. */ |
| 155 | #ifndef _GNU_SOURCE |
| 156 | # define _GNU_SOURCE 1 |
| 157 | #endif |
| 158 | /* Enable X/Open compliant socket functions that do not require linking |
| 159 | with -lxnet on HP-UX 11.11. */ |
| 160 | #ifndef _HPUX_ALT_XOPEN_SOCKET_API |
| 161 | # define _HPUX_ALT_XOPEN_SOCKET_API 1 |
| 162 | #endif |
| 163 | /* Identify the host operating system as Minix. |
| 164 | This macro does not affect the system headers' behavior. |
| 165 | A future release of Autoconf may stop defining this macro. */ |
| 166 | #ifndef _MINIX |
| 167 | /* # undef _MINIX */ |
| 168 | #endif |
| 169 | /* Enable general extensions on NetBSD. |
| 170 | Enable NetBSD compatibility extensions on Minix. */ |
| 171 | #ifndef _NETBSD_SOURCE |
| 172 | # define _NETBSD_SOURCE 1 |
| 173 | #endif |
| 174 | /* Enable OpenBSD compatibility extensions on NetBSD. |
| 175 | Oddly enough, this does nothing on OpenBSD. */ |
| 176 | #ifndef _OPENBSD_SOURCE |
| 177 | # define _OPENBSD_SOURCE 1 |
| 178 | #endif |
| 179 | /* Define to 1 if needed for POSIX-compatible behavior. */ |
| 180 | #ifndef _POSIX_SOURCE |
| 181 | /* # undef _POSIX_SOURCE */ |
| 182 | #endif |
| 183 | /* Define to 2 if needed for POSIX-compatible behavior. */ |
| 184 | #ifndef _POSIX_1_SOURCE |
| 185 | /* # undef _POSIX_1_SOURCE */ |
| 186 | #endif |
| 187 | /* Enable POSIX-compatible threading on Solaris. */ |
| 188 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 189 | # define _POSIX_PTHREAD_SEMANTICS 1 |
| 190 | #endif |
| 191 | /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ |
| 192 | #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ |
| 193 | # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 |
| 194 | #endif |
| 195 | /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ |
| 196 | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ |
| 197 | # define __STDC_WANT_IEC_60559_BFP_EXT__ 1 |
| 198 | #endif |
| 199 | /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ |
| 200 | #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ |
| 201 | # define __STDC_WANT_IEC_60559_DFP_EXT__ 1 |
| 202 | #endif |
| 203 | /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ |
| 204 | #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
| 205 | # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 |
| 206 | #endif |
| 207 | /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ |
| 208 | #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ |
| 209 | # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 |
| 210 | #endif |
| 211 | /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ |
| 212 | #ifndef __STDC_WANT_LIB_EXT2__ |
| 213 | # define __STDC_WANT_LIB_EXT2__ 1 |
| 214 | #endif |
| 215 | /* Enable extensions specified by ISO/IEC 24747:2009. */ |
| 216 | #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ |
| 217 | # define __STDC_WANT_MATH_SPEC_FUNCS__ 1 |
| 218 | #endif |
| 219 | /* Enable extensions on HP NonStop. */ |
| 220 | #ifndef _TANDEM_SOURCE |
| 221 | # define _TANDEM_SOURCE 1 |
| 222 | #endif |
| 223 | /* Enable X/Open extensions. Define to 500 only if necessary |
| 224 | to make mbstate_t available. */ |
| 225 | #ifndef _XOPEN_SOURCE |
| 226 | /* # undef _XOPEN_SOURCE */ |
| 227 | #endif |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 228 | |
| 229 | |
| 230 | /* Version number of package */ |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 231 | #define VERSION "2.1" |
| 232 | |
| 233 | /* Defined if user enables and system has the libctf library */ |
| 234 | /* #undef WITH_CTF */ |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 235 | |
| 236 | /* compile the deb package support in abipkgdiff */ |
| 237 | #define WITH_DEB 1 |
| 238 | |
Giuliano Procida | e5a13c8 | 2022-01-10 10:58:17 +0000 | [diff] [blame] | 239 | /* compile support of debugging abidw --abidiff */ |
| 240 | /* #undef WITH_DEBUG_SELF_COMPARISON */ |
| 241 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 242 | /* compile support of debugging type canonicalization while using abidw |
| 243 | --debug-tc */ |
| 244 | /* #undef WITH_DEBUG_TYPE_CANONICALIZATION */ |
| 245 | |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 246 | /* compile the rpm package support in abipkgdiff */ |
| 247 | #define WITH_RPM 1 |
| 248 | |
Giuliano Procida | 99d7605 | 2022-01-10 13:40:04 +0000 | [diff] [blame] | 249 | /* has rpm/zstd support */ |
| 250 | #define WITH_RPM_ZSTD 1 |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 251 | |
| 252 | /* compile the GNU tar archive support in abipkgdiff */ |
| 253 | #define WITH_TAR 1 |
| 254 | |
Matthias Maennich | c4c8143 | 2020-12-07 10:39:56 +0000 | [diff] [blame] | 255 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 256 | /* #undef _FILE_OFFSET_BITS */ |
| 257 | |
| 258 | /* Define for large files, on AIX-style hosts. */ |
| 259 | /* #undef _LARGE_FILES */ |