mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-107812: extend socket's netlink support to FreeBSD (gh-107813)
This commit is contained in:
parent
2ec16fed14
commit
f50c17243a
5 changed files with 23 additions and 1 deletions
|
|
@ -841,6 +841,9 @@
|
|||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
/* Define to 1 if you have the <netlink/netlink.h> header file. */
|
||||
#undef HAVE_NETLINK_NETLINK_H
|
||||
|
||||
/* Define to 1 if you have the <netpacket/packet.h> header file. */
|
||||
#undef HAVE_NETPACKET_PACKET_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue