commit dc9f42dc3c646e0c44350760e86cbe97977196c7 from: Florian Westphal date: Sat Dec 27 22:51:52 2008 UTC 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'). commit - a971047bc5491358b2d4f7873708af5458ba5f85 commit + dc9f42dc3c646e0c44350760e86cbe97977196c7 blob - dccb15a832470c5aef6e78eb7ff20d68815d48f8 blob + 905a5a61fbef27f7f329b0f46e8b3ea273b89a20 --- src/ngircd/defines.h +++ 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 */