• 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 /* 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 
11 /* Define to 1 if dwarf.h has the DW_FORM_line_strp enumerator */
12 #define HAVE_DW_FORM_line_strp 1
13 
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 
71 /* Define to 1 if you have the <memory.h> header file. */
72 #define HAVE_MEMORY_H 1
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 
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #define HAVE_STDLIB_H 1
85 
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88 
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91 
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #define HAVE_SYS_STAT_H 1
94 
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #define HAVE_SYS_TYPES_H 1
97 
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #define HAVE_UNISTD_H 1
100 
101 /* Defined if libdw has the function dwarf_getalt */
102 #define LIBDW_HAS_DWARF_GETALT 1
103 
104 /* Define to the sub-directory where libtool stores uninstalled libraries. */
105 #define LT_OBJDIR ".libs/"
106 
107 /* Define to 1 if assertions should be disabled. */
108 /* #undef NDEBUG */
109 
110 /* Name of package */
111 #define PACKAGE "libabigail"
112 
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla"
115 
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "libabigail"
118 
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "libabigail 2.2"
121 
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "libabigail"
124 
125 /* Define to the home page for this package. */
126 #define PACKAGE_URL "http://sourceware.org/libabigail"
127 
128 /* Define to the version of this package. */
129 #define PACKAGE_VERSION "2.2"
130 
131 /* Define to 1 if you have the ANSI C header files. */
132 #define STDC_HEADERS 1
133 
134 /* Enable extensions on AIX 3, Interix.  */
135 #ifndef _ALL_SOURCE
136 # define _ALL_SOURCE 1
137 #endif
138 /* Enable GNU extensions on systems that have them.  */
139 #ifndef _GNU_SOURCE
140 # define _GNU_SOURCE 1
141 #endif
142 /* Enable threading extensions on Solaris.  */
143 #ifndef _POSIX_PTHREAD_SEMANTICS
144 # define _POSIX_PTHREAD_SEMANTICS 1
145 #endif
146 /* Enable extensions on HP NonStop.  */
147 #ifndef _TANDEM_SOURCE
148 # define _TANDEM_SOURCE 1
149 #endif
150 /* Enable general extensions on Solaris.  */
151 #ifndef __EXTENSIONS__
152 # define __EXTENSIONS__ 1
153 #endif
154 
155 
156 /* Version number of package */
157 #define VERSION "2.2"
158 
159 /* Defined if user enables and system has the libctf library */
160 /* #undef WITH_CTF */
161 
162 /* compile the deb package support in abipkgdiff */
163 #define WITH_DEB 1
164 
165 /* compile support of debugging abidw --abidiff */
166 /* #undef WITH_DEBUG_SELF_COMPARISON */
167 
168 /* compile support of debugging type canonicalization while using abidw
169    --debug-tc */
170 /* #undef WITH_DEBUG_TYPE_CANONICALIZATION */
171 
172 /* compile the rpm package support in abipkgdiff */
173 #define WITH_RPM 1
174 
175 /* has rpm/zstd support */
176 /* #undef WITH_RPM_ZSTD */
177 
178 /* compile support of abilint --show-type-use */
179 /* #undef WITH_SHOW_TYPE_USE_IN_ABILINT */
180 
181 /* compile the GNU tar archive support in abipkgdiff */
182 #define WITH_TAR 1
183 
184 /* Enable large inode numbers on Mac OS X 10.5.  */
185 #ifndef _DARWIN_USE_64_BIT_INODE
186 # define _DARWIN_USE_64_BIT_INODE 1
187 #endif
188 
189 /* Number of bits in a file offset, on hosts where this is settable. */
190 /* #undef _FILE_OFFSET_BITS */
191 
192 /* Define for large files, on AIX-style hosts. */
193 /* #undef _LARGE_FILES */
194 
195 /* Define to 1 if on MINIX. */
196 /* #undef _MINIX */
197 
198 /* Define to 2 if the system does not provide POSIX.1 features except with
199    this defined. */
200 /* #undef _POSIX_1_SOURCE */
201 
202 /* Define to 1 if you need to in order for `stat' and other things to work. */
203 /* #undef _POSIX_SOURCE */
204