From c02a382641c21b1f021d0167cc274f82e5742793 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 25 Jul 2025 14:04:07 +0200 Subject: [PATCH] meson: move MAXCLIENTS and LIMITCLIENTS into dix-config.h Both are potentially tunable variables, and MAXCLIENTS is (still) used by intel-driver, but also by os specific parts that must not include misc.h Signed-off-by: Enrico Weigelt, metux IT consult --- os/osdep.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/osdep.h b/os/osdep.h index d6c1eaa961..0374a79d58 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -219,6 +219,4 @@ Ones(unsigned long mask) } #endif -#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */ - #endif /* _OSDEP_H_ */