summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-05-17 01:31:32 +0100
committerPeter Powell <petpow@saberuk.com>2013-06-06 00:41:06 +0100
commit7dfcffd6853547eb2e73d161916d5a289069baf2 (patch)
treed283f2b0d3a90da470e4ee5c563ed3f5a4677efb /make
parentd9d99cd02dadf34bfcc220734ba0c422f0acb3e6 (diff)
Start to replace MAXBUF with <limits:maxline>.
Diffstat (limited to 'make')
-rw-r--r--make/configure.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/configure.pm b/make/configure.pm
index d76b1143d..2ae9c7fa0 100644
--- a/make/configure.pm
+++ b/make/configure.pm
@@ -297,9 +297,6 @@ InspIRCd 1.0.x, are also allowed.
to select() [not set]
--with-cc=[filename] Use an alternative compiler to
build InspIRCd [g++]
- --with-maxbuf=[n] Change the per message buffer size [512]
- DO NOT ALTER THIS OPTION WITHOUT GOOD REASON
- AS IT *WILL* BREAK CLIENTS!!!
--prefix=[directory] Base directory to install into (if defined,
can automatically define config, module, bin
and library dirs as subdirectories of prefix)