]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
don't style using Doxygen tags; use <span> tags and CSS instead
[wxWidgets.git] / setup.h_vms
index 57569855f908e6f65582bdb746f67d40fe1f8d22..c4b8bf93ec1796feea5c031b90e690871b8efd7d 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 : 10 December 2007                                                   *
+ * Date : 5 March 2008                                                       *
  *                                                                           *
  *****************************************************************************/
 
@@ -216,17 +216,21 @@ typedef pid_t GPid;
 
 #define wxUSE_THREADS 1
 
-#define wxUSE_STREAMS       1
+#define wxUSE_WEAKREF 1
 
-#define wxUSE_STD_IOSTREAM  0
+#define wxUSE_STREAMS       1
 
 #if defined(__DMC__) || defined(__WATCOMC__) \
-     || (defined(_MSC_VER) && _MSC_VER < 1200)
-    #define wxUSE_STD_STRING  0
+        || (defined(_MSC_VER) && _MSC_VER < 1200)
+    #define wxUSE_STD_DEFAULT  0  
 #else
-    #define wxUSE_STD_STRING  0
+    #define wxUSE_STD_DEFAULT  0
 #endif
 
+#define wxUSE_STD_IOSTREAM  wxUSE_STD_DEFAULT
+
+#define wxUSE_STD_STRING  wxUSE_STD_DEFAULT
+
 #define wxUSE_PRINTF_POS_PARAMS 0
 
 #define wxUSE_LONGLONG      1
@@ -249,6 +253,8 @@ typedef pid_t GPid;
 #define wxUSE_INTL          1
 #include <locale.h>
 
+#define wxUSE_XLOCALE 1
+
 #define wxUSE_DATETIME      1
 
 #define wxUSE_TIMER         1
@@ -1199,6 +1205,9 @@ typedef pid_t GPid;
 /* Define if getgrgid_r is available. */
 #undef HAVE_GETGRGID_R
 
+/* Define if locale_t is available */
+#undef HAVE_LOCALE_T
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------