]> git.saurik.com Git - wxWidgets.git/commitdiff
Some platforms that use socklen_t don't use it for the fifth argument to
authorDavid Elliott <dfe@tgwbd.org>
Wed, 29 Dec 2004 03:55:10 +0000 (03:55 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 29 Dec 2004 03:55:10 +0000 (03:55 +0000)
getsockopt.  Do a separate test and define SOCKOPTLEN_T appropriately.

NOTE: Forgot to commit this earlier.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index cf035834e6eb4983b4661d80fbf3f55ac28d2ab6..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