aboutsummaryrefslogtreecommitdiff
path: root/libgloss/libnosys/acconfig.h
blob: a9508c73b79962e9ec578f65e367a6a8d617fea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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

/* symbol prefix */
#undef __SYMBOL_PREFIX