]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't define INADDR_LOOPBACK; isc/net.h should be ensuring it exists
authorDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:43:37 +0000 (10:43 +0000)
committerDavid Lawrence <source@isc.org>
Thu, 31 May 2001 10:43:37 +0000 (10:43 +0000)
lib/dns/acl.c

index aa10f0a19f62b7c4f4aa52031473aa6fbf21b4e9..a5083f12e8b4aa8c7ded91c4473e0485df879235 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: acl.c,v 1.22 2001/03/26 21:32:57 bwelling Exp $ */
+/* $Id: acl.c,v 1.23 2001/05/31 10:43:37 tale Exp $ */
 
 #include <config.h>
 
@@ -328,10 +328,6 @@ dns_acl_equal(dns_acl_t *a, dns_acl_t *b) {
        return (ISC_TRUE);
 }
 
-#ifndef INADDR_LOOPBACK
-#define INADDR_LOOPBACK (unsigned long)0x7F000001UL
-#endif
-
 static isc_boolean_t
 is_loopback(dns_aclipprefix_t *p) {
        switch (p->address.family) {