Make it work with Digital Unix native cc.

This commit is contained in:
Martin Baulig
1999-02-19 11:02:32 +00:00
parent a22d3fad36
commit ce45801873
3 changed files with 8 additions and 7 deletions

View File

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