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:
Martin Baulig
1998-11-11 19:59:38 +00:00
committed by Martin Baulig
parent 44b03ba60b
commit f24a4d9d22
3 changed files with 38 additions and 24 deletions

View File

@@ -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)
{