Sign in
nest-open-source
/
manifest_repos
/
iptables
/
7cd15d7973bba788c25250a0e822213434418c44
/
.
/
include
/
iptables
/
internal.h.in
blob: 8568e581ec8db78fdee2d34a0007a0ba6b0e95a2 [
file
] [
log
] [
blame
]
#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 */