Removed localhost from list of permitted host and added

`server_config.h' again - we need to have this file to make
a distribution.
This commit is contained in:
Martin Baulig
1998-08-16 19:41:32 +00:00
parent ad3fa88935
commit 1dd5bf2568
4 changed files with 28 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
#define SERVER_PORT 42800
#define SERVER_UID 99
#define SERVER_GID 99
#define HOST_TABLE_ENTRIES 0
const char *permitted_host_names [HOST_TABLE_ENTRIES] =
{ };
unsigned long permitted_hosts [HOST_TABLE_ENTRIES];