]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Correct printf() format specifiers for long variables in life demo.
[wxWidgets.git] / setup.h_vms
index 02e070a70037de1193da953cbf5d63fee250915f..b335d191d95de9305ccfa2eeb5e2808f0e0869db 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 : 6 October 2009                                                     *
+ * Date : 19 August 2010                                                     *
  *                                                                           *
  *****************************************************************************/
 
  *                                                                           *
  *****************************************************************************/
 
@@ -88,6 +88,9 @@
 /* Define this if your version of GTK+ is greater than 2.10 */
 #define __WXGTK210__ 1
 
 /* Define this if your version of GTK+ is greater than 2.10 */
 #define __WXGTK210__ 1
 
+/* Define this if your version of GTK+ is greater than 2.18 */
+#undef __WXGTK218__
+
 #include <types.h>
 typedef pid_t GPid;
 
 #include <types.h>
 typedef pid_t GPid;
 
@@ -113,6 +116,7 @@ typedef pid_t GPid;
 #undef __NETBSD__
 #undef __OPENBSD__
 #undef __OSF__
 #undef __NETBSD__
 #undef __OPENBSD__
 #undef __OSF__
+#undef __QNX__
 #undef __SGI__
 #undef __SOLARIS__
 #undef __SUN__
 #undef __SGI__
 #undef __SOLARIS__
 #undef __SUN__
@@ -171,23 +175,23 @@ typedef pid_t GPid;
 
 #define wxDIALOG_UNIT_COMPATIBILITY   1
 
 
 #define wxDIALOG_UNIT_COMPATIBILITY   1
 
-#define wxUSE_DEBUG_CONTEXT 0
+#define wxUSE_DEBUG_CONTEXT 1
 
 
-#define wxUSE_DEBUGREPORT 0
+#define wxUSE_DEBUGREPORT 1
 
 #define wxUSE_MEMORY_TRACING 0
 
 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
 
 
 #define wxUSE_MEMORY_TRACING 0
 
 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
 
-#define wxUSE_DEBUG_NEW_ALWAYS 0
+#define wxUSE_DEBUG_NEW_ALWAYS 1
 
 
-#define wxUSE_ON_FATAL_EXCEPTION 0
+#define wxUSE_ON_FATAL_EXCEPTION 1
 
 #define wxUSE_STACKWALKER 0
 
 
 #ifndef wxUSE_UNICODE
 
 #define wxUSE_STACKWALKER 0
 
 
 #ifndef wxUSE_UNICODE
-#if defined( __WXX11__ ) || defined ( __WXMOTIF__ )
+#if defined( __WXX11__ )
     #define wxUSE_UNICODE 0
 #else
     #define wxUSE_UNICODE 1
     #define wxUSE_UNICODE 0
 #else
     #define wxUSE_UNICODE 1
@@ -250,7 +254,7 @@ typedef pid_t GPid;
 #define wxUSE_INTL          1
 #include <locale.h>
 
 #define wxUSE_INTL          1
 #include <locale.h>
 
-#if defined (__WXMOTIF__) || defined( __WXX11__ )
+#if defined (__WXMOTIF__)
 #define wxUSE_XLOCALE 0
 #else
 #define wxUSE_XLOCALE 1
 #define wxUSE_XLOCALE 0
 #else
 #define wxUSE_XLOCALE 1
@@ -262,6 +266,8 @@ typedef pid_t GPid;
 
 #define wxUSE_STOPWATCH     1
 
 
 #define wxUSE_STOPWATCH     1
 
+#define wxUSE_FSWATCHER     0
+
 #define wxUSE_CONFIG        1
 
 #define wxUSE_CONFIG_NATIVE   0
 #define wxUSE_CONFIG        1
 
 #define wxUSE_CONFIG_NATIVE   0
@@ -335,8 +341,23 @@ typedef pid_t GPid;
 
 #define wxUSE_PROPGRID  1
 
 
 #define wxUSE_PROPGRID  1
 
-#ifndef wxUSE_GRAPHICS_CONTEXT
+#ifdef _MSC_VER
+#   if _MSC_VER >= 1310
+
+
 #define wxUSE_GRAPHICS_CONTEXT 0
 #define wxUSE_GRAPHICS_CONTEXT 0
+#   else
+
+
+#       define wxUSE_GRAPHICS_CONTEXT 0
+#   endif
+#else
+
+
+
+
+
+#   define wxUSE_GRAPHICS_CONTEXT 0
 #endif
 
 #define wxUSE_CONTROLS     1
 #endif
 
 #define wxUSE_CONTROLS     1
@@ -361,6 +382,7 @@ typedef pid_t GPid;
 #define wxUSE_COLLPANE      1
 #define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
 #define wxUSE_COLLPANE      1
 #define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
+#define wxUSE_COMMANDLINKBUTTON 1
 #define wxUSE_DATAVIEWCTRL   1
 #define wxUSE_DATEPICKCTRL 1
 #define wxUSE_DIRPICKERCTRL 1
 #define wxUSE_DATAVIEWCTRL   1
 #define wxUSE_DATEPICKCTRL 1
 #define wxUSE_DIRPICKERCTRL 1
@@ -375,6 +397,7 @@ typedef pid_t GPid;
 #define wxUSE_LISTCTRL     1
 #define wxUSE_RADIOBOX     1
 #define wxUSE_RADIOBTN     1
 #define wxUSE_LISTCTRL     1
 #define wxUSE_RADIOBOX     1
 #define wxUSE_RADIOBTN     1
+#define wxUSE_RICHMSGDLG    1
 #define wxUSE_SCROLLBAR    1
 #define wxUSE_SEARCHCTRL    1
 #define wxUSE_SLIDER       1
 #define wxUSE_SCROLLBAR    1
 #define wxUSE_SEARCHCTRL    1
 #define wxUSE_SLIDER       1
@@ -492,6 +515,8 @@ typedef pid_t GPid;
 
 #define wxUSE_ABOUTDLG 1
 
 
 #define wxUSE_ABOUTDLG 1
 
+#define wxUSE_FILE_HISTORY 1
+
 #define wxUSE_METAFILE              0
 #define wxUSE_ENH_METAFILE          0
 #define wxUSE_WIN_METAFILES_ALWAYS  0
 #define wxUSE_METAFILE              0
 #define wxUSE_ENH_METAFILE          0
 #define wxUSE_WIN_METAFILES_ALWAYS  0
@@ -544,7 +569,7 @@ typedef pid_t GPid;
 
 #define wxUSE_MOUSEWHEEL        1
 
 
 #define wxUSE_MOUSEWHEEL        1
 
-
+#define wxUSE_UIACTIONSIMULATOR 1
 
 #define wxUSE_POSTSCRIPT  1
 
 
 #define wxUSE_POSTSCRIPT  1
 
@@ -731,6 +756,16 @@ typedef pid_t GPid;
  */
 #undef HAVE_TR1_UNORDERED_SET
 
  */
 #undef HAVE_TR1_UNORDERED_SET
 
+/*
+ * Define if your compiler has <tr1/type_traits>
+ */
+#undef HAVE_TR1_TYPE_TRAITS
+
+/*
+ * Define if your compiler has <type_traits>
+ */
+#undef HAVE_TYPE_TRAITS
+
 /*
  * Define if the compiler supports simple visibility declarations.
  */
 /*
  * Define if the compiler supports simple visibility declarations.
  */
@@ -875,7 +910,7 @@ typedef pid_t GPid;
 #undef WX_STATFS_T
 
 /* The signal handler prototype */
 #undef WX_STATFS_T
 
 /* The signal handler prototype */
-#undef wxTYPE_SA_HANDLER
+#define wxTYPE_SA_HANDLER int
 
 /* gettimeofday() usually takes 2 arguments, but some really old systems might
  * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
 
 /* gettimeofday() usually takes 2 arguments, but some really old systems might
  * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
@@ -1251,6 +1286,12 @@ typedef pid_t GPid;
 /* Define if locale_t is available */
 #undef HAVE_LOCALE_T
 
 /* Define if locale_t is available */
 #undef HAVE_LOCALE_T
 
+/* Define if you have inotify_xxx() functions. */
+#undef wxHAS_INOTIFY
+
+/* Define if you have kqueu_xxx() functions. */
+#undef wxHAS_KQUEUE
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------
@@ -1291,6 +1332,10 @@ typedef pid_t GPid;
 #define wxHAS_RAW_BITMAP 1
 #endif
 
 #define wxHAS_RAW_BITMAP 1
 #endif
 
+#ifdef VMS_GTK2
+#define GSEAL(x) x
+#endif
+
 #define __VMS_BROKEN_TEMPLATES
 
 #include <stdlib.h>
 #define __VMS_BROKEN_TEMPLATES
 
 #include <stdlib.h>