]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Some make corrections for HP and related,
[wxWidgets.git] / include / wx / sckaddr.h
index b0bef4a4975e67e1234478f9572b5f55c49a5422..6e2a0ae012716c8e3fe7fc621095aecc7c8420aa 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();
@@ -87,7 +88,9 @@ public:
 
 #ifdef __UNIX__
 #include <sys/socket.h>
-#include <sys/un.h>
+#ifndef __VMS__
+# include <sys/un.h>
+#endif
 
 class WXDLLEXPORT wxUNIXaddress : public wxSockAddress {
   DECLARE_DYNAMIC_CLASS(wxUNIXaddress)