From 80c08d1cd67afdd1336c65ba23a044b6ac490f33 Mon Sep 17 00:00:00 2001 From: Noam Cohen Date: Mon, 7 Nov 2022 16:27:37 +0200 Subject: gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390) Co-authored-by: Erlend E. Aasland Co-authored-by: CAM Gerlach --- pyconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyconfig.h.in') 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 header file. */ #undef HAVE_NETPACKET_PACKET_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_ETHERNET_H + /* Define to 1 if you have the header file. */ #undef HAVE_NET_IF_H -- cgit v1.2.3-65-gdbad