From 46f467950878d700634c6e05b61a29e4e3c42c82 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 4 Sep 2015 17:37:11 +0200 Subject: [PATCH] miniupnpc.c: clean #define's --- miniupnpc/miniupnpc.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/miniupnpc/miniupnpc.c b/miniupnpc/miniupnpc.c index fbc6526..26ce593 100644 --- a/miniupnpc/miniupnpc.c +++ b/miniupnpc/miniupnpc.c @@ -5,18 +5,6 @@ * copyright (c) 2005-2015 Thomas Bernard * This software is subjet to the conditions detailed in the * provided LICENSE file. */ -#define __EXTENSIONS__ 1 -#if !defined(__APPLE__) && !defined(__sun) -#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__) -#ifndef __cplusplus -#define _XOPEN_SOURCE 600 -#endif -#endif -#ifndef __BSD_VISIBLE -#define __BSD_VISIBLE 1 -#endif -#endif - #include #include #include