summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjustdan6 <134341009+justdan6@users.noreply.github.com>2023-07-28 22:08:43 (GMT)
committerGitHub <noreply@github.com>2023-07-28 22:08:43 (GMT)
commit11c055f5ff1a353de6d2e77f2af24aaa782878ba (patch)
tree97823095e5ce4284e54e9735c29ae71167426c43 /configure.ac
parentcf63df88d38ec3e6ebd44ed184312df9f07f9782 (diff)
downloadcpython-11c055f5ff1a353de6d2e77f2af24aaa782878ba.zip
cpython-11c055f5ff1a353de6d2e77f2af24aaa782878ba.tar.gz
cpython-11c055f5ff1a353de6d2e77f2af24aaa782878ba.tar.bz2
gh-106881: Check for linux/limits.h before including it (#107397)
* Check for linux/limits.h before including it Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
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 cdb88a3..8a84eaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2848,7 +2848,7 @@ AC_DEFINE([STDC_HEADERS], [1],
# checks for header files
AC_CHECK_HEADERS([ \
alloca.h asm/types.h bluetooth.h conio.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 \
+ ieeefp.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/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 \