From b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c Mon Sep 17 00:00:00 2001 From: anders Date: Sun, 27 Oct 2002 23:52:14 +0000 Subject: Make build say that mod_throttle is not IPv6-aware, when trying to use it with apache13+ipv6. PR: 44550 --- www/mod_throttle/files/patch-mod_throttle.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/mod_throttle/files/patch-mod_throttle.c (limited to 'www') diff --git a/www/mod_throttle/files/patch-mod_throttle.c b/www/mod_throttle/files/patch-mod_throttle.c new file mode 100644 index 00000000000..2b81b72af09 --- /dev/null +++ b/www/mod_throttle/files/patch-mod_throttle.c @@ -0,0 +1,13 @@ +--- mod_throttle.c.orig Mon Oct 28 00:50:56 2002 ++++ mod_throttle.c Mon Oct 28 00:51:06 2002 +@@ -41,6 +41,10 @@ + * for a FreeBSD machine for testing and several suggestions. + */ + ++#ifdef INET6 ++#error mod_throttle is not IPv6-aware. ++#endif ++ + /*********************************************************************** + *** Pick one that best suits your system. + ***********************************************************************/ -- cgit