mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Remove unused BSD sendmsg/recvmg symbols.
Unused in CPAN, too. There are uses of these symbols, but under the Socket:: namespace.
This commit is contained in:
parent
94a2587fdd
commit
bdf4e5463e
@ -1982,44 +1982,8 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
#define HAS_SOCKET /**/
|
||||
/*#define HAS_SOCKETPAIR /**/
|
||||
/*#define HAS_MSG_CTRUNC /**/
|
||||
/*#define HAS_MSG_DONTROUTE /**/
|
||||
/*#define HAS_MSG_OOB /**/
|
||||
/*#define HAS_MSG_PEEK /**/
|
||||
/*#define HAS_MSG_PROXY /**/
|
||||
/*#define HAS_SCM_RIGHTS /**/
|
||||
|
||||
/* HAS_SOCKS5_INIT:
|
||||
* This symbol, if defined, indicates that the socks5_init routine is
|
||||
|
||||
@ -1643,31 +1643,6 @@ d_msg (d_msg.U):
|
||||
This variable conditionally defines the HAS_MSG symbol, which
|
||||
indicates that the entire msg*(2) library is present.
|
||||
|
||||
d_msg_ctrunc (d_socket.U):
|
||||
This variable conditionally defines the HAS_MSG_CTRUNC symbol,
|
||||
which indicates that the MSG_CTRUNC is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_msg_dontroute (d_socket.U):
|
||||
This variable conditionally defines the HAS_MSG_DONTROUTE symbol,
|
||||
which indicates that the MSG_DONTROUTE is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_msg_oob (d_socket.U):
|
||||
This variable conditionally defines the HAS_MSG_OOB symbol,
|
||||
which indicates that the MSG_OOB is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_msg_peek (d_socket.U):
|
||||
This variable conditionally defines the HAS_MSG_PEEK symbol,
|
||||
which indicates that the MSG_PEEK is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_msg_proxy (d_socket.U):
|
||||
This variable conditionally defines the HAS_MSG_PROXY symbol,
|
||||
which indicates that the MSG_PROXY is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_msgctl (d_msgctl.U):
|
||||
This variable conditionally defines the HAS_MSGCTL symbol, which
|
||||
indicates to the C program that the msgctl() routine is available.
|
||||
@ -2061,11 +2036,6 @@ d_sched_yield (d_pthread_y.U):
|
||||
symbol if the sched_yield routine is available to yield
|
||||
the execution of the current thread.
|
||||
|
||||
d_scm_rights (d_socket.U):
|
||||
This variable conditionally defines the HAS_SCM_RIGHTS symbol,
|
||||
which indicates that the SCM_RIGHTS is available. #ifdef is
|
||||
not enough because it may be an enum, glibc has been known to do this.
|
||||
|
||||
d_SCNfldbl (longdblfio.U):
|
||||
This variable conditionally defines the PERL_PRIfldbl symbol, which
|
||||
indicates that stdio has a symbol to scan long doubles.
|
||||
|
||||
@ -2726,36 +2726,6 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SOCKADDR_SA_LEN:
|
||||
* This symbol, if defined, indicates that the struct sockaddr
|
||||
* structure has a member called sa_len, indicating the length of
|
||||
@ -2768,12 +2738,6 @@
|
||||
#define HAS_SOCKET /**/
|
||||
#define HAS_SOCKETPAIR /**/
|
||||
/*#define HAS_SOCKADDR_SA_LEN / **/
|
||||
#define HAS_MSG_CTRUNC /**/
|
||||
#define HAS_MSG_DONTROUTE /**/
|
||||
#define HAS_MSG_OOB /**/
|
||||
#define HAS_MSG_PEEK /**/
|
||||
#define HAS_MSG_PROXY /**/
|
||||
#define HAS_SCM_RIGHTS /**/
|
||||
#define HAS_SIN6_SCOPE_ID /**/
|
||||
|
||||
/* USE_STAT_BLOCKS:
|
||||
|
||||
36
config_h.SH
36
config_h.SH
@ -2359,36 +2359,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SOCKADDR_SA_LEN:
|
||||
* This symbol, if defined, indicates that the struct sockaddr
|
||||
* structure has a member called sa_len, indicating the length of
|
||||
@ -2421,12 +2391,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
|
||||
#$d_socket HAS_SOCKET /**/
|
||||
#$d_sockpair HAS_SOCKETPAIR /**/
|
||||
#$d_sockaddr_sa_len HAS_SOCKADDR_SA_LEN /**/
|
||||
#$d_msg_ctrunc HAS_MSG_CTRUNC /**/
|
||||
#$d_msg_dontroute HAS_MSG_DONTROUTE /**/
|
||||
#$d_msg_oob HAS_MSG_OOB /**/
|
||||
#$d_msg_peek HAS_MSG_PEEK /**/
|
||||
#$d_msg_proxy HAS_MSG_PROXY /**/
|
||||
#$d_scm_rights HAS_SCM_RIGHTS /**/
|
||||
#$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/
|
||||
#$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/
|
||||
#$d_ip_mreq HAS_IP_MREQ /**/
|
||||
|
||||
@ -2341,44 +2341,8 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
#define HAS_SOCKET /**/
|
||||
#define HAS_SOCKETPAIR /**/
|
||||
/*#define HAS_MSG_CTRUNC / **/
|
||||
/*#define HAS_MSG_DONTROUTE / **/
|
||||
/*#define HAS_MSG_OOB / **/
|
||||
/*#define HAS_MSG_PEEK / **/
|
||||
/*#define HAS_MSG_PROXY / **/
|
||||
/*#define HAS_SCM_RIGHTS / **/
|
||||
|
||||
/* HAS_SOCKS5_INIT:
|
||||
* This symbol, if defined, indicates that the socks5_init routine is
|
||||
|
||||
@ -2273,44 +2273,8 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
#define HAS_SOCKET /**/
|
||||
#define HAS_SOCKETPAIR /**/
|
||||
/*#define HAS_MSG_CTRUNC / **/
|
||||
/*#define HAS_MSG_DONTROUTE / **/
|
||||
/*#define HAS_MSG_OOB / **/
|
||||
/*#define HAS_MSG_PEEK / **/
|
||||
/*#define HAS_MSG_PROXY / **/
|
||||
/*#define HAS_SCM_RIGHTS / **/
|
||||
|
||||
/* HAS_SOCKS5_INIT:
|
||||
* This symbol, if defined, indicates that the socks5_init routine is
|
||||
|
||||
36
uconfig.h
36
uconfig.h
@ -2324,36 +2324,6 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SOCKADDR_SA_LEN:
|
||||
* This symbol, if defined, indicates that the struct sockaddr
|
||||
* structure has a member called sa_len, indicating the length of
|
||||
@ -2386,12 +2356,6 @@
|
||||
/*#define HAS_SOCKET / **/
|
||||
/*#define HAS_SOCKETPAIR / **/
|
||||
/*#define HAS_SOCKADDR_SA_LEN / **/
|
||||
/*#define HAS_MSG_CTRUNC / **/
|
||||
/*#define HAS_MSG_DONTROUTE / **/
|
||||
/*#define HAS_MSG_OOB / **/
|
||||
/*#define HAS_MSG_PEEK / **/
|
||||
/*#define HAS_MSG_PROXY / **/
|
||||
/*#define HAS_SCM_RIGHTS / **/
|
||||
/*#define HAS_SOCKADDR_IN6 / **/
|
||||
/*#define HAS_SIN6_SCOPE_ID / **/
|
||||
/*#define HAS_IP_MREQ / **/
|
||||
|
||||
@ -2296,44 +2296,8 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
#define HAS_SOCKET /**/
|
||||
/*#define HAS_SOCKETPAIR /**/
|
||||
/*#define HAS_MSG_CTRUNC /**/
|
||||
/*#define HAS_MSG_DONTROUTE /**/
|
||||
/*#define HAS_MSG_OOB /**/
|
||||
/*#define HAS_MSG_PEEK /**/
|
||||
/*#define HAS_MSG_PROXY /**/
|
||||
/*#define HAS_SCM_RIGHTS /**/
|
||||
|
||||
/* HAS_SOCKS5_INIT:
|
||||
* This symbol, if defined, indicates that the socks5_init routine is
|
||||
|
||||
@ -2312,36 +2312,6 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SOCKADDR_SA_LEN:
|
||||
* This symbol, if defined, indicates that the struct sockaddr
|
||||
* structure has a member called sa_len, indicating the length of
|
||||
@ -2374,12 +2344,6 @@
|
||||
#define HAS_SOCKET /**/
|
||||
/*#define HAS_SOCKETPAIR / **/
|
||||
/*#define HAS_SOCKADDR_SA_LEN / **/
|
||||
/*#define HAS_MSG_CTRUNC / **/
|
||||
/*#define HAS_MSG_DONTROUTE / **/
|
||||
/*#define HAS_MSG_OOB / **/
|
||||
/*#define HAS_MSG_PEEK / **/
|
||||
/*#define HAS_MSG_PROXY / **/
|
||||
/*#define HAS_SCM_RIGHTS / **/
|
||||
/*#define HAS_SOCKADDR_IN6 / **/
|
||||
#define HAS_SIN6_SCOPE_ID /**/
|
||||
/*#define HAS_IP_MREQ / **/
|
||||
|
||||
@ -2304,36 +2304,6 @@
|
||||
* This symbol, if defined, indicates that the BSD socketpair() call is
|
||||
* supported.
|
||||
*/
|
||||
/* HAS_MSG_CTRUNC:
|
||||
* This symbol, if defined, indicates that the MSG_CTRUNC is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_DONTROUTE:
|
||||
* This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_OOB:
|
||||
* This symbol, if defined, indicates that the MSG_OOB is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PEEK:
|
||||
* This symbol, if defined, indicates that the MSG_PEEK is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_MSG_PROXY:
|
||||
* This symbol, if defined, indicates that the MSG_PROXY is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SCM_RIGHTS:
|
||||
* This symbol, if defined, indicates that the SCM_RIGHTS is supported.
|
||||
* Checking just with #ifdef might not be enough because this symbol
|
||||
* has been known to be an enum.
|
||||
*/
|
||||
/* HAS_SOCKADDR_SA_LEN:
|
||||
* This symbol, if defined, indicates that the struct sockaddr
|
||||
* structure has a member called sa_len, indicating the length of
|
||||
@ -2366,12 +2336,6 @@
|
||||
#define HAS_SOCKET /**/
|
||||
/*#define HAS_SOCKETPAIR / **/
|
||||
/*#define HAS_SOCKADDR_SA_LEN / **/
|
||||
/*#define HAS_MSG_CTRUNC / **/
|
||||
/*#define HAS_MSG_DONTROUTE / **/
|
||||
/*#define HAS_MSG_OOB / **/
|
||||
/*#define HAS_MSG_PEEK / **/
|
||||
/*#define HAS_MSG_PROXY / **/
|
||||
/*#define HAS_SCM_RIGHTS / **/
|
||||
/*#define HAS_SOCKADDR_IN6 / **/
|
||||
#define HAS_SIN6_SCOPE_ID /**/
|
||||
/*#define HAS_IP_MREQ / **/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user