]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Updates from Eli
[wxWidgets.git] / setup.h_vms
index a967ed7470ee2f32e673bfd0b1e169693ccfc0ae..382eebec3febf354aa70c5e3b59fd1364ecf9ec3 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 : 15 February 2006                                                    *
+ * Date : 9 June 2006                                                        *
  *                                                                           *
  *****************************************************************************/
 
@@ -85,6 +85,9 @@
 /* Define this if your version of GTK+ is greater than 2.4 */
 #define __WXGTK24__ 1
 
+/* Define this if your version of GTK+ is greater than 2.6 */
+#define __WXGTK26__ 1
+
 #include <types.h>
 typedef pid_t GPid;
 
@@ -218,6 +221,8 @@ typedef pid_t GPid;
 
 #define wxUSE_STD_STRING  0
 
+#define wxUSE_PRINTF_POS_PARAMS 0
+
 #define wxUSE_LONGLONG      1
 
 #define wxUSE_FILE          1
@@ -299,6 +304,7 @@ typedef pid_t GPid;
 #  define wxUSE_XML       1
 #endif
 
+#define wxUSE_AUI       1
 
 #define wxUSE_CONTROLS     1
 
@@ -316,9 +322,15 @@ typedef pid_t GPid;
 #define wxUSE_CHECKBOX     1
 #define wxUSE_CHECKLISTBOX 1
 #define wxUSE_CHOICE       1
+#define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
+#define wxUSE_DATAVIEWCTRL   1
 #define wxUSE_DATEPICKCTRL 1
+#define wxUSE_DIRPICKERCTRL 1
+#define wxUSE_FILEPICKERCTRL 1
+#define wxUSE_FONTPICKERCTRL 1
 #define wxUSE_GAUGE        1
+#define wxUSE_HYPERLINKCTRL 1
 #define wxUSE_LISTBOX      1
 #define wxUSE_LISTCTRL     1
 #define wxUSE_RADIOBOX     1
@@ -360,17 +372,19 @@ typedef pid_t GPid;
 
 #define wxUSE_GRID         1
 
-#define wxUSE_DATAVIEWCTRL   1
-
 #define wxUSE_MINIFRAME 1
 
+#define wxUSE_COMBOCTRL 1
+
+#define wxUSE_ODCOMBOBOX 1
+
 #define wxUSE_ACCEL 1
 
 #define wxUSE_HOTKEY 1
 
 #define wxUSE_CARET         1
 
-#define wxUSE_DISPLAY       1
+#define wxUSE_DISPLAY       0
 
 #define wxUSE_GEOMETRY            1
 
@@ -463,9 +477,6 @@ typedef pid_t GPid;
 
 #define wxUSE_HELP        1
 
-#define wxUSE_MS_HTML_HELP 0
-
-
 #define wxUSE_WXHTML_HELP 1
 
 #define wxUSE_RESOURCES   1
@@ -630,6 +641,10 @@ typedef pid_t GPid;
  * Use GNOME print for printing under GTK+ 2.0
  */
 #define wxUSE_LIBGNOMEPRINT 0
+/*
+ * Use GNOME VFS for MIME types
+ */
+#define wxUSE_LIBGNOMEVFS 0
 /*
  * Use the Hildon framework
  */
@@ -1140,6 +1155,9 @@ typedef pid_t GPid;
 /* Define if you have Pango xft support */
 #undef HAVE_PANGO_XFT
 
+/* Define if you have the <sys/select.h> header file.  */
+#undef HAVE_SYS_SELECT_H
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------