Welcome to mirror list, hosted at ThFree Co, Russian Federation.

acconfig.h « libnosys « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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