Add -fno-strict-aliasing to prevent compile warnings on some systems.
[polipo.git] / md5import.h
blobc97c632f3bcd6a76760efa93a899546976747365
1 #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
2 #define HAS_STDINT_H
3 #else
4 typedef unsigned int my_uint32_t;
5 #undef uint32_t
6 #define uint32_t my_uint32_t
7 #endif
8 #include "md5.h"
9 #undef uint32_t