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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-07-25 14:04:07 +02:00
parent a8fa4cba7a
commit c02a382641

View File

@@ -219,6 +219,4 @@ Ones(unsigned long mask)
}
#endif
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
#endif /* _OSDEP_H_ */