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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-01-21 01:42:46 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-01-21 01:42:46 +0300
commit54abc854d09c5b411a22406de19cbd7cdf88e748 (patch)
treefebb3df05905f4063411d14cbc9e1f000dfd989c /newlib/newlib.hin
parent90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff)
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.hin21
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__ */