diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
commit | 54abc854d09c5b411a22406de19cbd7cdf88e748 (patch) | |
tree | febb3df05905f4063411d14cbc9e1f000dfd989c /newlib/newlib.hin | |
parent | 90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff) | |
download | cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.gz cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.bz2 cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.zip |
2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: New file to generate newlib.hin from.
* newlib.hin: Regenerated.
* stamp-h.in: Regenerated.
* Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
called automatically.
* Makefile.in: Regenerated.
* acinclude.m4: Add proper comment for hack in previous change.
* aclocal.m4 */aclocal.m4: Regenerated.
* configure */configure: Regenerated.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index b08160cdb..5cd520c96 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -1,3 +1,4 @@ +/* newlib.hin. Generated automatically from configure.in by autoheader. */ #ifndef __NEWLIB_H__ #define __NEWLIB_H__ 1 @@ -29,6 +30,19 @@ /* Enable ICONV external CCS files loading capabilities */ #undef _ICONV_ENABLE_EXTERNAL_CCS +/* Define if the linker supports .preinit_array/.init_array/.fini_array + * sections. */ +#undef HAVE_INITFINI_ARRAY + +/* Define if the compiler supports aliasing an array to an address. */ +#undef _HAVE_ARRAY_ALIASING + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + /* * Iconv encodings enabled ("to" direction) */ @@ -137,12 +151,5 @@ #undef _ICONV_FROM_ENCODING_WIN_1257 #undef _ICONV_FROM_ENCODING_WIN_1258 -/* Define if the linker supports .preinit_array/.init_array/.fini_array - * sections. */ -#undef HAVE_INITFINI_ARRAY - -/* Define if the compiler supports aliasing an array to an address. */ -#undef _HAVE_ARRAY_ALIASING - #endif /* !__NEWLIB_H__ */ |