Set `server->features' directly rather than calling
1998-11-11 Martin Baulig <martin@home-of-linux.org> * gnuserv.c (main): Set `server->features' directly rather than calling glibtop_set_parameter_l () since this function no longer allows to modify the features. * gnuserv.c, main.c: Use LIBGTOP_ENABLE_DEBUG rather than DEBUG.
This commit is contained in:
committed by
Martin Baulig
parent
44b03ba60b
commit
f24a4d9d22
@@ -21,6 +21,15 @@
|
||||
|
||||
#include "daemon.h"
|
||||
|
||||
#ifdef LIBGTOP_ENABLE_DEBUG
|
||||
#ifndef PARENT_DEBUG
|
||||
#define PARENT_DEBUG 1
|
||||
#endif
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void
|
||||
handle_parent_connection (int s)
|
||||
{
|
||||
|
Reference in New Issue
Block a user