]> git.saurik.com Git - wxWidgets.git/commitdiff
Update setup for OpenVMS
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 12 Feb 2008 07:25:33 +0000 (07:25 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 12 Feb 2008 07:25:33 +0000 (07:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index 57569855f908e6f65582bdb746f67d40fe1f8d22..4619e4d436827d00bd8b7ee7cac751a555bc78cc 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)                            *
  * 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 : 11 February 2008                                                   *
  *                                                                           *
  *****************************************************************************/
 
  *                                                                           *
  *****************************************************************************/
 
@@ -216,6 +216,8 @@ typedef pid_t GPid;
 
 #define wxUSE_THREADS 1
 
 
 #define wxUSE_THREADS 1
 
+#define wxUSE_WEAKREF 1
+
 #define wxUSE_STREAMS       1
 
 #define wxUSE_STD_IOSTREAM  0
 #define wxUSE_STREAMS       1
 
 #define wxUSE_STD_IOSTREAM  0
@@ -249,6 +251,8 @@ typedef pid_t GPid;
 #define wxUSE_INTL          1
 #include <locale.h>
 
 #define wxUSE_INTL          1
 #include <locale.h>
 
+#define wxUSE_XLOCALE 1
+
 #define wxUSE_DATETIME      1
 
 #define wxUSE_TIMER         1
 #define wxUSE_DATETIME      1
 
 #define wxUSE_TIMER         1
@@ -1199,6 +1203,9 @@ typedef pid_t GPid;
 /* Define if getgrgid_r is available. */
 #undef HAVE_GETGRGID_R
 
 /* Define if getgrgid_r is available. */
 #undef HAVE_GETGRGID_R
 
+/* Define if locale_t is available */
+#undef HAVE_LOCALE_T
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------