IMPORT: slz: silence a build warning with -Wundef
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Aug 2021 10:10:49 +0000 (12:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Aug 2021 10:47:57 +0000 (12:47 +0200)
commitfc89c3fd2b773e67c351f74459401ab6b8ac6c8c
tree19050902d68e6db5c11ccb944e2fcea142d3dee0
parent6e5542e9f45bd72ef3975f1dc4d4193a824f5e03
IMPORT: slz: silence a build warning with -Wundef

The test on FIND_OPTIMAL_MATCH for the experimental code can yield a
build warning when using -Wundef, let's turn it into a regular ifdef.

This is slz upstream commit 05630ae8f22b71022803809eb1e7deb707bb30fb
src/slz.c