View | Details | Raw Unified | Return to bug 91383
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 33-38 Link Here
33
# WITHOUT_SHARED_MODULES - Disable shared modules. More secure but reduces flexability.
33
# WITHOUT_SHARED_MODULES - Disable shared modules. More secure but reduces flexability.
34
# WITHOUT_ASSERT	- Disable parts of the debugging code.
34
# WITHOUT_ASSERT	- Disable parts of the debugging code.
35
# WITH_SMALL_NET	- Tunes the memory allocation for small networks.
35
# WITH_SMALL_NET	- Tunes the memory allocation for small networks.
36
# WITH_HALFOPS		- Enable halfops on the server.
36
# NICKLEN		- Nick length. Default is 9. Must be consistant across the network.
37
# NICKLEN		- Nick length. Default is 9. Must be consistant across the network.
37
# MAXCLIENTS		- Set this to the maximum number of clients supported by this server. Default is 200
38
# MAXCLIENTS		- Set this to the maximum number of clients supported by this server. Default is 200

Return to bug 91383