Updated CHANGES for 1.0.2.
[polipo.git] / md5import.c
blob2e74c7bd73ba2e52ed463ac86876bd7a0ae7b617
1 #ifndef _GNU_SOURCE
2 #define _GNU_SOURCE
3 #endif
5 #include <stdlib.h>
7 #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
8 #define HAS_STDINT_H
9 #else
10 typedef unsigned int my_uint32_t;
11 #undef uint32_t
12 #define uint32_t my_uint32_t
13 #endif
14 #include "md5.c"
15 #undef uint32_t