| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 978 2009-08-09 09:47:58Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 998 2009-08-23 12:43:17Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.64 for ircd-hybrid 7.2.4. |
| 5 |
|
# |
| 13070 |
|
|
| 13071 |
|
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13072 |
|
|
| 13073 |
+ |
|
| 13074 |
+ |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13075 |
+ |
|
| 13076 |
+ |
|
| 13077 |
+ |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13078 |
+ |
|
| 13079 |
|
else |
| 13080 |
|
|
| 13081 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13101 |
|
|
| 13102 |
|
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13103 |
|
|
| 13104 |
+ |
|
| 13105 |
+ |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13106 |
+ |
|
| 13107 |
+ |
|
| 13108 |
+ |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13109 |
+ |
|
| 13110 |
|
fi |
| 13111 |
|
|
| 13112 |
|
|
| 13612 |
|
fi |
| 13613 |
|
|
| 13614 |
|
if test "$warnings" = "yes" ; then |
| 13615 |
< |
CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused" |
| 13615 |
> |
CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused -Wundef" |
| 13616 |
|
fi |
| 13617 |
|
|
| 13618 |
|
|