Bug 782405 - delete UNIX_ASYNC_DNS; r=glandium

--HG--
extra : rebase_source : 845961ee905a008d350271d352125cf8cbe4536d
This commit is contained in:
Nathan Froyd 2012-08-13 16:47:02 -04:00
parent 0a6f454a9d
commit 2765555b76
2 changed files with 0 additions and 4 deletions

View File

@ -8641,10 +8641,8 @@ dnl ========================================================
if test "$OS_ARCH" = "Darwin"; then
AC_DEFINE(XP_UNIX)
AC_DEFINE(UNIX_ASYNC_DNS)
elif test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "OS2"; then
AC_DEFINE(XP_UNIX)
AC_DEFINE(UNIX_ASYNC_DNS)
fi
if test "$MOZ_DEBUG"; then

View File

@ -4398,10 +4398,8 @@ dnl ========================================================
if test "$OS_ARCH" = "Darwin"; then
AC_DEFINE(XP_MACOSX)
AC_DEFINE(XP_UNIX)
AC_DEFINE(UNIX_ASYNC_DNS)
elif test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "OS2"; then
AC_DEFINE(XP_UNIX)
AC_DEFINE(UNIX_ASYNC_DNS)
fi
AC_ARG_ENABLE(threadsafe,