Code

iptables plugin: Support the new libiptc API.
authorSebastian Harl <sh@tokkee.org>
Sun, 6 Sep 2009 12:14:55 +0000 (12:14 +0000)
committerSebastian Harl <sh@tokkee.org>
Sun, 6 Sep 2009 12:14:55 +0000 (12:14 +0000)
commitb3315d59fb67edf77cfd90519c750ae1ce7e4146
tree1d1f7bc432bd66c30e752428448b3e90fae25b57
parentcba0f3fc0e50b9aa9c24e355926b290efa35e8a6
iptables plugin: Support the new libiptc API.

When libiptc has been officially made available as a shared library, the API
and ABI have been changed slightly. By checking for the existance of a type
that has been removed in that course, configure now checks which version is
available. This is quite error prone (the type might be re-introduced any
time), so this should be improved some time - currently, I do not have an idea
how to do so, though :-/
configure.in
src/iptables.c