]> sjero.net Git - wget/commitdiff
[svn] Unconditionally include limits.h.
authorhniksic <devnull@localhost>
Wed, 29 Jun 2005 13:36:52 +0000 (06:36 -0700)
committerhniksic <devnull@localhost>
Wed, 29 Jun 2005 13:36:52 +0000 (06:36 -0700)
src/ChangeLog
src/gnu-md5.h

index 7163696d326f79fbb51d66d583556f62e70d35be..bd5c0b8b3c1b993ef9c8679f1be7329e4ef6534b 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * gnu-md5.h: Unconditionally include limits.h.
+
 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (random_number): Use lrand48 if available.
index 20ab3a672a375c737a6f14e6a8ff12a98d99e58a..1527ec5cd34dbe9e8cf75c1ceaa4085d24eb03b3 100644 (file)
@@ -21,9 +21,7 @@
 #ifndef _MD5_H
 #define _MD5_H 1
 
-#if defined HAVE_LIMITS_H || _LIBC
-# include <limits.h>
-#endif
+#include <limits.h>
 
 /* The following contortions are an attempt to use the C preprocessor
    to determine an unsigned integral type that is 32 bits wide.  An