]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Update list operators, s/TRUE/true/ etc.
[wxWidgets.git] / setup.h.in
index c23890090257836084c8b7f51d3723cde375f6a0..ab759d6ee534c47a85063cea17536b8bfb3781e7 100644 (file)
  * Compatibility with 2.2 API
  */
 #define WXWIN_COMPATIBILITY_2_2 0
+/*
+ * Compatibility with 2.4 API
+ */
+#define WXWIN_COMPATIBILITY_2_4 0
 /*
  * Enables debugging: memory tracing, assert, etc., contains debug level
  */
 /* Define if you have vsnprintf() */
 #undef HAVE_VSNPRINTF
 
+/* Define if you have vsnprintf() declaration in the header */
+#undef HAVE_VSNPRINTF_DECL
+
 /* Define if you have usleep() */
 #undef HAVE_USLEEP