[svn] - regenerate files
This commit is contained in:
parent
6c8cbf341b
commit
4536ee2587
4 changed files with 15 additions and 31 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
nenolod 2007/04/03 09:37:03 UTC (20070403-3360)
|
||||
Log:
|
||||
- remove x86-optimized hash code.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+0 -13 trunk/configure.ac (File Modified)
|
||||
+2 -187 trunk/src/Makefile.in (File Modified)
|
||||
+ - trunk/src/fnvhash.s (File Deleted)
|
||||
|
||||
|
||||
nenolod 2007/04/03 09:34:38 UTC (20070403-3358)
|
||||
Log:
|
||||
- apparently setting KE_LENGTH to 128 is fine.
|
||||
|
|
30
configure
vendored
30
configure
vendored
|
@ -2,7 +2,7 @@
|
|||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for charybdis 2.2.0.
|
||||
#
|
||||
# $Id: configure 3356 2007-04-03 09:31:11Z nenolod $
|
||||
# $Id: configure 3362 2007-04-03 09:49:11Z nenolod $
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
@ -697,7 +697,6 @@ helpdir
|
|||
MODULE_DIR
|
||||
moduledir
|
||||
SELECT_TYPE
|
||||
FNVHASH_S
|
||||
MODULES_LIBS
|
||||
MOD_TARGET
|
||||
SSL_SRCS_ENABLE
|
||||
|
@ -1304,7 +1303,6 @@ Optional Features:
|
|||
--enable-iodebug Enable IO Debugging hooks
|
||||
--enable-profile Enable profiling
|
||||
--disable-balloc Disable the block allocator.
|
||||
--enable-ricer-hashing Enable assembly-based hashing routines.
|
||||
--enable-small-net Enable small network support.
|
||||
--disable-shared-modules
|
||||
Disable shared modules.
|
||||
|
@ -1408,7 +1406,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
|||
This configure script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
$Id: configure 3356 2007-04-03 09:31:11Z nenolod $
|
||||
$Id: configure 3362 2007-04-03 09:49:11Z nenolod $
|
||||
_ACEOF
|
||||
exit
|
||||
fi
|
||||
|
@ -11131,27 +11129,6 @@ _ACEOF
|
|||
|
||||
fi
|
||||
|
||||
# Check whether --enable-ricer-hashing was given.
|
||||
if test "${enable_ricer_hashing+set}" = set; then
|
||||
enableval=$enable_ricer_hashing; ricer_hashing=$enableval
|
||||
else
|
||||
ricer_hashing=no
|
||||
fi
|
||||
|
||||
|
||||
FNVHASH_S=""
|
||||
|
||||
if test "$ricer_hashing" = "yes"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define RICER_HASHING 1
|
||||
_ACEOF
|
||||
|
||||
FNVHASH_S="fnvhash.s"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Check whether --enable-small-net was given.
|
||||
if test "${enable_small_net+set}" = set; then
|
||||
enableval=$enable_small_net; small_net=$enableval
|
||||
|
@ -15101,7 +15078,6 @@ helpdir!$helpdir$ac_delim
|
|||
MODULE_DIR!$MODULE_DIR$ac_delim
|
||||
moduledir!$moduledir$ac_delim
|
||||
SELECT_TYPE!$SELECT_TYPE$ac_delim
|
||||
FNVHASH_S!$FNVHASH_S$ac_delim
|
||||
MODULES_LIBS!$MODULES_LIBS$ac_delim
|
||||
MOD_TARGET!$MOD_TARGET$ac_delim
|
||||
SSL_SRCS_ENABLE!$SSL_SRCS_ENABLE$ac_delim
|
||||
|
@ -15114,7 +15090,7 @@ LIBOBJS!$LIBOBJS$ac_delim
|
|||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 93; then
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070403-3358"
|
||||
#define SERNO "20070403-3360"
|
||||
|
|
|
@ -237,9 +237,6 @@
|
|||
/* Size of the pre-client heap. */
|
||||
#undef PCLIENT_HEAP_SIZE
|
||||
|
||||
/* Define to 1 if you are using the assembly-based hashing routines. */
|
||||
#undef RICER_HASHING
|
||||
|
||||
/* This is the type of IO loop we are using */
|
||||
#undef SELECT_TYPE
|
||||
|
||||
|
|
Loading…
Reference in a new issue