Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore
for size reduction applied
diff --git a/iptables-standalone.c b/iptables-standalone.c
index 8a4c90e..244db5f 100644
--- a/iptables-standalone.c
+++ b/iptables-standalone.c
@@ -37,8 +37,13 @@
 #include <string.h>
 #include <iptables.h>
 
+#ifdef IPTABLES_MULTI
+int
+iptables_main(int argc, char *argv[])
+#else
 int
 main(int argc, char *argv[])
+#endif
 {
 	int ret;
 	char *table = "filter";