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

2
configure vendored
View File

@@ -39073,7 +39073,7 @@ echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
else
cat >>confdefs.h <<_ACEOF
#define SOCKLEN_T $wx_cv_type_getsockname3
#define WX_SOCKLEN_T $wx_cv_type_getsockname3
_ACEOF
fi