src/hpack-tbl.o src/ebsttree.o src/ebistree.o src/auth.o \
src/hpack-huff.o src/freq_ctr.o src/dict.o src/wdt.o \
src/pipe.o src/init.o src/http_acl.o src/hpack-enc.o \
- src/ebtree.o src/dgram.o src/hash.o src/version.o
+ src/ebtree.o src/dgram.o src/hash.o src/version.o \
+ src/limits.o
ifneq ($(TRACE),)
OBJS += src/calltrace.o
--- /dev/null
+/*
+ * Handlers for process resources limits.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later.
+ *
+ */
+
+#ifndef _HAPROXY_LIMITS_H
+#define _HAPROXY_LIMITS_H
+#include <sys/resource.h>
+
+#endif /* _HAPROXY_LIMITS_H */
#include <haproxy/errors.h>
#include <haproxy/global.h>
#include <haproxy/list.h>
+#include <haproxy/limits.h>
#include <haproxy/proxy.h>
#include <haproxy/server.h>
#include <haproxy/signal.h>
#include <haproxy/global.h>
#include <haproxy/hlua.h>
#include <haproxy/http_rules.h>
+#include <haproxy/limits.h>
#if defined(USE_LINUX_CAP)
#include <haproxy/linuxcap.h>
#endif
--- /dev/null
+/*
+ * Handlers for process resources limits.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later.
+ *
+ */
+
+#include <haproxy/compat.h>
+#include <haproxy/global.h>
+#include <haproxy/limits.h>
+#include <haproxy/proxy.h>
+
+