Testing if using -D_REENTRANT helps compiling socket code on NetBSD.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2006-01-23 20:47:58 +00:00
parent 1a14abf991
commit 728258f45f
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -1860,6 +1860,7 @@ _ACEOF
_ACEOF
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-osf* )
USE_ALPHA=1

View File

@ -204,6 +204,7 @@ case "${host}" in
AC_DEFINE(__NETBSD__)
AC_DEFINE(__BSD__)
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-osf* )
USE_ALPHA=1