summaryrefslogtreecommitdiff
path: root/src/daemon/server_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/server_config.h')
-rw-r--r--src/daemon/server_config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/daemon/server_config.h b/src/daemon/server_config.h
deleted file mode 100644
index 595c5966..00000000
--- a/src/daemon/server_config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#define SERVER_PORT 42800
-
-#define SERVER_UID 99
-#define SERVER_GID 99
-
-#define HOST_TABLE_ENTRIES 1
-
-const char *permitted_host_names [HOST_TABLE_ENTRIES] =
-{ NULL };
-
-unsigned long permitted_hosts [HOST_TABLE_ENTRIES];