hush/networking
Rob Landley d086b504c3 Hard wiring configuration symbol values into the code defeats the purpose
of _having_ configuration symbol values.

Also, changing #ifdef CONFIG to #if ENABLE isn't nearly as useful as changing
them to if (ENABLE) or USE()/SKIP()...
2006-04-14 02:32:29 +00:00
..
2006-04-05 16:21:37 +00:00
2006-01-25 00:08:53 +00:00
2006-04-05 16:21:37 +00:00
2006-03-13 19:04:00 +00:00
2006-01-25 00:08:53 +00:00