From 17f66434a40e2e430e3755f32df8d04ba14787e3 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Wed, 25 Jan 2006 14:31:03 +0000 Subject: [PATCH] Cleaned attempts at fixing NetBSD compilation commited in previous version. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index d417f12da8..1ea7b594e5 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -36,14 +36,6 @@ #include #include #endif -#ifdef __NETBSD__ -#ifndef _NETBSD_SOURCE -#define _NETBSD_SOURCE -#endif -#ifndef _LIBC -#define _LIBC -#endif -#endif #include #include -- 2.50.0