internal.h.in 251 B

12345678910111213
  1. #ifndef IPTABLES_INTERNAL_H
  2. #define IPTABLES_INTERNAL_H 1
  3. #define IPTABLES_VERSION "@PACKAGE_VERSION@"
  4. /**
  5. * Program's own name and version.
  6. */
  7. extern const char *program_name, *program_version;
  8. extern int line;
  9. #endif /* IPTABLES_INTERNAL_H */