summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2008-12-27 23:50:32 +0100
committerFlorian Westphal <fw@strlen.de>2008-12-27 23:51:52 +0100
commitdc9f42dc3c646e0c44350760e86cbe97977196c7 (patch)
tree189654984190a123652c3bbd18ca1371678d51a1
parenta971047bc5491358b2d4f7873708af5458ba5f85 (diff)
downloadngircd-dc9f42dc3c646e0c44350760e86cbe97977196c7.tar.gz
ngircd-dc9f42dc3c646e0c44350760e86cbe97977196c7.zip
defines.h: remove MAX_LISTEN_PORTS, MAX_SERVICES
_SERVICES was never used; _LISTEN_PORTS is a leftover from
commit 51ccb5928ad1453b0593fedd934298384d09e619
('internal changes needed for future ssl support').
-rw-r--r--src/ngircd/defines.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h
index dccb15a8..905a5a61 100644
--- a/src/ngircd/defines.h
+++ b/src/ngircd/defines.h
@@ -30,14 +30,10 @@
 #define HOST_LEN 256			/* Max. lenght of fully qualified host
 					   names (e. g. "abc.domain.tld") */
 
-#define MAX_LISTEN_PORTS 16		/* Max. count of listening ports */
-
 #define MAX_OPERATORS 16		/* Max. count of configurable IRC Ops */
 
 #define MAX_SERVERS 16			/* Max. count of configurable servers */
 
-#define MAX_SERVICES 8			/* Max. count of services */
-
 #define MAX_WHOWAS 64			/* Max. number of WHOWAS items */
 #define DEFAULT_WHOWAS 5		/* default count for WHOWAS command */