mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 22:13:00 +00:00 
			
		
		
		
	defines.h: remove MAX_LISTEN_PORTS, MAX_SERVICES
_SERVICES was never used; _LISTEN_PORTS is a leftover from
commit 51ccb5928a
('internal changes needed for future ssl support').
			
			
This commit is contained in:
		| @@ -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 */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Florian Westphal
					Florian Westphal