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