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

@@ -1,3 +1,8 @@
1999-05-28 Martin Baulig <martin@home-of-linux.org>
* glibtop.h (GLIBTOP_MOUNTENTRY_LEN): Move this
* include/glibtop/limits.h: here.
1999-05-26 Martin Baulig <martin@home-of-linux.org> 1999-05-26 Martin Baulig <martin@home-of-linux.org>
* configure.in (INCLUDES): Define `LIBGTOP_VERSION_CODE' here so we * configure.in (INCLUDES): Define `LIBGTOP_VERSION_CODE' here so we

View File

@@ -38,10 +38,6 @@
#include <glibtop_machine.h> #include <glibtop_machine.h>
#endif #endif
#ifndef GLIBTOP_MOUNTENTRY_LEN
#define GLIBTOP_MOUNTENTRY_LEN 79
#endif
typedef struct _glibtop glibtop; typedef struct _glibtop glibtop;
#include <glibtop/sysdeps.h> #include <glibtop/sysdeps.h>

View File

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