haproxy/include
Willy Tarreau 5f6e9054b9 BUILD: fix build on Solaris 11
htonll()/ntohll() already exist on Solaris 11 with a different declaration,
causing a build error as reported by Jonathan Fisher. They used to exist on
OSX with a #define which allowed us to detect them. It was a bad idea to give
these functions a name subject to conflicts like this. Simply rename them
my_htonll()/my_ntohll() to definitely get rid of the conflict.

This patch must be backported to 1.6.
2016-05-26 07:15:57 +02:00
..
common BUILD: fix build on Solaris 11 2016-05-26 07:15:57 +02:00
import MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
proto BUG/MAJOR: fix listening IP address storage for frontends 2016-05-19 10:43:24 +02:00
types BUG/MEDIUM: dns: unbreak DNS resolver after header fix 2016-05-25 22:39:37 +02:00