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 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define to 1 if you have the <memory.h> header file. */
14 #define HAVE_MEMORY_H 1
15 
16 /* Define to 1 if you have the <stdint.h> header file. */
17 #define HAVE_STDINT_H 1
18 
19 /* Define to 1 if you have the <stdlib.h> header file. */
20 #define HAVE_STDLIB_H 1
21 
22 /* Define to 1 if you have the <strings.h> header file. */
23 #define HAVE_STRINGS_H 1
24 
25 /* Define to 1 if you have the <string.h> header file. */
26 #define HAVE_STRING_H 1
27 
28 /* Define to 1 if you have the <sys/stat.h> header file. */
29 #define HAVE_SYS_STAT_H 1
30 
31 /* Define to 1 if you have the <sys/types.h> header file. */
32 #define HAVE_SYS_TYPES_H 1
33 
34 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
35 #define HAVE_SYS_USER_REGS 1
36 
37 /* Define to 1 if you have the <unistd.h> header file. */
38 #define HAVE_UNISTD_H 1
39 
40 /* $libdir subdirectory containing libebl modules. */
41 #define LIBEBL_SUBDIR "elfutils"
42 
43 /* Identifier for modules in the build. */
44 #define MODVERSION "Build for elfutils 165 x86_64-unknown-linux-gnu"
45 
46 /* Define to 32 or 64 if a specific implementation is wanted. */
47 /* #undef NATIVE_ELF */
48 
49 /* Name of package */
50 #define PACKAGE "elfutils"
51 
52 /* Define to the address where bug reports for this package should be sent. */
53 #define PACKAGE_BUGREPORT "https://bugzilla.redhat.com/"
54 
55 /* Define to the full name of this package. */
56 #define PACKAGE_NAME "elfutils"
57 
58 /* Define to the full name and version of this package. */
59 #define PACKAGE_STRING "elfutils 0.165"
60 
61 /* Define to the one symbol short name of this package. */
62 #define PACKAGE_TARNAME "elfutils"
63 
64 /* Define to the home page for this package. */
65 #define PACKAGE_URL ""
66 
67 /* Define to the version of this package. */
68 #define PACKAGE_VERSION "0.165"
69 
70 /* The size of `long', as computed by sizeof. */
71 #if __LP64__
72 #define SIZEOF_LONG 8
73 #else
74 #define SIZEOF_LONG 4
75 #endif
76 
77 /* Define to 1 if you have the ANSI C header files. */
78 #define STDC_HEADERS 1
79 
80 /* Support bzip2 decompression via -lbz2. */
81 /* #undef USE_BZLIB */
82 
83 /* Defined if demangling is enabled */
84 #define USE_DEMANGLE 1
85 
86 /* Defined if libraries should be thread-safe. */
87 /* #undef USE_LOCKS */
88 
89 /* Support LZMA (xz) decompression via -llzma. */
90 /* #undef USE_LZMA */
91 
92 /* Support gzip decompression via -lz. */
93 #define USE_ZLIB 1
94 
95 /* Version number of package */
96 #define VERSION "0.165"
97 
98 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
99    `char[]'. */
100 #define YYTEXT_POINTER 1
101 
102 /* Enable large inode numbers on Mac OS X 10.5.  */
103 #ifndef _DARWIN_USE_64_BIT_INODE
104 # define _DARWIN_USE_64_BIT_INODE 1
105 #endif
106 
107 /* Number of bits in a file offset, on hosts where this is settable. */
108 /* #undef _FILE_OFFSET_BITS */
109 
110 /* Define for large files, on AIX-style hosts. */
111 /* #undef _LARGE_FILES */
112 
113 #include <eu-config.h>
114