kbuild: use in-kernel unifdef
[linux-2.6/verdex.git] / include / linux / netfilter_ipv4 / ip_nat_pptp.h
blob36668bf0f373eaf17c58b96361478c59b5293067
1 /* PPTP constants and structs */
2 #ifndef _NAT_PPTP_H
3 #define _NAT_PPTP_H
5 /* conntrack private data */
6 struct ip_nat_pptp {
7 __be16 pns_call_id; /* NAT'ed PNS call id */
8 __be16 pac_call_id; /* NAT'ed PAC call id */
9 };
11 #endif /* _NAT_PPTP_H */