Martin Baulig
63c475d400
Committing changes from `src/daemon'
1998-06-14 17:04:57 +00:00
Martin Baulig
1b7d7976b1
Initial revision
1998-06-14 17:04:10 +00:00
Martin Baulig
7ffc53f45e
*** empty log message ***
1998-06-14 02:26:32 +00:00
Martin Baulig and Martin Baulig
6130f0a4f9
New file. Creates lib.c' depending upon features.def'.
...
1998-06-14 Martin Baulig <martin@home-of-linux.org >
* lib/lib.awk: New file.
Creates `lib.c' depending upon `features.def'.
* lib/<feature>.c: Removed.
1998-06-14 02:13:50 +00:00
Martin Baulig and Martin Baulig
c84923132a
Using single underscore instead of two underscores for function prefixes
...
1998-06-07 Martin Baulig <martin@home-of-linux.org >
* *.[ch]: Using single underscore instead of two underscores
for function prefixes (regexp: ``s,__([rspl])\b,_$1,g'') to
avoid ambiguity with mangled C++ names.
1998-06-07 13:57:45 +00:00
Martin Baulig
b96843a960
renamed to `glibtop_open__l'.
...
* lib/open.c (glibtop_open): renamed to `glibtop_open__l'.
1998-06-02 19:40:53 +00:00
Martin Baulig
7f39d62371
tells `glibtop_open' to use the default server and not to check the
...
* include/glibtop/open.h (GLIBTOP_OPEN_NO_OVERRIDE):
tells `glibtop_open' to use the default server and not
to check the environment variables.
* include/glibtop/sysdeps.h (_glibtop_sysdeps):
renamed 'dummy' member to 'features'.
* include/glibtop/command.h (GLIBTOP_CMND_SYSDEPS):
added definition here.
1998-06-02 16:20:15 +00:00
Martin Baulig
67798e0d7d
removed #if's - we now decide at runtime whether to use the server or to
...
* lib/*.c: removed #if's - we now decide at runtime
whether to use the server or to call the appropriate
function for the sysdeps directory.
1998-06-01 15:09:03 +00:00
Martin Baulig
7dd0c2eac3
renamed all functions that implementing features to '__l'; we only emit
...
* lib/*.c: renamed all functions that implementing features
to '__l'; we only emit code for those functions if the
corresponding 'GLIBTOP_SUID_<feature>' has a positive value.
1998-05-28 19:22:48 +00:00
Martin Baulig
4e1e1ccb9f
removed that file; it is no longer needed.
...
* lib/sysdeps.c: removed that file; it is no longer
needed.
1998-05-28 19:08:35 +00:00
Martin Baulig
977a3695f6
removed -I$(includedir).
...
* */Makefile.am (INCLUDES): removed -I$(includedir).
1998-05-23 13:50:46 +00:00
Martin Baulig
1d47b76ea1
uses '@LIBGTOP_SERVER@' instead of '@GTOP_SERVER@'.
...
* lib/Makefile.am: uses '@LIBGTOP_SERVER@' instead of
'@GTOP_SERVER@'.
1998-05-21 23:26:18 +00:00
Martin Baulig
dec10a8221
INCLUDES no longer uses @GTOP_INCS@ which now points to where the
...
stuff gets installed and now longer to the build directories.
Added '-D_GNU_SOURCE' to INCLUDES.
1998-05-21 17:37:51 +00:00
Martin Baulig
33cdc01c1d
Initial revision
1998-05-19 18:19:50 +00:00