haproxy/include
Willy Tarreau 17f449b214 [MINOR] move MAXPATHLEN definition to compat.h
MAXPATHLEN may be used at other places, it's unconvenient to have it
redefined in a few files. Also, since checking it requires including
sys/param.h, some versions of it cause a macro declaration conflict
with MIN/MAX which are defined in tools.h. The solution consists in
including sys/param.h in both files so that we ensure it's loaded
before the macros are defined and MAXPATHLEN is checked.
2010-11-11 09:21:53 +01:00
..
common [MINOR] move MAXPATHLEN definition to compat.h 2010-11-11 09:21:53 +01:00
import
proto [MEDIUM] Enhance message errors management on binds 2010-11-05 10:34:07 +01:00
types [MEDIUM] Add supports of bind on unix sockets. 2010-11-09 15:59:42 +01:00