From 4536ee25876f350d5ac25cdb736dff8af551c663 Mon Sep 17 00:00:00 2001 From: nenolod Date: Tue, 3 Apr 2007 02:49:11 -0700 Subject: [PATCH] [svn] - regenerate files --- ChangeLog | 11 +++++++++++ configure | 30 +++--------------------------- include/serno.h | 2 +- include/setup.h.in | 3 --- 4 files changed, 15 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e72025..5192d89 100644 --- a/ChangeLog +++ b/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. diff --git a/configure b/configure index 098fa28..8b01ace 100755 --- a/configure +++ b/configure @@ -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 diff --git a/include/serno.h b/include/serno.h index 238a61c..be03a78 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070403-3358" +#define SERNO "20070403-3360" diff --git a/include/setup.h.in b/include/setup.h.in index 9944027..51434d9 100644 --- a/include/setup.h.in +++ b/include/setup.h.in @@ -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