Define this here. Moved to limits.h.

1999-05-08  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/limits.h (GLIBTOP_MAX_GROUPS): Define this here.
	* include/glibtop/procuid.h (GLIBTOP_MAX_GROUPS): Moved to limits.h.

	* features.def: We can use constants from <glibtop/limits.h> here.
This commit is contained in:
Martin Baulig
1999-05-08 19:53:31 +00:00
committed by Martin Baulig
parent ffb4b0fade
commit de5137ff28
4 changed files with 13 additions and 5 deletions

View File

@@ -33,6 +33,9 @@ BEGIN_LIBGTOP_DECLS
/* Nobody should really be using more than 64 processors. */
#define GLIBTOP_NCPU 64
/* Maximum number of process groups in glibtop_proc_uid. */
#define GLIBTOP_MAX_GROUPS 32
END_LIBGTOP_DECLS
#endif