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