/* 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