From 7472e9ae4a84c5b772500f0bfa9124c9adb3c23b Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 6 Oct 2009 15:53:24 +0200 Subject: [PATCH] Removed some old unused macros. --- src/uhub.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/uhub.h b/src/uhub.h index 7d09bda..413a0c6 100644 --- a/src/uhub.h +++ b/src/uhub.h @@ -27,10 +27,6 @@ #include "system.h" -#define SERVER_PORT 1511 -#define SERVER_ADDR_IPV6 "::" -#define SERVER_ADDR_IPV4 "0.0.0.0" - #ifndef WIN32 #define SERVER_CONFIG "/etc/uhub/uhub.conf" #define SERVER_ACL_FILE "/etc/uhub/users.conf" @@ -48,7 +44,6 @@ #define TIMEOUT_IDLE 7200 #define TIMEOUT_STATS 60 -#define MAX_CLIENTS 512 #define MAX_CID_LEN 39 #define MAX_NICK_LEN 64 #define MAX_UA_LEN 32