author | Sebastian Harl <sh@tokkee.org> | |
Sun, 6 Sep 2009 12:14:55 +0000 (12:14 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 6 Sep 2009 12:14:55 +0000 (12:14 +0000) | ||
commit | b3315d59fb67edf77cfd90519c750ae1ce7e4146 | |
tree | 1d1f7bc432bd66c30e752428448b3e90fae25b57 | tree | snapshot |
parent | cba0f3fc0e50b9aa9c24e355926b290efa35e8a6 | commit | diff |
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 :-/
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 | diff | blob | history | |
src/iptables.c | diff | blob | history |