summaryrefslogtreecommitdiff
path: root/libgtopConf.sh.in
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-07 12:59:00 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-07 12:59:00 +0000
commita510ed127175d2f0cb04a7c5c76dfe71e9ac3ad9 (patch)
treefac819e144a625cd80ed18cbee7bd858478fbfe3 /libgtopConf.sh.in
parent3b4e0378f962a485e7980e5089b6dcfee0298c5d (diff)
downloadlibgtop-a510ed127175d2f0cb04a7c5c76dfe71e9ac3ad9.tar.gz
Removed. New files. Added `libgtop_server'; this has been moved here from
1998-08-07 Martin Baulig <martin@home-of-linux.org> * src/server: Removed. * src/daemon/{server, version}.c: New files. * src/daemon/Makefile.am: Added `libgtop_server'; this has been moved here from `src/server' since it shares some source code files with the `libgtop_daemon'. * LIBGTOP-VERSION: Added `LIBGTOP_SERVER_VERSION'. * src/daemon/gnuserv.c, lib/open.c: Improved version check between client and server. * include/glibtop/output.h: Removed. * sysdeps/stub_suid: New directory. This is mainly used as example for people porting libgtop to other systems. * sysdeps/common/sysdeps_suid.c: New file. Defines `glibtop_init_hook_p'. * sysdeps/osf1/*.c (glibtop_init_<no-suid-feature>_s): New functions. (glibtop_init_<suid-feature>_p): New functions.
Diffstat (limited to 'libgtopConf.sh.in')
-rw-r--r--libgtopConf.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgtopConf.sh.in b/libgtopConf.sh.in
index 1f7e646f..3072e6fb 100644
--- a/libgtopConf.sh.in
+++ b/libgtopConf.sh.in
@@ -24,6 +24,8 @@ LIBGTOP_MAJOR_VERSION="@LIBGTOP_MAJOR_VERSION@"
LIBGTOP_MINOR_VERSION="@LIBGTOP_MINOR_VERSION@"
LIBGTOP_VERSION="@LIBGTOP_VERSION@"
+LIBGTOP_SERVER_VERSION="@LIBGTOP_SERVER_VERSION@"
+
libgtop_sysdeps_dir="@libgtop_sysdeps_dir@"
libgtop_need_server="@libgtop_need_server@"
libgtop_use_machine_h="@libgtop_use_machine_h@"