X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/0f021a8c1d618a1ca0997bb1b76bf255ba0a653f..55799c6b4d09cfe46768d7f96707d6a53aa5be64:/include/common.h diff --git a/include/common.h b/include/common.h index b96cb0f8..e8838009 100644 --- a/include/common.h +++ b/include/common.h @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: common.h 6 2005-09-10 01:02:21Z nenolod $ */ #ifndef INCLUDED_common_h @@ -65,4 +63,7 @@ /* Right out of the RFC */ #define IRCD_BUFSIZE 512 +/* readbuf size */ +#define READBUF_SIZE 16384 + #endif /* INCLUDED_common_h */