From 7dee9f77e6784ff3174d7a0dfef8005840775df9 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 19 Jan 2012 12:32:25 +0100 Subject: [PATCH] disable HAS_IP_MREQN under Mac OS X and NetBSD. --- miniupnpc/miniupnpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniupnpc/miniupnpc.c b/miniupnpc/miniupnpc.c index fc18abf..6656925 100644 --- a/miniupnpc/miniupnpc.c +++ b/miniupnpc/miniupnpc.c @@ -1,4 +1,4 @@ -/* $Id: miniupnpc.c,v 1.98 2012/01/07 10:21:25 nanard Exp $ */ +/* $Id: miniupnpc.c,v 1.100 2012/01/12 09:54:34 nanard Exp $ */ /* Project : miniupnp * Author : Thomas BERNARD * copyright (c) 2005-2011 Thomas Bernard @@ -16,7 +16,7 @@ #endif #endif -#if !defined(__OpenBSD__) +#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) #define HAS_IP_MREQN #endif