internal.h.in 251 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;

extern int line;

#endif /* IPTABLES_INTERNAL_H */