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
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
ipaddr.c
ipcalc.c
iplink.c
iproute.c
iptunnel.c
Makefile
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
nslookup.c
ping6.c
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
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