Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict with AIX system headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2005-08-31 15:48:41 +00:00
parent 47547fbe45
commit 9e03e02d0c
8 changed files with 42 additions and 39 deletions

View File

@@ -691,7 +691,7 @@
#undef WX_TIMEZONE
/* The type of 3rd argument to getsockname() - usually size_t or int */
#undef SOCKLEN_T
#undef WX_SOCKLEN_T
/* The type of 5th argument to getsockopt() - usually size_t or int */
#undef SOCKOPTLEN_T
@@ -751,6 +751,9 @@
/* Define if you have pthread_cancel */
#undef HAVE_PTHREAD_CANCEL
/* Define if you have pthread_attr_setstacksize */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
/* Define if you have sigaction() */
#undef HAVE_SIGACTION