This is non-IPv6 code.
That should all be identical to HEAD.

Amos

Guido Serassio wrote:
Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid3/lib

Modified Files:
      Tag: squid3-ipv6
GNUregex.c Log Message:
Update the "Windows glue" for IPv6 changes


Index: GNUregex.c
===================================================================
RCS file: /cvsroot/squid/squid3/lib/GNUregex.c,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -C2 -d -r1.5.4.1 -r1.5.4.2
*** GNUregex.c  5 Jan 2007 16:57:39 -0000       1.5.4.1
--- GNUregex.c  6 Oct 2007 20:49:07 -0000       1.5.4.2
***************
*** 248,252 ****
--- 248,254 ----
  #define MIN(a, b) ((a) < (b) ? (a) : (b))
+ #if !defined(__MINGW32__) /* MinGW defines boolean */
  typedef char boolean;
+ #endif
  #define false 0
  #define true 1


Reply via email to