summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSteven Jin <stevenjin8@gmail.com>2024-10-14 22:36:38 (GMT)
committerGitHub <noreply@github.com>2024-10-14 22:36:38 (GMT)
commit1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 (patch)
tree4e956cad055c24f6372b8ff53099ed1630936832 /configure.ac
parent2a5cdb251674ce8d9a824c102f7cd846d944cfa4 (diff)
downloadcpython-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.ac2
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 \