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

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1662 by michael, Sat Nov 17 20:11:33 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1523 2012-09-09 11:11:52Z michael .
2 > # From configure.ac Id: configure.ac 1654 2012-11-16 19:39:37Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0.
5   #
# Line 13905 | Line 13905 | fi
13905   $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13906  
13907  
13908 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13908 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13909  
13910  
13911 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13911 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13912  
13913  
13914 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13914 > $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13915  
13916  
13917 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13917 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13918  
13919  
13920 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13920 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13921  
13922  
13923 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13923 > $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13924  
13925  
13926 < $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
13926 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13927  
13928  
13929 < $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13929 > $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13930  
13931  
13932 + $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13933 +
13934 +
13935 + $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13936 +
13937  
13938   # Argument processing.
13939  
# Line 14375 | Line 14380 | else
14380   fi
14381  
14382    if test "$debugging" = "yes" ; then
14378
14379 $as_echo "#define DEBUG 1" >>confdefs.h
14380
14383      CFLAGS="-Wall -g -O0"
14382  else
14383
14384 $as_echo "#define NDEBUG 1" >>confdefs.h
14385
14384    fi
14385  
14386  
# Line 14484 | Line 14482 | _ACEOF
14482    test "$exec_prefix_NONE" && exec_prefix=NONE
14483  
14484  
14485 < 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"
14485 > 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"
14486  
14487  
14488   cat >confcache <<\_ACEOF
# Line 15527 | Line 15525 | do
15525      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15526      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15527      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15530    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15531    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15528      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15529      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15530      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;

Comparing ircd-hybrid/trunk/configure (property svn:eol-style):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1662 by michael, Sat Nov 17 20:11:33 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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