Removed from CVS. This is a config file which needs to be edited.

1998-07-13  Martin Baulig  <baulig@merkur.uni-trier.de>

	* src/daemon/server_config.h: Removed from CVS.
	This is a config file which needs to be edited.

	* src/daemon/server_config.h.in: Added. This is just
	an example for `server_config.h'.
This commit is contained in:
Martin Baulig
1998-07-13 15:02:20 +00:00
committed by Martin Baulig
parent 3477d30dc5
commit 8ecb7f296e
-14
View File
@@ -1,14 +0,0 @@
#define SERVER_PORT 42800
#define SERVER_UID 99
#define SERVER_GID 99
#define HOST_TABLE_ENTRIES 3
const char *permitted_host_names [HOST_TABLE_ENTRIES] =
{ "localhost",
"voyager.home-of-linux.com",
"einstein.home-of-linux.com",
};
unsigned long permitted_hosts [HOST_TABLE_ENTRIES];