diff --git a/include/haproxy/compiler.h b/include/haproxy/compiler.h index fc7679e8a..7d42375b3 100644 --- a/include/haproxy/compiler.h +++ b/include/haproxy/compiler.h @@ -284,6 +284,7 @@ #define TOSTR(x) _TOSTR(x) /* concatenates the two strings after resolving possible macros */ +#undef CONCAT // Turns out NetBSD defines it to the same in exec_elf.h #define _CONCAT(a,b) a ## b #define CONCAT(a,b) _CONCAT(a,b)