X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=crypthash.h;h=0d1ededdbc366cafd57dbc474b1bfd178d1f79b6;hb=901c0e4683d5bd43139062255bf19d90914fbf3b;hp=a2545b8e9525109c00b0280a51cd3a23872d2f00;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933;p=apps%2Fmadmutt.git diff --git a/crypthash.h b/crypthash.h index a2545b8..0d1eded 100644 --- a/crypthash.h +++ b/crypthash.h @@ -1,8 +1,6 @@ #ifndef _CRYPTHASH_H # define _CRYPTHASH_H -# include "config.h" - # include # if HAVE_INTTYPES_H @@ -16,12 +14,4 @@ /* POINTER defines a generic pointer type */ typedef unsigned char *POINTER; -# ifndef HAVE_UINT32_T -# if SIZEOF_INT == 4 -typedef unsigned int uint32_t; -# elif SIZEOF_LONG == 4 -typedef unsigned long uint32_t; -# endif -# endif - #endif