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
Prototype refinements.
[polipo.git]
/
md5import.c
blob
2e74c7bd73ba2e52ed463ac86876bd7a0ae7b617
1
#ifndef _GNU_SOURCE
2
#define _GNU_SOURCE
3
#endif
4
5
#include <stdlib.h>
6
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