mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't define uint32_t anywhere but in config.h. Spotted by Alain Bench.

-8
-8
crypthash.h
··· 14 14 /* POINTER defines a generic pointer type */ 15 15 typedef unsigned char *POINTER; 16 16 17 - # ifndef HAVE_UINT32_T 18 - # if SIZEOF_INT == 4 19 - typedef unsigned int uint32_t; 20 - # elif SIZEOF_LONG == 4 21 - typedef unsigned long uint32_t; 22 - # endif 23 - # endif 24 - 25 17 #endif