disable HAS_IP_MREQN for Solaris (__sun)

This commit is contained in:
Thomas Bernard 2012-06-11 22:06:22 +02:00
parent b32c1c7cc6
commit aefb519168
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: miniupnpc.c,v 1.105 2012/04/11 05:50:53 nanard Exp $ */
/* $Id: miniupnpc.c,v 1.106 2012/06/11 16:08:17 nanard Exp $ */
/* Project : miniupnp
* Web : http://miniupnp.free.fr/
* Author : Thomas BERNARD
@ -17,7 +17,7 @@
#endif
#endif
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__)
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__) && !defined(__sun)
#define HAS_IP_MREQN
#endif