os: move LIMITCLIENTS define into private header
Not used by any external modules, and an implementation detail anyways, so no need to keep it in public header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
fe847bc559
commit
3d60cfbb68
|
@ -88,7 +88,6 @@ OF THIS SOFTWARE.
|
|||
#define MAXGPUSCREENS 16
|
||||
#endif
|
||||
#define MAXCLIENTS 2048
|
||||
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
|
||||
#define MAXFORMATS 8
|
||||
#ifndef MAXDEVICES
|
||||
#define MAXDEVICES 256 /* input devices */
|
||||
|
|
|
@ -225,4 +225,6 @@ Ones(unsigned long mask)
|
|||
}
|
||||
#endif
|
||||
|
||||
#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */
|
||||
|
||||
#endif /* _OSDEP_H_ */
|
||||
|
|
Loading…
Reference in New Issue