| 875 |
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 876 |
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 877 |
|
--with-zlib-path=DIR Path to libz.so for ziplinks support. |
| 878 |
+ |
--with-nicklen=LENGTH Set the nick length to LENGTH (default 15) |
| 879 |
|
--with-syslog-facility=LOG |
| 880 |
|
Define the log facility to use with ircd's syslog |
| 881 |
|
output (default LOG_LOCAL4) |
| 881 |
– |
--with-nicklen=LENGTH Set the nick length to LENGTH (default 9) |
| 882 |
|
--with-topiclen=NUMBER Set the max topic length to NUMBER (default 160, max |
| 883 |
|
390) |
| 884 |
|
|
| 9624 |
|
|
| 9625 |
|
fi |
| 9626 |
|
|
| 9627 |
+ |
|
| 9628 |
+ |
# Check whether --with-nicklen or --without-nicklen was given. |
| 9629 |
+ |
if test "${with_nicklen+set}" = set; then |
| 9630 |
+ |
withval="$with_nicklen" |
| 9631 |
+ |
NICKLEN="$withval" |
| 9632 |
+ |
else |
| 9633 |
+ |
NICKLEN="15" |
| 9634 |
+ |
fi; |
| 9635 |
+ |
|
| 9636 |
|
# Check whether --enable-efnet or --disable-efnet was given. |
| 9637 |
|
if test "${enable_efnet+set}" = set; then |
| 9638 |
|
enableval="$enable_efnet" |
| 9654 |
|
|
| 9655 |
|
echo "Building ircd for use with EFnet" |
| 9656 |
|
EXAMPLE_CONF=example.efnet.conf |
| 9657 |
+ |
NICKLEN=9 |
| 9658 |
|
else |
| 9659 |
|
|
| 9660 |
|
cat >>confdefs.h <<\_ACEOF |
| 9803 |
|
fi |
| 9804 |
|
|
| 9805 |
|
|
| 9796 |
– |
# Check whether --with-nicklen or --without-nicklen was given. |
| 9797 |
– |
if test "${with_nicklen+set}" = set; then |
| 9798 |
– |
withval="$with_nicklen" |
| 9799 |
– |
NICKLEN="$withval" |
| 9800 |
– |
else |
| 9801 |
– |
NICKLEN="9" |
| 9802 |
– |
fi; |
| 9803 |
– |
|
| 9804 |
– |
|
| 9806 |
|
# Check whether --with-topiclen or --without-topiclen was given. |
| 9807 |
|
if test "${with_topiclen+set}" = set; then |
| 9808 |
|
withval="$with_topiclen" |