haproxy/include
Willy Tarreau 0e3e59b11f [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.
(cherry picked from commit 177e2b0127)
2008-09-02 10:50:22 +02:00
..
common [CLEANUP] remove dependency on obsolete INTBITS macro 2008-09-02 10:50:22 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:22:51 +02:00
types [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:22:51 +02:00