mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| 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 | ||
| ping.c | ||
| ping6.c | ||
| route.c | ||
| telnet.c | ||
| telnetd.c | ||
| tftp.c | ||
| traceroute.c | ||
| vconfig.c | ||
| wget.c | ||
| zcip.c | ||