source: trunk/libs/newlib/src/libgloss/libnosys/config.h.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 486 bytes
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Missing syscall names */
4#undef MISSING_SYSCALL_NAMES
5
6/* Using ELF format */
7#undef HAVE_ELF
8
9/* Using GNU LD */
10#undef HAVE_GNU_LD
11
12/* .previous directive allowed */
13#undef HAVE_ASM_PREVIOUS_DIRECTIVE
14
15/* .pushsection/.popsection directives allowed */
16#undef HAVE_ASM_POPSECTION_DIRECTIVE
17
18/* support for section attributes */
19#undef HAVE_SECTION_ATTRIBUTES
20
21/* symbol prefix */
22#undef __SYMBOL_PREFIX
Note: See TracBrowser for help on using the repository browser.