X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypthash.h;h=ab2234ef453817de73fac000d5ffcb97b517361a;hp=a2545b8e9525109c00b0280a51cd3a23872d2f00;hb=c6b020e0fa5c38e4fd8a6ffb75e00338c0535b11;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/crypthash.h b/crypthash.h index a2545b8..ab2234e 100644 --- a/crypthash.h +++ b/crypthash.h @@ -1,8 +1,15 @@ +/* + * Copyright notice from original mutt: + * [none] + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ + #ifndef _CRYPTHASH_H # define _CRYPTHASH_H -# include "config.h" - # include # if HAVE_INTTYPES_H @@ -16,12 +23,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