mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
d086b504c3
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()...