]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Update configuration file for OpenVMS
[wxWidgets.git] / setup.h_vms
index 25f9f287caf35a70d8b38bac558c1b10d4705075..4a0c3949c6646e4e7485e4dd1ed47bd9774eaa99 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 : 25 October 2006                                                     *
+ * Date : 7 November 2006                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -270,8 +270,6 @@ typedef pid_t GPid;
 
 #define wxUSE_TARSTREAM     1
 
-#define wxUSE_BACKINGFILE   1
-
 #define wxUSE_ZLIB          1
 
 #define wxUSE_APPLE_IEEE          0
@@ -335,6 +333,7 @@ typedef pid_t GPid;
 #define wxUSE_CHECKBOX     1
 #define wxUSE_CHECKLISTBOX 1
 #define wxUSE_CHOICE       1
+#define wxUSE_COLLPANE      1
 #define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
 #define wxUSE_DATAVIEWCTRL   1
@@ -539,6 +538,8 @@ typedef pid_t GPid;
 
 #define wxUSE_LIBTIFF       1
 
+#define wxUSE_TGA           1
+
 #define wxUSE_GIF           1
 
 #define wxUSE_PNM           1
@@ -941,6 +942,9 @@ typedef pid_t GPid;
 /* Define if you have strptime() declaration */
 #define HAVE_STRPTIME_DECL 1
 
+/* Define if you have strtoull() and strtoll() */
+#define HAVE_STRTOULL 1
+
 /* Define if you have all functions to set thread priority */
 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
 
@@ -971,6 +975,9 @@ typedef pid_t GPid;
 /* Define if you have wcslen function  */
 #define HAVE_WCSLEN 1
 
+/* Define if you have wcstoull() and wcstoll() */
+#undef HAVE_WCSTOULL
+
 /* define if you have vsscanf function */
 #undef HAVE_VSSCANF