]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
cvs to svn
[wxWidgets.git] / setup.h_vms
index d66fdd451b987a0e1566a2cfe86c0de8dcad26a6..c4adfef34bc9b77b59648f8964d4dc55154243f7 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 : 4 June 2007                                                        *
+ * Date : 3 July 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
@@ -997,6 +997,9 @@ typedef pid_t GPid;
 /* Define if you have wcslen function  */
 #define HAVE_WCSLEN 1
 
+/* Define if you have wcsdup function  */
+#define HAVE_WCSDUP 0
+
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL
 
@@ -1030,6 +1033,9 @@ typedef pid_t GPid;
 /* Define if size_t on your machine is the same type as unsigned long. */
 #undef wxSIZE_T_IS_ULONG
 
+/* Define if wchar_t is distinct type in your compiler. */
+#define wxWCHAR_T_IS_SEPARATE_TYPE 1
+
 /* Define if you have the dlopen function.  */
 #define HAVE_DLOPEN 1
 
@@ -1196,7 +1202,7 @@ typedef pid_t GPid;
 #define HAVE_WPUTCHAR 1
 
 /* Define this if you have putws() */
-#define HAVE_PUTWS 1
+#undef HAVE_PUTWS
 
 /* Define this if you have fputws() */
 #define HAVE_FPUTWS 1