diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-16 18:30:52 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-16 18:30:52 +0000 |
commit | 83f7ffe7e5cb8110964209e86ce8e44b11f4088d (patch) | |
tree | fa1f4842002862f58a04f01dcf9675a1b206e5b2 /acinclude.m4 | |
parent | b0f035dd5ef59e0f9096b5e716411bbb7b5afa24 (diff) |
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1751 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bbd79fb..556b28f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -129,16 +129,6 @@ _syscall1(int, epoll_create, int, size) AC_DEFINE_UNQUOTED([USE_IOPOLL_MECHANISM],[$use_iopoll_mechanism],[use this iopoll mechanism]) dnl }}} ])dnl }}} -dnl {{{ ax_arg_with_topiclen -AC_DEFUN([AX_ARG_WITH_TOPICLEN],[ - AC_ARG_WITH([topiclen],[AS_HELP_STRING([--with-topiclen=<value>],[Set topic length (default 160).])],[topiclen="$withval"],[topiclen="160"]) - AC_DEFINE_UNQUOTED([TOPICLEN],[($topiclen)],[Length of topics.]) -])dnl }}} -dnl {{{ ax_arg_with_nicklen -AC_DEFUN([AX_ARG_WITH_NICKLEN],[ - AC_ARG_WITH([nicklen],[AS_HELP_STRING([--with-nicklen=<value>],[Set nickname length (default 9).])],[nicklen="$withval"],[nicklen="9"]) - AC_DEFINE_UNQUOTED([NICKLEN],[($nicklen)],[Length of nicknames.]) -])dnl }}} dnl {{{ ax_arg_enable_halfops AC_DEFUN([AX_ARG_ENABLE_HALFOPS],[ AC_ARG_ENABLE([halfops],[AS_HELP_STRING([--enable-halfops],[Enable halfops support.])],[halfops="$enableval"],[halfops="no"]) |