aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Cohen <noam@noam.me>2022-11-07 16:27:37 +0200
committerGitHub <noreply@github.com>2022-11-07 15:27:37 +0100
commit80c08d1cd67afdd1336c65ba23a044b6ac490f33 (patch)
treee7b0b57bc1dd5b2b29bf358696b9b75e0c24d5dd /pyconfig.h.in
parentgh-98254: Add what's new entry for the improvement in commit bb56dead33635715... (diff)
downloadcpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.gz
cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.bz2
cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.zip
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 0d3c851a1af..236cee6588d 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -844,6 +844,9 @@
/* Define to 1 if you have the <netpacket/packet.h> header file. */
#undef HAVE_NETPACKET_PACKET_H
+/* Define to 1 if you have the <net/ethernet.h> header file. */
+#undef HAVE_NET_ETHERNET_H
+
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H