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