mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
cmake: add the check of HAVE_SOCKETPAIR
which is used by Curl_socketpair Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Closes #9686
This commit is contained in:
parent
d24a2ffefe
commit
d91c736f6c
2 changed files with 4 additions and 0 deletions
|
|
@ -457,6 +457,9 @@
|
|||
/* Define to 1 if you have the `socket' function. */
|
||||
#cmakedefine HAVE_SOCKET 1
|
||||
|
||||
/* Define to 1 if you have the socketpair function. */
|
||||
#cmakedefine HAVE_SOCKETPAIR 1
|
||||
|
||||
/* Define to 1 if you have the <ssl.h> header file. */
|
||||
#cmakedefine HAVE_SSL_H 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue