| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1456 2012-07-02 18:21:40Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1720 2012-12-28 21:06:21Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta2. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 593 |
|
# Identity of this package. |
| 594 |
|
PACKAGE_NAME='ircd-hybrid' |
| 595 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 596 |
< |
PACKAGE_VERSION='8beta2' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8beta2' |
| 596 |
> |
PACKAGE_VERSION='TRUNK' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid TRUNK' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 723 |
|
MAINT |
| 724 |
|
MAINTAINER_MODE_FALSE |
| 725 |
|
MAINTAINER_MODE_TRUE |
| 726 |
+ |
AM_BACKSLASH |
| 727 |
+ |
AM_DEFAULT_VERBOSITY |
| 728 |
+ |
AM_DEFAULT_V |
| 729 |
+ |
AM_V |
| 730 |
|
am__untar |
| 731 |
|
am__tar |
| 732 |
|
AMTAR |
| 791 |
|
ac_subst_files='' |
| 792 |
|
ac_user_opts=' |
| 793 |
|
enable_option_checking |
| 794 |
+ |
enable_silent_rules |
| 795 |
|
enable_maintainer_mode |
| 796 |
|
enable_dependency_tracking |
| 797 |
|
enable_static |
| 808 |
|
enable_libpcre |
| 809 |
|
enable_openssl |
| 810 |
|
enable_assert |
| 806 |
– |
enable_small_net |
| 811 |
|
enable_kqueue |
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 1371 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1372 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1373 |
|
cat <<_ACEOF |
| 1374 |
< |
\`configure' configures ircd-hybrid 8beta2 to adapt to many kinds of systems. |
| 1374 |
> |
\`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems. |
| 1375 |
|
|
| 1376 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1377 |
|
|
| 1441 |
|
|
| 1442 |
|
if test -n "$ac_init_help"; then |
| 1443 |
|
case $ac_init_help in |
| 1444 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8beta2:";; |
| 1444 |
> |
short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";; |
| 1445 |
|
esac |
| 1446 |
|
cat <<\_ACEOF |
| 1447 |
|
|
| 1449 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1450 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1451 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1452 |
+ |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1453 |
+ |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1454 |
|
--enable-maintainer-mode |
| 1455 |
|
enable make rules and dependencies not useful (and |
| 1456 |
|
sometimes confusing) to the casual installer |
| 1468 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1469 |
|
--disable-openssl Disable OpenSSL support. |
| 1470 |
|
--enable-assert Enable assert() statements |
| 1465 |
– |
--enable-small-net Enable small network support. |
| 1471 |
|
--enable-kqueue Force kqueue usage. |
| 1472 |
|
--enable-epoll Force epoll usage. |
| 1473 |
|
--enable-devpoll Force devpoll usage. |
| 1574 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1575 |
|
if $ac_init_version; then |
| 1576 |
|
cat <<\_ACEOF |
| 1577 |
< |
ircd-hybrid configure 8beta2 |
| 1577 |
> |
ircd-hybrid configure TRUNK |
| 1578 |
|
generated by GNU Autoconf 2.69 |
| 1579 |
|
|
| 1580 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 2100 |
|
This file contains any messages produced by compilers while |
| 2101 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2102 |
|
|
| 2103 |
< |
It was created by ircd-hybrid $as_me 8beta2, which was |
| 2103 |
> |
It was created by ircd-hybrid $as_me TRUNK, which was |
| 2104 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2105 |
|
|
| 2106 |
|
$ $0 $@ |
| 2380 |
|
>$cache_file |
| 2381 |
|
fi |
| 2382 |
|
|
| 2378 |
– |
as_fn_append ac_func_list " mmap" |
| 2383 |
|
as_fn_append ac_func_list " strtok_r" |
| 2384 |
|
as_fn_append ac_func_list " usleep" |
| 2385 |
|
as_fn_append ac_func_list " strlcat" |
| 2459 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2460 |
|
|
| 2461 |
|
|
| 2462 |
< |
am__api_version='1.12' |
| 2462 |
> |
am__api_version='1.13' |
| 2463 |
|
|
| 2464 |
|
ac_aux_dir= |
| 2465 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2672 |
|
esac |
| 2673 |
|
fi |
| 2674 |
|
# Use eval to expand $SHELL |
| 2675 |
< |
if eval "$MISSING --run true"; then |
| 2676 |
< |
am_missing_run="$MISSING --run " |
| 2675 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2676 |
> |
am_missing_run="$MISSING " |
| 2677 |
|
else |
| 2678 |
|
am_missing_run= |
| 2679 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2913 |
|
fi |
| 2914 |
|
rmdir .tst 2>/dev/null |
| 2915 |
|
|
| 2916 |
+ |
# Check whether --enable-silent-rules was given. |
| 2917 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2918 |
+ |
enableval=$enable_silent_rules; |
| 2919 |
+ |
fi |
| 2920 |
+ |
|
| 2921 |
+ |
case $enable_silent_rules in # ((( |
| 2922 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2923 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2924 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2925 |
+ |
esac |
| 2926 |
+ |
am_make=${MAKE-make} |
| 2927 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2928 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2929 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2930 |
+ |
$as_echo_n "(cached) " >&6 |
| 2931 |
+ |
else |
| 2932 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2933 |
+ |
BAR0=false |
| 2934 |
+ |
BAR1=true |
| 2935 |
+ |
V=1 |
| 2936 |
+ |
am__doit: |
| 2937 |
+ |
@$(TRUE) |
| 2938 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2939 |
+ |
am_cv_make_support_nested_variables=yes |
| 2940 |
+ |
else |
| 2941 |
+ |
am_cv_make_support_nested_variables=no |
| 2942 |
+ |
fi |
| 2943 |
+ |
fi |
| 2944 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2945 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2946 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2947 |
+ |
AM_V='$(V)' |
| 2948 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2949 |
+ |
else |
| 2950 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2951 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2952 |
+ |
fi |
| 2953 |
+ |
AM_BACKSLASH='\' |
| 2954 |
+ |
|
| 2955 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2956 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2957 |
|
# is not polluted with repeated "-I." |
| 2974 |
|
|
| 2975 |
|
# Define the identity of the package. |
| 2976 |
|
PACKAGE='ircd-hybrid' |
| 2977 |
< |
VERSION='8beta2' |
| 2977 |
> |
VERSION='TRUNK' |
| 2978 |
|
|
| 2979 |
|
|
| 2980 |
|
cat >>confdefs.h <<_ACEOF |
| 13073 |
|
|
| 13074 |
|
# Checks for libraries. |
| 13075 |
|
|
| 13076 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13077 |
< |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13078 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13076 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13077 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13078 |
> |
|
| 13079 |
> |
else |
| 13080 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 13081 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 13082 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13083 |
|
$as_echo_n "(cached) " >&6 |
| 13084 |
|
else |
| 13085 |
|
ac_func_search_save_LIBS=$LIBS |
| 13092 |
|
#ifdef __cplusplus |
| 13093 |
|
extern "C" |
| 13094 |
|
#endif |
| 13095 |
< |
char socket (); |
| 13095 |
> |
char getaddrinfo (); |
| 13096 |
|
int |
| 13097 |
|
main () |
| 13098 |
|
{ |
| 13099 |
< |
return socket (); |
| 13099 |
> |
return getaddrinfo (); |
| 13100 |
|
; |
| 13101 |
|
return 0; |
| 13102 |
|
} |
| 13103 |
|
_ACEOF |
| 13104 |
< |
for ac_lib in '' socket; do |
| 13104 |
> |
for ac_lib in '' nsl; do |
| 13105 |
|
if test -z "$ac_lib"; then |
| 13106 |
|
ac_res="none required" |
| 13107 |
|
else |
| 13109 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13110 |
|
fi |
| 13111 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13112 |
< |
ac_cv_search_socket=$ac_res |
| 13112 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13113 |
|
fi |
| 13114 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13115 |
|
conftest$ac_exeext |
| 13116 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13116 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13117 |
|
break |
| 13118 |
|
fi |
| 13119 |
|
done |
| 13120 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13120 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13121 |
|
|
| 13122 |
|
else |
| 13123 |
< |
ac_cv_search_socket=no |
| 13123 |
> |
ac_cv_search_getaddrinfo=no |
| 13124 |
|
fi |
| 13125 |
|
rm conftest.$ac_ext |
| 13126 |
|
LIBS=$ac_func_search_save_LIBS |
| 13127 |
|
fi |
| 13128 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13129 |
< |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13130 |
< |
ac_res=$ac_cv_search_socket |
| 13128 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13129 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13130 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13131 |
|
if test "$ac_res" != no; then : |
| 13132 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13133 |
|
|
| 13087 |
– |
else |
| 13088 |
– |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13134 |
|
fi |
| 13135 |
|
|
| 13136 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 |
| 13137 |
< |
$as_echo_n "checking for library containing inet_ntoa... " >&6; } |
| 13138 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13136 |
> |
fi |
| 13137 |
> |
|
| 13138 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13139 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13140 |
> |
|
| 13141 |
> |
else |
| 13142 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13143 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13144 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13145 |
|
$as_echo_n "(cached) " >&6 |
| 13146 |
|
else |
| 13147 |
|
ac_func_search_save_LIBS=$LIBS |
| 13154 |
|
#ifdef __cplusplus |
| 13155 |
|
extern "C" |
| 13156 |
|
#endif |
| 13157 |
< |
char inet_ntoa (); |
| 13157 |
> |
char getnameinfo (); |
| 13158 |
|
int |
| 13159 |
|
main () |
| 13160 |
|
{ |
| 13161 |
< |
return inet_ntoa (); |
| 13161 |
> |
return getnameinfo (); |
| 13162 |
|
; |
| 13163 |
|
return 0; |
| 13164 |
|
} |
| 13171 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13172 |
|
fi |
| 13173 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13174 |
< |
ac_cv_search_inet_ntoa=$ac_res |
| 13174 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13175 |
|
fi |
| 13176 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13177 |
|
conftest$ac_exeext |
| 13178 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13178 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13179 |
|
break |
| 13180 |
|
fi |
| 13181 |
|
done |
| 13182 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13182 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13183 |
|
|
| 13184 |
|
else |
| 13185 |
< |
ac_cv_search_inet_ntoa=no |
| 13185 |
> |
ac_cv_search_getnameinfo=no |
| 13186 |
|
fi |
| 13187 |
|
rm conftest.$ac_ext |
| 13188 |
|
LIBS=$ac_func_search_save_LIBS |
| 13189 |
|
fi |
| 13190 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 |
| 13191 |
< |
$as_echo "$ac_cv_search_inet_ntoa" >&6; } |
| 13192 |
< |
ac_res=$ac_cv_search_inet_ntoa |
| 13190 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13191 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13192 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13193 |
|
if test "$ac_res" != no; then : |
| 13194 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13195 |
|
|
| 13196 |
|
fi |
| 13197 |
|
|
| 13198 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5 |
| 13199 |
< |
$as_echo_n "checking for library containing inet_aton... " >&6; } |
| 13200 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13198 |
> |
fi |
| 13199 |
> |
|
| 13200 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13201 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13202 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13203 |
|
$as_echo_n "(cached) " >&6 |
| 13204 |
|
else |
| 13205 |
|
ac_func_search_save_LIBS=$LIBS |
| 13212 |
|
#ifdef __cplusplus |
| 13213 |
|
extern "C" |
| 13214 |
|
#endif |
| 13215 |
< |
char inet_aton (); |
| 13215 |
> |
char socket (); |
| 13216 |
|
int |
| 13217 |
|
main () |
| 13218 |
|
{ |
| 13219 |
< |
return inet_aton (); |
| 13219 |
> |
return socket (); |
| 13220 |
|
; |
| 13221 |
|
return 0; |
| 13222 |
|
} |
| 13223 |
|
_ACEOF |
| 13224 |
< |
for ac_lib in '' resolv; do |
| 13224 |
> |
for ac_lib in '' socket; do |
| 13225 |
|
if test -z "$ac_lib"; then |
| 13226 |
|
ac_res="none required" |
| 13227 |
|
else |
| 13229 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13230 |
|
fi |
| 13231 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13232 |
< |
ac_cv_search_inet_aton=$ac_res |
| 13232 |
> |
ac_cv_search_socket=$ac_res |
| 13233 |
|
fi |
| 13234 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13235 |
|
conftest$ac_exeext |
| 13236 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13236 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13237 |
|
break |
| 13238 |
|
fi |
| 13239 |
|
done |
| 13240 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13240 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13241 |
|
|
| 13242 |
|
else |
| 13243 |
< |
ac_cv_search_inet_aton=no |
| 13243 |
> |
ac_cv_search_socket=no |
| 13244 |
|
fi |
| 13245 |
|
rm conftest.$ac_ext |
| 13246 |
|
LIBS=$ac_func_search_save_LIBS |
| 13247 |
|
fi |
| 13248 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5 |
| 13249 |
< |
$as_echo "$ac_cv_search_inet_aton" >&6; } |
| 13250 |
< |
ac_res=$ac_cv_search_inet_aton |
| 13248 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13249 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13250 |
> |
ac_res=$ac_cv_search_socket |
| 13251 |
|
if test "$ac_res" != no; then : |
| 13252 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13253 |
|
|
| 13254 |
+ |
else |
| 13255 |
+ |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13256 |
|
fi |
| 13257 |
|
|
| 13203 |
– |
for ac_func in inet_aton inet_ntop inet_pton |
| 13204 |
– |
do : |
| 13205 |
– |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13206 |
– |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13207 |
– |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13208 |
– |
cat >>confdefs.h <<_ACEOF |
| 13209 |
– |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13210 |
– |
_ACEOF |
| 13211 |
– |
|
| 13212 |
– |
fi |
| 13213 |
– |
done |
| 13214 |
– |
|
| 13258 |
|
ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h> |
| 13259 |
|
#include <sys/socket.h> |
| 13260 |
|
#include <netdb.h> |
| 13571 |
|
|
| 13572 |
|
|
| 13573 |
|
|
| 13531 |
– |
|
| 13532 |
– |
|
| 13574 |
|
# Checks for header files. |
| 13575 |
|
|
| 13576 |
|
|
| 13944 |
|
fi |
| 13945 |
|
|
| 13946 |
|
|
| 13906 |
– |
# Check whether --enable-small-net was given. |
| 13907 |
– |
if test "${enable_small_net+set}" = set; then : |
| 13908 |
– |
enableval=$enable_small_net; small_net=$enableval |
| 13909 |
– |
else |
| 13910 |
– |
small_net=no |
| 13911 |
– |
fi |
| 13912 |
– |
|
| 13913 |
– |
|
| 13914 |
– |
if test "$small_net" = "yes"; then : |
| 13915 |
– |
|
| 13916 |
– |
|
| 13917 |
– |
$as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h |
| 13918 |
– |
|
| 13919 |
– |
|
| 13920 |
– |
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13921 |
– |
|
| 13922 |
– |
|
| 13923 |
– |
$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h |
| 13924 |
– |
|
| 13925 |
– |
|
| 13926 |
– |
$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h |
| 13927 |
– |
|
| 13928 |
– |
|
| 13929 |
– |
$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h |
| 13930 |
– |
|
| 13931 |
– |
|
| 13932 |
– |
$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h |
| 13933 |
– |
|
| 13934 |
– |
|
| 13935 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h |
| 13936 |
– |
|
| 13937 |
– |
|
| 13938 |
– |
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13939 |
– |
|
| 13940 |
– |
|
| 13941 |
– |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13942 |
– |
|
| 13943 |
– |
|
| 13944 |
– |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13945 |
– |
|
| 13946 |
– |
else |
| 13947 |
– |
|
| 13948 |
– |
|
| 13947 |
|
|
| 13948 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13949 |
|
|
| 13950 |
|
|
| 13951 |
< |
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 13951 |
> |
$as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h |
| 13952 |
|
|
| 13953 |
|
|
| 13954 |
< |
$as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h |
| 13954 |
> |
$as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h |
| 13955 |
|
|
| 13956 |
|
|
| 13957 |
< |
$as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h |
| 13957 |
> |
$as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h |
| 13958 |
|
|
| 13959 |
|
|
| 13960 |
< |
$as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h |
| 13960 |
> |
$as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h |
| 13961 |
|
|
| 13962 |
|
|
| 13963 |
< |
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13963 |
> |
$as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h |
| 13964 |
|
|
| 13965 |
|
|
| 13966 |
< |
$as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h |
| 13966 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h |
| 13967 |
|
|
| 13968 |
|
|
| 13969 |
< |
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13969 |
> |
$as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h |
| 13970 |
|
|
| 13971 |
|
|
| 13972 |
< |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13972 |
> |
$as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h |
| 13973 |
|
|
| 13974 |
|
|
| 13975 |
< |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13975 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h |
| 13976 |
|
|
| 13977 |
< |
fi |
| 13977 |
> |
|
| 13978 |
> |
$as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h |
| 13979 |
|
|
| 13980 |
|
|
| 13981 |
|
# Argument processing. |
| 14423 |
|
fi |
| 14424 |
|
|
| 14425 |
|
if test "$debugging" = "yes" ; then |
| 14427 |
– |
|
| 14428 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14429 |
– |
|
| 14426 |
|
CFLAGS="-Wall -g -O0" |
| 14431 |
– |
else |
| 14432 |
– |
|
| 14433 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14434 |
– |
|
| 14427 |
|
fi |
| 14428 |
|
|
| 14429 |
|
|
| 14525 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 14526 |
|
|
| 14527 |
|
|
| 14528 |
< |
ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14528 |
> |
ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14529 |
|
|
| 14530 |
|
|
| 14531 |
|
cat >confcache <<\_ACEOF |
| 15092 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15093 |
|
# values after options handling. |
| 15094 |
|
ac_log=" |
| 15095 |
< |
This file was extended by ircd-hybrid $as_me 8beta2, which was |
| 15095 |
> |
This file was extended by ircd-hybrid $as_me TRUNK, which was |
| 15096 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15097 |
|
|
| 15098 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15158 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15159 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15160 |
|
ac_cs_version="\\ |
| 15161 |
< |
ircd-hybrid config.status 8beta2 |
| 15161 |
> |
ircd-hybrid config.status TRUNK |
| 15162 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15163 |
|
with options \\"\$ac_cs_config\\" |
| 15164 |
|
|
| 15568 |
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 15569 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 15570 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 15579 |
– |
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
| 15580 |
– |
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
| 15571 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 15572 |
|
"libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;; |
| 15573 |
|
"messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;; |
| 16174 |
|
|
| 16175 |
|
case $ac_file$ac_mode in |
| 16176 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16177 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16177 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16178 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16179 |
|
# if we detect the quoting. |
| 16180 |
|
case $CONFIG_FILES in |