Don't include <limits.h>. Include <inttypes.h> if available,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 05:20:05 +0000 (05:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 05:20:05 +0000 (05:20 +0000)
commit90cfcabe9570779a66bd5c3d954eea6081f7e2b1
treeb47e3e37a1c5d3c7a19a1e4f610399bc7621b218
parentaa0a7d5865c74260009f373da4216c2c83866c77
Don't include <limits.h>.  Include <inttypes.h> if available,
as it defines symbols like UINT32_MAX on Solaris 8.
(md5_uint32): Assume uint32_t exists; Autoconf will define it
otherwise (if the host has a 32-bit unsigned type, anyway).
lib/md5.h