Rob Landley 90ca6b2878 This code exists to compensate for ancient broken build environments which,
as far as I can tell, are no longer relevant.  Modern busybox refuses to
build under libc5 (there's a specific test and #error for that), and
I'm not sure building against 2.1 kernel headers on Alpha was ever relevant.

I'm happy to put any of this back if anybody can point to a real need for it,
but if so we need to specifically document what environment is being
compensated for.  (And we should quarrantine the build environment code
into one place, anyway.  Maybe "quirks.h" for known compiler and
libc quirks?)
2005-09-07 06:39:02 +00:00
..
2003-03-19 09:13:01 +00:00
2004-05-01 01:27:30 +00:00
2003-03-19 09:13:01 +00:00
2005-05-09 21:51:15 +00:00
2003-05-26 14:07:50 +00:00
2005-07-19 21:31:05 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2005-05-03 21:30:26 +00:00
2004-04-14 17:51:38 +00:00
2004-10-08 07:46:08 +00:00
2005-04-16 07:42:35 +00:00
2004-09-15 03:04:08 +00:00
2004-10-08 08:07:40 +00:00
2004-10-08 08:07:40 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-03-27 11:26:32 +00:00
2002-12-14 01:58:59 +00:00
2004-04-07 17:59:04 +00:00
2003-05-26 14:07:50 +00:00
2004-04-14 17:51:38 +00:00
2004-03-06 22:11:45 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2003-03-19 09:13:01 +00:00
2003-05-26 14:07:50 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>