193c8c7383
Rob Landley, and others. Currently CONFIG options are defined or undefined, so we chop out code with #ifdefs, ala: #ifdef CONFIG_THING stuff(); #endif This creates a new header file, bb_config.h, which sets the CONFIG entry to 1 or 0, and lets us do: if(CONFIG_THING) stuff(); And let the compiler do dead code elimination to get rid of it. (Note: #ifdef will still work because for the 1 case it's a static const int, not a #define.) |
||
---|---|---|
.. | ||
libiproute | ||
udhcp | ||
arping.c | ||
Config.in | ||
ether-wake.c | ||
fakeidentd.c | ||
ftpgetput.c | ||
hostname.c | ||
httpd.c | ||
ifconfig.c | ||
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 |