This commit is contained in:
parent
f621feb843
commit
cea3f7e33c
9
deps/c-ares_config/ares_build.h
vendored
9
deps/c-ares_config/ares_build.h
vendored
@ -34,7 +34,7 @@
|
|||||||
#define CARES_TYPEOF_ARES_SSIZE_T ssize_t
|
#define CARES_TYPEOF_ARES_SSIZE_T ssize_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__ANDROID__) && !defined(__APPLE__) && !defined(_WIN32)
|
#if !defined(__ANDROID__) && !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__)
|
||||||
#define GETSERVBYNAME_R_ARGS 6
|
#define GETSERVBYNAME_R_ARGS 6
|
||||||
#define GETSERVBYPORT_R_ARGS 6
|
#define GETSERVBYPORT_R_ARGS 6
|
||||||
#define HAVE_GETSERVBYNAME_R 1
|
#define HAVE_GETSERVBYNAME_R 1
|
||||||
@ -42,7 +42,12 @@
|
|||||||
#define HAVE_PIPE2 1
|
#define HAVE_PIPE2 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__APPLE__) && !defined(_WIN32)
|
#if defined(__OpenBSD__)
|
||||||
|
#define GETSERVBYNAME_R_ARGS 4
|
||||||
|
#define GETSERVBYPORT_R_ARGS 4
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__)
|
||||||
#define HAVE_MALLOC_H 1
|
#define HAVE_MALLOC_H 1
|
||||||
#define HAVE_EPOLL 1
|
#define HAVE_EPOLL 1
|
||||||
#define HAVE_SYS_EPOLL_H 1
|
#define HAVE_SYS_EPOLL_H 1
|
||||||
|
Loading…
Reference in New Issue
Block a user