]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
reverting to native mac pathnames
[wxWidgets.git] / include / wx / sckaddr.h
index 25ee60d4980ed8783fe70981a81ee6dbb70e7c90..17a9477905bb2c2e4b496eeff69f79e03f97902c 100644 (file)
@@ -56,6 +56,7 @@ public:
   bool Service(const wxString& name);
   bool Service(unsigned short port);
   bool LocalHost();
+  bool AnyAddress();
 
   wxString Hostname();
   unsigned short Service();
@@ -85,7 +86,7 @@ public:
 };
 #endif
 
-#ifdef __UNIX__
+#if defined(__UNIX__) && !defined(__APPLE__)
 #include <sys/socket.h>
 #ifndef __VMS__
 # include <sys/un.h>