--------------------- PatchSet 4104 Date: 2007/03/19 11:44:17 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Result of experiments on integrating with rfc1035 library. Members: lib/rfc1035.c:1.5.2.11->1.5.2.12 Index: squid3/lib/rfc1035.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/rfc1035.c,v retrieving revision 1.5.2.11 retrieving revision 1.5.2.12 diff -u -r1.5.2.11 -r1.5.2.12 --- squid3/lib/rfc1035.c 18 Mar 2007 09:07:02 -0000 1.5.2.11 +++ squid3/lib/rfc1035.c 19 Mar 2007 11:44:17 -0000 1.5.2.12 @@ -1,6 +1,6 @@ /* - * $Id: rfc1035.c,v 1.5.2.11 2007/03/18 09:07:02 amosjeffries Exp $ + * $Id: rfc1035.c,v 1.5.2.12 2007/03/19 11:44:17 amosjeffries Exp $ * * Low level DNS protocol routines * AUTHOR: Duane Wessels @@ -70,6 +70,11 @@ #include "rfc1035.h" #include "snprintf.h" +/* FIXME INET6 : 19 Mar 2007 + * Due to compiler options (gcc rather than g++) this file cannot include IPAddress.h + * Nor can any code inside it presently use the IPAddress c++ objects. + */ + #define RFC1035_MAXLABELSZ 63 #define rfc1035_unpack_error 15