X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ae1af0588794ab2b46e376ec20f1b1f6b1715d0..183749989294d21f38f03dabfdb15f42225eceac:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f89f8bfc5e..3c2e778e31 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1035,6 +1035,9 @@ /* 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 @@ -1294,6 +1297,9 @@ /* 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