]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: modsecurity: import the minimal number of includes
authorWilly Tarreau <w@1wt.eu>
Tue, 20 Apr 2021 17:30:56 +0000 (19:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Apr 2021 17:34:02 +0000 (19:34 +0200)
commit0177ad6526306567dd63514f0837f1eee88858a6
treea9fbb58c13b2691d54a44ed06a081af0886684d0
parent131799fc97c6818928ef89a98f593980fbf94fa4
CONTRIB: modsecurity: import the minimal number of includes

Just like mod_defender, modsecurity depends on a few haproxy includes
and it shouldn't since it's expected to be agnostic to the version.

This imports the strictly minimum number of includes required to build
it. These have been manually stripped from their exported functions
prototypes and their unneeded dependencies.
13 files changed:
contrib/modsecurity/include/haproxy/api-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/api.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/buf-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/compat.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/compiler.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/http-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/intops.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/list-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/list.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/sample-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/sample_data-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/spoe-t.h [new file with mode: 0644]
contrib/modsecurity/include/haproxy/spoe.h [new file with mode: 0644]