ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/configure
(Generate patch)

Comparing ircd-hybrid-7.2/configure (file contents):
Revision 982 by michael, Thu Aug 13 22:15:08 2009 UTC vs.
Revision 1005 by michael, Mon Aug 31 23:07:43 2009 UTC

# Line 1 | Line 1
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   #
# Line 13070 | Line 13070 | $as_echo "#define TOPIC_HEAP_SIZE 256" >
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
# Line 13095 | Line 13101 | $as_echo "#define TOPIC_HEAP_SIZE 1024"
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  
# Line 13600 | Line 13612 | else
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)