]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Add wx/meta/removeref.h header defining wxRemoveRef<> helper.
[wxWidgets.git] / setup.h_vms
index 8d1bc882edf025ce0c21e25c4fb5a07e9b7b875b..ea87c82930fd6c4391d43c0cad9b562f8605672c 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 August 2012                                                     *
+ * Date : 11 October 2012                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -888,11 +888,14 @@ typedef pid_t GPid;
 
 /*
  * Use libnotify library.
+ * Use libnotify 0.7+ API.
  */
 #ifdef VMS_GTK2
 #define wxUSE_LIBNOTIFY 1
+#define wxUSE_LIBNOTIFY_0_7 1
 #else
 #define wxUSE_LIBNOTIFY 0
+#define wxUSE_LIBNOTIFY_0_7 0
 #endif
 /*
  * Use libXpm
@@ -1347,6 +1350,9 @@ typedef pid_t GPid;
 /* Define if you have Pango xft support */
 #undef HAVE_PANGO_XFT
 
+/* Define if you have abi::__forced_unwind in your <cxxabi.h>. */
+#undef HAVE_ABI_FORCEDUNWIND
+
 /* Define if fdopen is available.  */
 #define HAVE_FDOPEN 1