mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 08:34:27 +02:00
Now preceeding a config condition term with "!" will simply negate it.
Example:
.if !feature(OPENSSL)
.alert "SSL support is mandatory"
.endif