diff options
author | Noam Cohen <noam@noam.me> | 2022-11-07 14:27:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 14:27:37 (GMT) |
commit | 80c08d1cd67afdd1336c65ba23a044b6ac490f33 (patch) | |
tree | e7b0b57bc1dd5b2b29bf358696b9b75e0c24d5dd /configure.ac | |
parent | 6168e714be333b633dfa7e2d25549dea97a53431 (diff) | |
download | cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.zip cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.gz cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.bz2 |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aebe240..c8e227a 100644 --- a/configure.ac +++ b/configure.ac @@ -2708,7 +2708,7 @@ AC_CHECK_HEADERS([ \ alloca.h asm/types.h bluetooth.h conio.h crypt.h direct.h dlfcn.h endian.h errno.h fcntl.h grp.h \ ieeefp.h io.h langinfo.h libintl.h libutil.h linux/auxvec.h sys/auxv.h linux/fs.h linux/memfd.h \ linux/random.h linux/soundcard.h \ - linux/tipc.h linux/wait.h netdb.h netinet/in.h netpacket/packet.h poll.h process.h pthread.h pty.h \ + linux/tipc.h linux/wait.h netdb.h net/ethernet.h netinet/in.h netpacket/packet.h poll.h process.h pthread.h pty.h \ sched.h setjmp.h shadow.h signal.h spawn.h stropts.h sys/audioio.h sys/bsdtty.h sys/devpoll.h \ sys/endian.h sys/epoll.h sys/event.h sys/eventfd.h sys/file.h sys/ioctl.h sys/kern_control.h \ sys/loadavg.h sys/lock.h sys/memfd.h sys/mkdev.h sys/mman.h sys/modem.h sys/param.h sys/poll.h \ |