]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Split "?:" into "if" statement for assignment of converted buffers,
[wxWidgets.git] / setup.h.in
index 0a68bd4e6553ed74f299c9d1924016cd2d682594..0544b3e8b0eed068dc89611092f10a248a57ac09 100644 (file)
 /* Define if lex declares yytext as a char * by default, not a char[].  */
 #undef YYTEXT_POINTER
 
+/* Define this if your version of GTK+ is greater than 1.2 */
 #undef __WXGTK12__
 
+/* Define this if your version of GTK+ is greater than 1.3 */
+#undef __WXGTK13__
+
 /*
  * Define to 1 for Unix[-like] system
  */
 /* Define if you have shl_load() */
 #undef HAVE_SHL_LOAD
 
+/* Define if you have strptime() */
+#undef HAVE_STRPTIME
+
 /* Define if you have all functions to set thread priority */
 #undef HAVE_THREAD_PRIORITY_FUNCTIONS