mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-19 00:51:37 +01:00
In order to simplify compiler-specific checks, we'll need to check if some attributes exist. In order to ease declarations, we'll only focus on those that exist and will set them to 1. Let's first add a macro aimed at doing this. Passed a macro name in argument, it will return 1 if the macro is defined and equals 1, otherwise it will return 0. This is based on the concatenation of the macro's value with a name to form the name of a macro which contains one comma, resulting in some other macros arguments being shifted by one when the macro is defined. As such it's only a matter of pushing both a 1 and a 0 and picking the correct argument to see the desired one. It was verified to work since at least gcc-3.4 so it should be portable enough.