busybox/include
Rob Landley b623a542df Header file cleanup. platform.h apparently needs to be included early on so it
can figure out what header files to include, and override stuff that comes
later.  But applets shouldn't include platform.h directly, they should include
busybox.h or libbb.h.  Since busybox.h already includes libbb.h, move libbb.h
to the top of busybox.h and platform.h near the top of libbb.h (right after
bbconfig.h, which is something platform.h also needs access to).

While we're at it, move some stuff from busybox.h to libbb.h so we have one
big file to audit/clean up/try to make sense of instead of many.
2006-05-31 22:09:03 +00:00
..
applets.h Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, 2006-05-31 19:36:04 +00:00
busybox.h Header file cleanup. platform.h apparently needs to be included early on so it 2006-05-31 22:09:03 +00:00
dump.h Major coreutils update. 2003-03-19 09:13:01 +00:00
grp_.h Replace the old and somewhat buggy pwd_grp stuff with the shiny 2004-07-15 12:53:49 +00:00
inet_common.h Fixup to the previous (portability) patch. Linux actually does need 2006-03-09 22:39:08 +00:00
libbb.h Header file cleanup. platform.h apparently needs to be included early on so it 2006-05-31 22:09:03 +00:00
platform.h - conditionally define BB_NOMMU 2006-05-31 10:04:03 +00:00
pwd_.h Replace the old and somewhat buggy pwd_grp stuff with the shiny 2004-07-15 12:53:49 +00:00
shadow_.h This is not C++. 2006-05-29 05:21:29 +00:00
unarchive.h - typo: s/compenent/component/g 2006-04-02 20:12:31 +00:00
usage.h Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, 2006-05-31 19:36:04 +00:00
xregex.h split libbb: moved xregcomp separatelly for speed up recompile 2005-09-14 16:59:11 +00:00