File: md5import.h

package info (click to toggle)
polipo 1.0.4.1-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,092 kB
  • ctags: 1,556
  • sloc: ansic: 20,102; sh: 339; makefile: 77
file content (9 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
#define HAS_STDINT_H
#else
typedef unsigned int my_uint32_t;
#undef uint32_t
#define uint32_t my_uint32_t
#endif
#include "md5.h"
#undef uint32_t