]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
fix WX_ARG_WITH behaviour when it's used before wxUSE_ALL_FEATURES is defined, as...
[wxWidgets.git] / setup.h_vms
index d66fdd451b987a0e1566a2cfe86c0de8dcad26a6..aa63144f63c88bb0c3bc4579170b524cb81ec2fb 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
@@ -676,6 +676,11 @@ typedef pid_t GPid;
  */
 #undef HAVE_GNU_CXX_HASH_MAP
 
+/*
+ * Define if the compiler supports simple visibility declarations.
+ */
+#undef HAVE_VISIBILITY
+
 /*
  * The built-in regex supports advanced REs in additional to POSIX's basic
  * and extended. Your system regex probably won't support this, and in this
@@ -997,6 +1002,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 +1038,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_REAL_TYPE 1
+
 /* Define if you have the dlopen function.  */
 #define HAVE_DLOPEN 1
 
@@ -1196,7 +1207,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