]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2
[wxWidgets.git] / setup.h.in
index f89f8bfc5e9091c4f68123f01efa9c9293087a6a..3c2e778e31a0ee727fb4b2d2f3e20c7306af1e71 100644 (file)
 /* The type of 3rd argument to getsockname() - usually size_t or int */
 #undef SOCKLEN_T
 
+/* The type of 5th argument to getsockopt() - usually size_t or int */
+#undef SOCKOPTLEN_T
+
 /* The type of statvfs(2) argument */
 #undef WX_STATFS_T
 
 /* Define this if you have _vsnwprintf */
 #undef HAVE__VSNWPRINTF
 
+/* Define if fseeko and ftello are available.  */
+#undef HAVE_FSEEKO
+
 /* Define this if you are using gtk and gdk contains support for X11R6 XIM */
 #undef HAVE_XIM