mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
that MSG_NOSIGNAL check serves no useful purpose!
This commit is contained in:
parent
e64e9d7fed
commit
d670f308a6
12
configure.ac
12
configure.ac
@ -331,18 +331,6 @@ AC_HELP_STRING([--disable-nonblocking],[Disable non-blocking socket detection]),
|
|||||||
CURL_CHECK_NONBLOCKING_SOCKET
|
CURL_CHECK_NONBLOCKING_SOCKET
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl **********************************************************************
|
|
||||||
dnl Check for MSG_NOSIGNAL
|
|
||||||
dnl **********************************************************************
|
|
||||||
AC_MSG_CHECKING(for MSG_NOSIGNAL)
|
|
||||||
AC_TRY_COMPILE([#include <sys/socket.h>],
|
|
||||||
[ int f = MSG_NOSIGNAL; ],
|
|
||||||
[ AC_MSG_RESULT(yes)
|
|
||||||
AC_DEFINE(HAVE_MSG_NOSIGNAL, 1,
|
|
||||||
[Define this symbol if you have MSG_NOSIGNAL]) ],
|
|
||||||
[ AC_MSG_RESULT(no)]
|
|
||||||
)
|
|
||||||
|
|
||||||
dnl **********************************************************************
|
dnl **********************************************************************
|
||||||
dnl Check for the random seed preferences
|
dnl Check for the random seed preferences
|
||||||
dnl **********************************************************************
|
dnl **********************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user