internal.h.in revision e37d45ce390c2f5a7f1e64742b9100ecef0def54
1#ifndef IPTABLES_INTERNAL_H
2#define IPTABLES_INTERNAL_H 1
3
4#define IPTABLES_VERSION "@PACKAGE_VERSION@"
5
6/**
7 * Program's own name and version.
8 */
9extern const char *program_name, *program_version;
10
11extern int line;
12
13#endif /* IPTABLES_INTERNAL_H */
14