]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: 51d: fix bool definition on dummy lib v4 master
authorWilliam Lallemand <wlallemand@irq6.net>
Tue, 28 Apr 2026 16:07:54 +0000 (18:07 +0200)
committerWilliam Lallemand <wlallemand@irq6.net>
Tue, 28 Apr 2026 16:12:35 +0000 (18:12 +0200)
commit29b974fc4ea0e3682c59e0b081a0bd2b5a4d0bc4
tree791f0b3b2e8560c2a2fc32e1da3db9b12af2a26b
parent4bffea85798b0bf2d83cf863c912bdc6ea0de4cc
BUILD: 51d: fix bool definition on dummy lib v4

Modern compiler breaks when defining bool, false and true.
Include <stdbool.h> instead.

$ make -j$(nproc) TARGET=linux-glibc USE_51DEGREES=1 \
   51DEGREES_VER=4 51DEGREES_SRC=addons/51degrees/dummy/v4hash/
addons/51degrees/dummy/v4hash/hash/hash.h