From 95f03d03491f0673d4c527f5a23697be44ad0a28 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 24 Mar 2013 14:25:57 +0100 Subject: ship a fuzzy.h compatible with ssdeep's fuzzy.h --- fuzzy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fuzzy.c') diff --git a/fuzzy.c b/fuzzy.c index fd36039..e165107 100644 --- a/fuzzy.c +++ b/fuzzy.c @@ -27,6 +27,7 @@ #include #include #include +#include "fuzzy.h" #if defined(__GNUC__) && __GNUC__ >= 3 #define likely(x) __builtin_expect(!!(x), 1) @@ -36,8 +37,6 @@ #define unlikely(x) x #endif -#define SPAMSUM_LENGTH 64 -#define FUZZY_MAX_RESULT (SPAMSUM_LENGTH + (SPAMSUM_LENGTH/2 + 20)) #define ROLLING_WINDOW 7 #define MIN_BLOCKSIZE 3 #define HASH_PRIME 0x01000193 -- cgit v1.2.3