X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=hcache.c;h=7a7c2eeffbbc16de947c34b9bf9ec7950cf8ea6a;hb=5f6b586de5a46f2359a4fc392fd89f1716d847a3;hp=93b84dea4d11555d1ec55560eb3d3fa9e7d432f2;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258;p=apps%2Fmadmutt.git diff --git a/hcache.c b/hcache.c index 93b84de..7a7c2ee 100644 --- a/hcache.c +++ b/hcache.c @@ -8,6 +8,13 @@ * It's licensed under the GNU General Public License, * please see the file GPL in the top level source directory. */ +#if HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifdef USE_HCACHE + +#define MUTTNG_HCACHE_ID "0x003" # if HAVE_INTTYPES_H # include @@ -17,12 +24,6 @@ # endif # endif -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - -#ifdef USE_HCACHE - #if HAVE_QDBM #include #include @@ -446,9 +447,9 @@ static int generate_crc32 () int crc = 0; crc = crc32 (crc, (unsigned char const *) - "sithglan@stud.uni-erlangen.de[sithglan]|hcache.c|20041108231548|29613", + MUTTNG_HCACHE_ID "sithglan@stud.uni-erlangen.de[sithglan]|hcache.c|20041108231548|29613", str_len - ("sithglan@stud.uni-erlangen.de[sithglan]|hcache.c|20041108231548|29613")); + (MUTTNG_HCACHE_ID "sithglan@stud.uni-erlangen.de[sithglan]|hcache.c|20041108231548|29613")); #if HAVE_LANGINFO_CODESET crc = crc32 (crc, (unsigned char const *) Charset, str_len (Charset));