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
udhcp
arping.c
Config.in
ether-wake.c
fakeidentd.c
ftpgetput.c
hostname.c
httpd.c
ifconfig.c Erik pointed out that in the last try at the #ifdef cleanup 2005-07-28 19:36:33 +00:00
ifupdown.c
inetd.c
ip.c
ipaddr.c
ipcalc.c
iplink.c
iproute.c
iptunnel.c
Makefile
Makefile.in
nameif.c
nc.c
netstat.c
nslookup.c
ping6.c
ping.c
route.c
telnet.c
telnetd.c
tftp.c
traceroute.c
vconfig.c
wget.c
zcip.c