]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
removed dll export declaration for wxCStrData: it's unneeded because the class is...
[wxWidgets.git] / setup.h.in
index 65f3c2785c6c68c396caf29b9f95b132ad32afc2..65759d96c3f83276fabb0961eb9efc23898ec4ef 100644 (file)
@@ -68,6 +68,9 @@
 /* Define this if your version of GTK+ is greater than 2.6 */
 #undef __WXGTK26__
 
+/* Define this if your version of GTK+ is greater than 2.10 */
+#undef __WXGTK210__
+
 /* Define this if you want to use GPE features */
 #undef __WXGPE__
 
 /* Define if fsync() is available */
 #undef HAVE_FSYNC
 
+/* Define if round() is available */
+#undef HAVE_ROUND
+
 /* Define if you have ftime() */
 #undef HAVE_FTIME
 
 /* Define if you have pthread_cancel */
 #undef HAVE_PTHREAD_CANCEL
 
+/* Define if you have pthread_mutex_timedlock */
+#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
+
 /* Define if you have pthread_attr_setstacksize */
 #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE