]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: spoa_example: allow to compile outside HAProxy.
authorEric Salama <esalama@haproxy.com>
Fri, 10 Nov 2017 10:02:23 +0000 (11:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Nov 2017 20:32:52 +0000 (21:32 +0100)
commit8a9c6c2154166579b93b7eabb4e0591ef37ca883
treeba7db64eed1f7d5cf5cf524b47a2866954f8775d
parentf46bf95d2b4726d7f69a66824001bcdae0899b57
CONTRIB: spoa_example: allow to compile outside HAProxy.

Don't include haproxy's includes anymore and use a local copy instead.
contrib/spoa_example/Makefile
contrib/spoa_example/include/mini-clist.h [new file with mode: 0644]
contrib/spoa_example/include/mini-sample.h [new file with mode: 0644]
contrib/spoa_example/include/spoe_types.h [new file with mode: 0644]
contrib/spoa_example/include/spop_functions.h [new file with mode: 0644]
contrib/spoa_example/spoa.c