hush/networking
Rob Landley ef8f423e90 Erik pointed out that in the last try at the #ifdef cleanup
infrastructure, the compiler isn't smart enough to replace const static 
int with the constant, and allocates space for each set of them, 
bloating the executable something fierce.  Oops.

So now, we #define ENABLE_XXX to 0 or 1 for each CONFIG_XXX (which
is still there so the 1000+ #ifdef/#ifndef tests don't have to be
replaced wholesale).  Changed the test instance in networking/ifconfig.c 
to use this.
2005-07-28 19:36:33 +00:00
..
libiproute use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
udhcp use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
arping.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
Config.in import ether-wake applet by haveaniceday Bug 252 2005-05-11 03:59:53 +00:00
ether-wake.c import ether-wake applet by haveaniceday Bug 252 2005-05-11 03:59:53 +00:00
fakeidentd.c - remove extra/unneeded function call. testing svn 2005-06-24 03:47:57 +00:00
ftpgetput.c applying fix from: 2005-07-19 21:26:57 +00:00
hostname.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
httpd.c applying fix for: 2005-07-20 18:42:52 +00:00
ifconfig.c Erik pointed out that in the last try at the #ifdef cleanup 2005-07-28 19:36:33 +00:00
ifupdown.c Do not attempt to free() the application's environment, which is was 2005-04-27 11:44:11 +00:00
inetd.c applying fix from: 2005-07-19 21:19:20 +00:00
ip.c Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled 2004-04-12 02:35:44 +00:00
ipaddr.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
ipcalc.c Fixup some warnings 2004-08-28 00:43:07 +00:00
iplink.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iproute.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iptunnel.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
nameif.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
nc.c applying fix for: 2005-07-20 19:40:30 +00:00
netstat.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
nslookup.c return failure when nslookup fails 2004-10-13 07:25:01 +00:00
ping6.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
ping.c 2005-03-19 Shaun Jackman <sjackman@gmail.com> 2005-07-26 23:00:59 +00:00
route.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
telnet.c applying fix for: 2005-07-20 19:55:19 +00:00
telnetd.c Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob 2005-05-10 23:53:33 +00:00
tftp.c applying fix for: 2005-07-20 19:49:15 +00:00
traceroute.c much more concise fix for bug #45. just align the packet... 2005-07-20 11:55:08 +00:00
vconfig.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
wget.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
zcip.c Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed 2005-05-03 03:28:55 +00:00