summaryrefslogtreecommitdiff
path: root/src/daemon/server_config.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-16 19:41:32 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-16 19:41:32 +0000
commit1dd5bf256839184e634eac4b913b0868b8a29358 (patch)
treee6d3b8cf3a218ee00daaa3520a292729601f23b9 /src/daemon/server_config.h
parentad3fa88935718902711468e27158edb58882ccf9 (diff)
downloadlibgtop-1dd5bf256839184e634eac4b913b0868b8a29358.tar.gz
Removed localhost from list of permitted host and added
`server_config.h' again - we need to have this file to make a distribution.
Diffstat (limited to 'src/daemon/server_config.h')
-rw-r--r--src/daemon/server_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/daemon/server_config.h b/src/daemon/server_config.h
new file mode 100644
index 00000000..3f30020c
--- /dev/null
+++ b/src/daemon/server_config.h
@@ -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];