]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleaned attempts at fixing NetBSD compilation commited in previous version.
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 25 Jan 2006 14:31:03 +0000 (14:31 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 25 Jan 2006 14:31:03 +0000 (14:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index d417f12da8bf8a6d2f1250ae711affc5c9a3ce93..1ea7b594e54ccf215eb632a5599c6e00c44cc67a 100644 (file)
 #include <types.h>
 #include <netinet/in.h>
 #endif
-#ifdef __NETBSD__
-#ifndef _NETBSD_SOURCE
-#define _NETBSD_SOURCE
-#endif
-#ifndef _LIBC
-#define _LIBC
-#endif
-#endif
 #include <netdb.h>
 #include <sys/ioctl.h>