]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
compilation fixes for --with-regex=sys
[wxWidgets.git] / setup.h_vms
index 02aa617197428763d64e08c97296eef2e3717e58..8ce750d4646e28ca656f80fa79c9383889c81b3b 100644 (file)
@@ -3,7 +3,7 @@
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 16 May 2007                                                        *
+ * Date : 4 June 2007                                                        *
  *                                                                           *
  *****************************************************************************/
 
@@ -191,7 +191,7 @@ typedef pid_t GPid;
 
 
 #ifndef wxUSE_UNICODE
-    #define wxUSE_UNICODE 0
+    #define wxUSE_UNICODE 1
 #endif
 
 #define wxUSE_WCHAR_T 1
@@ -261,6 +261,7 @@ typedef pid_t GPid;
 #define wxUSE_DYNAMIC_LOADER  0
 
 #define wxUSE_SOCKETS       1
+#include <socket.h>
 
 #define wxUSE_FILESYSTEM    1
 
@@ -803,6 +804,11 @@ typedef pid_t GPid;
  */
 #define wxUSE_WEBKIT 1
 
+/*
+ * Objective-C class name uniquifying
+ */
+#define wxUSE_OBJC_UNIQUIFYING 0
+
 /*
  * The const keyword is being introduced more in wxWindows.
  * You can use this setting to maintain backward compatibility.