]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
added destructor (correction for Mac OS X)
[wxWidgets.git] / setup.h.in
index 7277ebe13cd3653295b532bbccc837aa728a8685..7b33cca04b9c0653357b92a1d95175a3284a9ef6 100644 (file)
  * Use this control
  */
 #define wxUSE_STATUSBAR 0
  * Use this control
  */
 #define wxUSE_STATUSBAR 0
+/*
+ * Use this control
+ */
+#define wxUSE_TOGGLEBTN 0
 /*
  * Use Tab dialog class - obsolete, use wxNotebook instead
  */
 /*
  * Use Tab dialog class - obsolete, use wxNotebook instead
  */
 #define wxUSE_TOOLBAR_SIMPLE 0
 
 #if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
 #define wxUSE_TOOLBAR_SIMPLE 0
 
 #if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
-#define wxUSE_OWNER_DRAWN 1 
+#define wxUSE_OWNER_DRAWN 1
   #if wxUSE_TOOLBAR
     #define wxUSE_BUTTONBAR 1
   #endif
   #if wxUSE_TOOLBAR
     #define wxUSE_BUTTONBAR 1
   #endif
  * Support for metafiles
  */
 #define wxUSE_METAFILE 0
  * Support for metafiles
  */
 #define wxUSE_METAFILE 0
+#define wxUSE_ENH_METAFILE 0
 
 /*
  * wxMiniFrame
 
 /*
  * wxMiniFrame
  * A class that shows info window when app is busy
  * (works exactly like wxBusyCursor)
  */
  * A class that shows info window when app is busy
  * (works exactly like wxBusyCursor)
  */
-#define wxUSE_BUSYINFO 0 
+#define wxUSE_BUSYINFO 0
 
 /*
  * Zip stream for accessing files stored inside .zip archives
 
 /*
  * Zip stream for accessing files stored inside .zip archives
  * PNM image format support
  */
 #define wxUSE_PNM 0
  * PNM image format support
  */
 #define wxUSE_PNM 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.
 /* Define if you have sched_yield */
 #undef HAVE_SCHED_YIELD
 
 /* Define if you have sched_yield */
 #undef HAVE_SCHED_YIELD
 
+/* Define if you have pthread_mutexattr_t and functions to work with it */
+#undef HAVE_PTHREAD_MUTEXATTR_T
+
+/* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
+#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
+
 /* Define if you have pthread_cancel */
 #undef HAVE_PTHREAD_CANCEL
 
 /* Define if you have pthread_cancel */
 #undef HAVE_PTHREAD_CANCEL