1/* config.h.  Generated by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3
4/* Define to 1 if you have the <alloca.h> header file. */
5#define HAVE_ALLOCA_H 1
6
7/* Define 1 if want producer to build with 32/64bit section offsets per dwarf3
8   */
9#define HAVE_DWARF2_99_EXTENSION 1
10
11/* Define to 1 if the elf64_getehdr function is in libelf.a. */
12#define HAVE_ELF64_GETEHDR 1
13
14/* Define to 1 if the elf64_getshdr function is in libelf.a. */
15#define HAVE_ELF64_GETSHDR 1
16
17/* Define to 1 if you have the <elfaccess.h> header file. */
18/* #undef HAVE_ELFACCESS_H */
19
20/* Define to 1 if you have the <elf.h> header file. */
21#define HAVE_ELF_H 1
22
23/* Define to 1 if you have the <inttypes.h> header file. */
24#define HAVE_INTTYPES_H 1
25
26/* Define to 1 if you have the <libelf.h> header file. */
27#define HAVE_LIBELF_H 1
28
29/* Define to 1 if you have the <libelf/libelf.h> header file. */
30/* #undef HAVE_LIBELF_LIBELF_H */
31
32/* Define to 1 if you have the <memory.h> header file. */
33#define HAVE_MEMORY_H 1
34
35/* Define 1 if want producer to build with only 32bit section offsets per
36   strict dwarf2 */
37/* #undef HAVE_OLD_DWARF2_32BIT_OFFSET */
38
39/* Define 1 if R_IA_64_DIR32LSB is defined (might be enum value). */
40/* #undef HAVE_R_IA_64_DIR32LSB */
41
42/* Define to 1 if you have the <stdint.h> header file. */
43#define HAVE_STDINT_H 1
44
45/* Define to 1 if you have the <stdlib.h> header file. */
46#define HAVE_STDLIB_H 1
47
48/* Define to 1 if you have the <strings.h> header file. */
49#define HAVE_STRINGS_H 1
50
51/* Define to 1 if you have the <string.h> header file. */
52#define HAVE_STRING_H 1
53
54/* Define to 1 if you have the <sys/ia64/elf.h> header file. */
55/* #undef HAVE_SYS_IA64_ELF_H */
56
57/* Define to 1 if you have the <sys/stat.h> header file. */
58#define HAVE_SYS_STAT_H 1
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#define HAVE_SYS_TYPES_H 1
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#define HAVE_UNISTD_H 1
65
66/* See if __uint32_t is predefined in the compiler. */
67/* #undef HAVE___UINT32_T */
68
69/* Define 1 if __uint32_t is in sgidefs.h. */
70/* #undef HAVE___UINT32_T_IN_SGIDEFS_H */
71
72/* Define 1 if sys/types.h defines __uint32_t. */
73#define HAVE___UINT32_T_IN_SYS_TYPES_H 1
74
75/* See if __uint64_t is predefined in the compiler. */
76/* #undef HAVE___UINT64_T */
77
78/* Define 1 if __uint64_t is in sgidefs.h. */
79/* #undef HAVE___UINT64_T_IN_SGIDEFS_H */
80
81/* Define 1 if sys/types.h defines __uint64_t. */
82#define HAVE___UINT64_T_IN_SYS_TYPES_H 1
83
84/* Define to the address where bug reports for this package should be sent. */
85#define PACKAGE_BUGREPORT ""
86
87/* Define to the full name of this package. */
88#define PACKAGE_NAME ""
89
90/* Define to the full name and version of this package. */
91#define PACKAGE_STRING ""
92
93/* Define to the one symbol short name of this package. */
94#define PACKAGE_TARNAME ""
95
96/* Define to the version of this package. */
97#define PACKAGE_VERSION ""
98
99/* Define to 1 if you have the ANSI C header files. */
100#define STDC_HEADERS 1
101
102/* Define to 1 if your processor stores words with the most significant byte
103   first (like Motorola and SPARC, unlike Intel and VAX). */
104#if defined(__BIG_ENDIAN__)
105#define WORDS_BIGENDIAN 1
106#else
107#undef WORDS_BIGENDIAN
108#endif /* __BIG_ENDIAN__ */
109