define HAVE_PPSRATECHECK now that we have this stuff in the kernel

(probably belongs elsewhere; add it this way for now so the system
will build)
This commit is contained in:
Sam Leffler 2002-12-20 23:57:22 +00:00
parent 91974ce10b
commit 69f05a0761

View File

@ -158,6 +158,7 @@ static int icmp6_rip6_input __P((struct mbuf **, int));
static int icmp6_ratelimit __P((const struct in6_addr *, const int, const int));
static const char *icmp6_redirect_diag __P((struct in6_addr *,
struct in6_addr *, struct in6_addr *));
#define HAVE_PPSRATECHECK
#ifndef HAVE_PPSRATECHECK
static int ppsratecheck __P((struct timeval *, int *, int));
#endif