diff options
author | Steven Jin <stevenjin8@gmail.com> | 2024-10-14 22:36:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 22:36:38 (GMT) |
commit | 1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 (patch) | |
tree | 4e956cad055c24f6372b8ff53099ed1630936832 /configure.ac | |
parent | 2a5cdb251674ce8d9a824c102f7cd846d944cfa4 (diff) | |
download | cpython-1bffd7a2a738506a4ad50c6c3c2c32926cce6d14.zip cpython-1bffd7a2a738506a4ad50c6c3c2c32926cce6d14.tar.gz cpython-1bffd7a2a738506a4ad50c6c3c2c32926cce6d14.tar.bz2 |
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
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 1864e94..d4b7942 100644 --- a/configure.ac +++ b/configure.ac @@ -3013,7 +3013,7 @@ AC_DEFINE([STDC_HEADERS], [1], AC_CHECK_HEADERS([ \ alloca.h asm/types.h bluetooth.h conio.h direct.h dlfcn.h endian.h errno.h fcntl.h grp.h \ io.h langinfo.h libintl.h libutil.h linux/auxvec.h sys/auxv.h linux/fs.h linux/limits.h linux/memfd.h \ - linux/random.h linux/soundcard.h \ + linux/netfilter_ipv4.h linux/random.h linux/soundcard.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 \ |