diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-24 17:24:02 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-24 17:24:02 +0000 |
commit | 3acaaf543f9aa98b4b833d295b2d551a6621ae09 (patch) | |
tree | efd0f0a84cc5b105464724db21b1dc54f2bdbc3c /newlib/newlib.hin | |
parent | 26d27a276f9490958d8318b5ac0087b4f81b072c (diff) | |
download | cygnal-3acaaf543f9aa98b4b833d295b2d551a6621ae09.tar.gz cygnal-3acaaf543f9aa98b4b833d295b2d551a6621ae09.tar.bz2 cygnal-3acaaf543f9aa98b4b833d295b2d551a6621ae09.zip |
2006-01-24 Jeff Johnston <jjohnstn@redhat.com>
* acinclude.m4: Add nodefine to AM_INIT_AUTOMAKE macro invocation
so as not to define PACKAGE and VERSION in newlib.h.
* aclocal.m4: Regenerated.
* configure: Ditto.
* newlib.hin: Ditto.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 5cd520c96..b716ab5b2 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -36,13 +36,6 @@ /* 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) */ |