Willy Tarreau
ca28d1e1cb
[BUILD] fix build on FreeBSD (missing fd_set declaration)
...
Sorin Pop reported a patch to fix build on FreeBSD.
The file common/standard.h used an fd_set in a declaration
but did not include enough headers for it to be known.
2007-01-24 18:20:50 +01:00
Willy Tarreau
7d58a63071
[MINOR] added the Linux-style likely/unlikely macros
...
Recent GCC versions support the __builtin_expect() macro which
is undecipherable. Let's use likely()/unlikely() like it's done
in Linux.
2007-01-13 23:06:06 +01:00
Willy Tarreau
e3ba5f0aaa
[CLEANUP] included common/version.h everywhere
2006-06-29 18:54:54 +02:00
Willy Tarreau
2dd0d4799e
[CLEANUP] renamed include/haproxy to include/common
2006-06-29 17:53:05 +02:00