resetting manifest requested domain to floor
[platform/upstream/libelf0.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you have a working `mmap' system call.  */
7 #undef HAVE_MMAP
8
9 /* Define to `long' if <sys/types.h> doesn't define.  */
10 #undef off_t
11
12 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
13 #undef size_t
14
15 /* Define if you have the ANSI C header files.  */
16 #undef STDC_HEADERS
17
18 /* Define if you want to include extra debugging code */
19 #undef ENABLE_DEBUG
20
21 /* Define if you want to support extended ELF formats */
22 #undef ENABLE_EXTENDED_FORMAT
23
24 /* Define if you want ELF format sanity checks by default */
25 #undef ENABLE_SANITY_CHECKS
26
27 /* Define if memmove() does not copy overlapping arrays correctly */
28 #undef HAVE_BROKEN_MEMMOVE
29
30 /* Define if you have the catgets function. */
31 #undef HAVE_CATGETS
32
33 /* Define if you have the dgettext function. */
34 #undef HAVE_DGETTEXT
35
36 /* Define if you have the memset function.  */
37 #undef HAVE_MEMSET
38
39 /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
40 #undef HAVE_STRUCT_NLIST_DECLARATION
41
42 /* Define if Elf32_Dyn is declared in <link.h> */
43 #undef __LIBELF_NEED_LINK_H
44
45 /* Define if Elf32_Dyn is declared in <sys/link.h> */
46 #undef __LIBELF_NEED_SYS_LINK_H
47
48 /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */
49 #undef __LIBELF_HEADER_ELF_H
50
51 /* Define if you want 64-bit support (and your system supports it) */
52 #undef __LIBELF64
53
54 /* Define if you want 64-bit support, and are running IRIX */
55 #undef __LIBELF64_IRIX
56
57 /* Define if you want 64-bit support, and are running Linux */
58 #undef __LIBELF64_LINUX
59
60 /* Define if you want symbol versioning (and your system supports it) */
61 #undef __LIBELF_SYMBOL_VERSIONS
62
63 /* Define if symbol versioning uses Sun section type (SHT_SUNW_*) */
64 #undef __LIBELF_SUN_SYMBOL_VERSIONS
65
66 /* Define if symbol versioning uses GNU section types (SHT_GNU_*) */
67 #undef __LIBELF_GNU_SYMBOL_VERSIONS
68
69 /* Define to a 64-bit signed integer type if one exists */
70 #undef __libelf_i64_t
71
72 /* Define to a 64-bit unsigned integer type if one exists */
73 #undef __libelf_u64_t
74
75 /* Define to a 32-bit signed integer type if one exists */
76 #undef __libelf_i32_t
77
78 /* Define to a 32-bit unsigned integer type if one exists */
79 #undef __libelf_u32_t
80
81 /* Define to a 16-bit signed integer type if one exists */
82 #undef __libelf_i16_t
83
84 /* Define to a 16-bit unsigned integer type if one exists */
85 #undef __libelf_u16_t
86
87 /* The number of bytes in a __int64.  */
88 #undef SIZEOF___INT64
89
90 /* The number of bytes in a int.  */
91 #undef SIZEOF_INT
92
93 /* The number of bytes in a long.  */
94 #undef SIZEOF_LONG
95
96 /* The number of bytes in a long long.  */
97 #undef SIZEOF_LONG_LONG
98
99 /* The number of bytes in a short.  */
100 #undef SIZEOF_SHORT
101
102 /* Define if you have the ftruncate function.  */
103 #undef HAVE_FTRUNCATE
104
105 /* Define if you have the getpagesize function.  */
106 #undef HAVE_GETPAGESIZE
107
108 /* Define if you have the memcmp function.  */
109 #undef HAVE_MEMCMP
110
111 /* Define if you have the memcpy function.  */
112 #undef HAVE_MEMCPY
113
114 /* Define if you have the memmove function.  */
115 #undef HAVE_MEMMOVE
116
117 /* Define if you have the memset function.  */
118 #undef HAVE_MEMSET
119
120 /* Define if you have the <ar.h> header file.  */
121 #undef HAVE_AR_H
122
123 /* Define if you have the <elf.h> header file.  */
124 #undef HAVE_ELF_H
125
126 /* Define if you have the <fcntl.h> header file.  */
127 #undef HAVE_FCNTL_H
128
129 /* Define if you have the <gelf.h> header file.  */
130 #undef HAVE_GELF_H
131
132 /* Define if you have the <libelf.h> header file.  */
133 #undef HAVE_LIBELF_H
134
135 /* Define if you have the <link.h> header file.  */
136 #undef HAVE_LINK_H
137
138 /* Define if you have the <nlist.h> header file.  */
139 #undef HAVE_NLIST_H
140
141 /* Define if you have the <stdint.h> header file.  */
142 #undef HAVE_STDINT_H
143
144 /* Define if you have the <sys/elf.h> header file.  */
145 #undef HAVE_SYS_ELF_H
146
147 /* Define if you have the <sys/link.h> header file.  */
148 #undef HAVE_SYS_LINK_H
149
150 /* Define if you have the <unistd.h> header file.  */
151 #undef HAVE_UNISTD_H