haproxy/include
Willy Tarreau 177e2b0127 [CLEANUP] remove dependency on obsolete INTBITS macro
The INTBITS macro was found to be already defined on some platforms,
and to equal 32 (while INTBITS was 5 here). Due to pure luck, there
was no declaration conflict, but it's nonetheless a problem to fix.

Looking at the code showed that this macro was only used for left
shifts and nothing else anymore. So the replacement is obvious. The
new macro, BITS_PER_INT is more obviously correct.
2008-07-16 10:30:44 +02:00
..
common [CLEANUP] remove dependency on obsolete INTBITS macro 2008-07-16 10:30:44 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [CLEANUP] remove many #include <types/xxx> from C files 2008-07-16 10:30:42 +02:00
types [CLEANUP] remove unused include/types/client.h 2008-07-16 10:30:40 +02:00