blob: c6df5d5ae44e600dc17b6ff45e2c7c910612d81f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* Name of package. */
#undef PACKAGE
/* Version of package. */
#undef VERSION
/* Missing syscall names */
#undef MISSING_SYSCALL_NAMES
/* Using ELF format */
#undef HAVE_ELF
/* Using GNU LD */
#undef HAVE_GNU_LD
/* .previous directive allowed */
#undef HAVE_ASM_PREVIOUS_DIRECTIVE
/* .pushsection/.popsection directives allowed */
#undef HAVE_ASM_POPSECTION_DIRECTIVE
/* support for section attributes */
#undef HAVE_SECTION_ATTRIBUTES
/* symbol prefix */
#undef __SYMBOL_PREFIX
|