Move this here.

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

	* glibtop.h (GLIBTOP_MOUNTENTRY_LEN): Move this
	* include/glibtop/limits.h: here.
This commit is contained in:
Martin Baulig
1999-05-28 12:01:56 +00:00
committed by Martin Baulig
parent 091811a4d6
commit 0e9245ba28
3 changed files with 8 additions and 4 deletions

View File

@@ -36,6 +36,9 @@ BEGIN_LIBGTOP_DECLS
/* Maximum number of process groups in glibtop_proc_uid. */
#define GLIBTOP_MAX_GROUPS 32
/* Maximum length of a mountpoint/device name in glibtop_mountlist. */
#define GLIBTOP_MOUNTENTRY_LEN 79
END_LIBGTOP_DECLS
#endif