hush/include
Rob Landley 02bab6869e Tito is using broken kernel headers that pollute the namespace with every
CONFIG_ symbol in the kernel, and this clashes with busybox's CONFIG_TR
and CONFIG_WATCHDOG, causing applets.h to barf if they're not switched
on (since the broken headers don't affect kconfig or the makefiles).

Since such broken kernel headers are common enough to crop up every few
months, a simple work around is to move TR and WATCHDOG from CONFIG_
to ENABLE_ early.
2005-12-06 22:48:29 +00:00
..
.cvsignore
applets.h Tito is using broken kernel headers that pollute the namespace with every 2005-12-06 22:48:29 +00:00
busybox.h reorder include <sys/types.h> and <sys/types.h>. 2005-09-29 07:55:51 +00:00
dump.h
grp_.h
inet_common.h
libbb.h restore compare_string_array new interface (make broken by landley) 2005-12-06 12:00:39 +00:00
pwd_.h
shadow_.h
unarchive.h Add --no-same-owner and --no-same-permissions options to tar. 2005-10-27 22:49:08 +00:00
usage.h Fix losetup so that it A) actually works again, B) has much better error 2005-11-29 23:47:10 +00:00
xregex.h