From 3abfcd994a7dad841f223bb64bd74fb59d13fef2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Jun 2007 22:11:34 +0000 Subject: *** empty log message *** --- lzfP.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lzfP.h') diff --git a/lzfP.h b/lzfP.h index 988ea14..ce775a2 100644 --- a/lzfP.h +++ b/lzfP.h @@ -85,14 +85,6 @@ # define STRICT_ALIGN !(defined(__i386) || defined (__amd64)) #endif -/* - * Use string functions to copy memory. - * this is usually a loss, even with glibc's optimized memcpy - */ -#ifndef USE_MEMCPY -# define USE_MEMCPY 0 -#endif - /* * You may choose to pre-set the hash table (might be faster on some * modern cpus and large (>>64k) blocks, and also makes compression @@ -158,7 +150,7 @@ typedef const u8 *LZF_STATE[1 << (HLOG)]; # endif #endif -#if USE_MEMCPY || INIT_HTAB +#if INIT_HTAB # ifdef __cplusplus # include # else -- cgit v1.2.3