summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorroot <root>2007-06-21 22:11:34 +0000
committerroot <root>2007-06-21 22:11:34 +0000
commit3abfcd994a7dad841f223bb64bd74fb59d13fef2 (patch)
tree1f0da4493c9d60ef30858bac6491556a00e71783 /lzfP.h
parent4e5f1e7cb11f71bcc35be6babc6a3ba037e5b5b8 (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lzfP.h b/lzfP.h
index 988ea14..ce775a2 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -86,14 +86,6 @@
#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
* deterministic/repeatable when the configuration otherwise is the same).
@@ -158,7 +150,7 @@ typedef const u8 *LZF_STATE[1 << (HLOG)];
# endif
#endif
-#if USE_MEMCPY || INIT_HTAB
+#if INIT_HTAB
# ifdef __cplusplus
# include <cstring>
# else