]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')')....
[wxWidgets.git] / setup.h_vms
index d9b15e12aae5703c4c8136681aecb0877705130f..ba23bd90db0776f4c906425ea024f38365e0bca2 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 : 27 May 2009                                                        *
+ * Date : 18 September 2009                                                  *
  *                                                                           *
  *****************************************************************************/
 
@@ -315,6 +315,8 @@ typedef pid_t GPid;
 
 #define wxUSE_VARIANT 1
 
+#define wxUSE_ANY 1
+
 #define wxUSE_REGEX       0
 
 #define wxUSE_SYSTEM_OPTIONS 1
@@ -323,14 +325,14 @@ typedef pid_t GPid;
 
 #define wxUSE_MEDIACTRL     1
 
-#define wxUSE_GSTREAMER     0
-
 #define wxUSE_XRC       1
 
 #define wxUSE_XML       wxUSE_XRC
 
 #define wxUSE_AUI       1
 
+#define wxUSE_RIBBON  1
+
 #define wxUSE_PROPGRID  1
 
 #ifndef wxUSE_GRAPHICS_CONTEXT
@@ -777,6 +779,10 @@ typedef pid_t GPid;
  * Use the Hildon framework
  */
 #define wxUSE_LIBHILDON 0
+/*
+ * Use the Hildon 2.0 framework
+ */
+#define wxUSE_LIBHILDON2 0
 /*
  * Have glibc2
  */
@@ -795,7 +801,11 @@ typedef pid_t GPid;
  */
 #undef HAVE___THREAD_KEYWORD
 
-/* compatibility */
+/*
+ * Define if large (64 bit file offsets) files are supported.
+ */
+#undef HAVE_LARGEFILE_SUPPORT
+
 /*
  * Use OpenGL
  */