repo.or.cz
/
polipo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update copyright date.
[polipo.git]
/
md5import.h
blob
c97c632f3bcd6a76760efa93a899546976747365
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