haproxy/include
Willy Tarreau e3e2b7283f REORG: compat: move some integer limit definitions from standard.h to compat.h
Historically standard.h was the location where we used to (re-)define the
standard set of macros and functions, and to complement the ones missing
on the target OS. Over time it has become a toolbox in itself relying on
many other things, and its definition of LONGBITS is used everywhere else
(e.g. for MAX_THREADS), resulting in painful circular dependencies.

Let's move these few defines (integer sizes) to compat.h where other
similar definitions normally are.
2019-05-20 19:59:34 +02:00
..
common REORG: compat: move some integer limit definitions from standard.h to compat.h 2019-05-20 19:59:34 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: init/mworker: make the pipe register function a regular initcall 2019-05-20 11:26:12 +02:00
types MINOR: threads: add each thread's clockid into the global thread_info 2019-05-20 11:42:25 +02:00