summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-02-27 16:02:02 +0100
committerOliver Kiddle <opk@zsh.org>2025-02-27 16:02:02 +0100
commite160cf85f05c3106189edf2158146b9f522d1f1c (patch)
tree5b7aa4fda7a86bdf67b45f0a36c3d32e780028a4 /configure.ac
parent53363: permit "typeset -n +m pattern" (diff)
downloadzsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.gz
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.bz2
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.lz
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.xz
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.zst
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.zip
53378: support new pipebuf resource limit on FreeBSD
Also add other newer limits to the documentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b5548c2b9..db0828a56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1873,6 +1873,7 @@ zsh_LIMIT_PRESENT(RLIMIT_NPTS)
zsh_LIMIT_PRESENT(RLIMIT_SWAP)
zsh_LIMIT_PRESENT(RLIMIT_KQUEUES)
zsh_LIMIT_PRESENT(RLIMIT_UMTXP)
+zsh_LIMIT_PRESENT(RLIMIT_PIPEBUF)
zsh_LIMIT_PRESENT(RLIMIT_NOVMON)
zsh_LIMITS_EQUAL(VMEM, vmem, RSS, rss)