summaryrefslogtreecommitdiffstats
path: root/include/xtables/internal.h.in
Commit message (Collapse)AuthorAgeFilesLines
* libxtables: decouple non-xtables parts from headerJan Engelhardt2009-02-101-13/+0
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxtables: remove unused XT_LIB_DIR macroJan Engelhardt2009-02-101-4/+0
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxtables: move afinfo aroundJan Engelhardt2009-02-071-24/+0
| | | | | | | libxtables should not rely on the program executable providing the magic constants for using [gs]etsockopt. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxtables: prefix/order - program_nameJan Engelhardt2009-01-301-0/+41
Split XTABLES_VERSION into xtables and iptables, and encode the xtables soversion into the extensions instead. This makes it possible to upgrade iptables without having to recompile 3rd-party extensions (if the libxtables version matches, of course). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>