diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-14 16:31:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-14 16:31:49 +0000 |
commit | cbb888a47064a8b70254047fd305bea73c2395ad (patch) | |
tree | 5e4e9eec35b169166e2a6589faa4ceeaaa0db45c /make | |
parent | 730d2a2c2af916b32a46c3f0792e99b3275839cc (diff) |
Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (Some crazy mofo on the forums asked for this, good luck its your funeral :p)
THIS IS UNSUPPORTED BY US IF YOU CHANGE IT, WE WON'T EVEN TELL YOU HOW :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7022 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index f7b1b16e0..b384ac109 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -257,6 +257,9 @@ InspIRCd 1.0.x, are also allowed. --with-away-length=[n] Specify max length of away [150] --with-max-modes=[n] Specify max modes per line which have parameters [20] + --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) |