]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Keep setup0.h in sync with more ports.
[wxWidgets.git] / setup.h.in
index 47c35d8f8532675c607df2dd1d94ce6382bba81b..1b8e5a8d0a8016cf32a72b5f5003ed2ef97c6f95 100644 (file)
 #endif
 
 
-#define WXWIN_COMPATIBILITY_2_2 0
-
 #define WXWIN_COMPATIBILITY_2_4 0
 
+#define WXWIN_COMPATIBILITY_2_6 0
+
 #define wxDIALOG_UNIT_COMPATIBILITY   0
 
 
 
 #define wxUSE_CHOICEBOOK 0
 
+#define wxUSE_TREEBOOK 0
+
 #define wxUSE_TAB_DIALOG    0
 
 #define wxUSE_GRID         0
 /* Define if you have pthread_mutexattr_t and functions to work with it */
 #undef HAVE_PTHREAD_MUTEXATTR_T
 
+/* Define if you have pthread_mutexattr_settype() declaration */
+#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL
+
 /* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
 #undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
 
 /* Define if you have strptime() */
 #undef HAVE_STRPTIME
 
+/* Define if strptime() is declared in headers */
+#undef HAVE_STRPTIME_DECL
+
 /* Define if you have all functions to set thread priority */
 #undef HAVE_THREAD_PRIORITY_FUNCTIONS