Hard wiring configuration symbol values into the code defeats the purpose
authorRob Landley <rob@landley.net>
Fri, 14 Apr 2006 02:32:29 +0000 (02:32 -0000)
committerRob Landley <rob@landley.net>
Fri, 14 Apr 2006 02:32:29 +0000 (02:32 -0000)
commitd086b504c3528a1e2f423f407099e32f25bba20b
treea4faed69197f7a0622eb45549683ed42aa257da0
parent346d6d9af2ffecf617efe101c9df71fd30781e7c
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()...
networking/httpd.c