Commits

Rob Landley committed d086b504c35
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()...