summaryrefslogtreecommitdiffstats
path: root/include/iptables/internal.h.in
blob: 849e1722389f83b251e165484bfe31815d7676b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef IPTABLES_INTERNAL_H
#define IPTABLES_INTERNAL_H 1

#define IPTABLES_VERSION "@PACKAGE_VERSION@"

/**
 * Program's own name and version.
 */
extern const char *program_name, *program_version;

#endif /* IPTABLES_INTERNAL_H */