remove ifdef hell
commit578307b8b35ac977347449adfc094133f752f2b3
authorrofl0r <retnyg@gmx.net>
Sat, 31 Oct 2015 09:41:52 +0000 (31 09:41 +0000)
committerrofl0r <retnyg@gmx.net>
Sat, 31 Oct 2015 09:41:56 +0000 (31 09:41 +0000)
tree47c2d7744e0bfbca0baaae6de21953ef9ef18564
parent796699dfd2146e71804d47ecd692b1e03f80c92c
remove ifdef hell

instead we rely on the compiler to remove dead code, for example
if(0) { ... } gets optimized away. tests show that the binary size
did not increase indeed when compiled with optimization.
socksserver.c