summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-05-12 10:25:33 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-12 10:25:33 +0000
commitcfbe553724ca4a1feae82fa3860af781b078e153 (patch)
treeafecf18779212a4f749f273614bc7ba5e6647b28 /glibtop.h
parent17634e05d45800f29ac589866f5043b18da6f44e (diff)
downloadlibgtop-cfbe553724ca4a1feae82fa3860af781b078e153.tar.gz
This is a new generated file which will be included from <glibtop.h>. We
1999-05-12 Martin Baulig <martin@home-of-linux.org> * glibtop-config.h: This is a new generated file which will be included from <glibtop.h>. We define things like `u_int64_t' and LIBGTOP_*_VERSION here so we can compile LibGTop applications with `libgtop-config --cflags`. * configure.in: Create glibtop-config.h. (GLIBTOP_*_INCS): Added `-I $(pkglibdir)/include'. * libgtop-config.h.in: Added `--cflags', `--libs' and `--extra-libs' parameter so you can now use LibGTop even in no-autoconf apps. * Makefile.am: Install `glibtop-config.h' in `$(pkglibdir)/include'.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/glibtop.h b/glibtop.h
index 8ccadbbd..a4d652ef 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -24,6 +24,10 @@
#ifndef __GLIBTOP_H__
#define __GLIBTOP_H__
+#ifndef _IN_LIBGTOP
+#include <glibtop-config.h>
+#endif
+
#include <glibtop/global.h>
#include <glibtop/limits.h>