]> git.pld-linux.org Git - packages/squid.git/blob - squid-3.0.PRE3-resolver-length.patch
- add --with-auth-on-acceleration
[packages/squid.git] / squid-3.0.PRE3-resolver-length.patch
1 Index: squid3/include/rfc1035.h
2 diff -c squid3/include/rfc1035.h:1.9 squid3/include/rfc1035.h:1.10
3 *** squid3/include/rfc1035.h:1.9        Wed Jan 22 17:36:47 2003
4 --- squid3/include/rfc1035.h    Wed Dec 17 18:16:01 2003
5 ***************
6 *** 46,52 ****
7   #endif
8   
9   /* rfc1035 - DNS */
10 ! #define RFC1035_MAXHOSTNAMESZ 128
11   typedef struct _rfc1035_rr rfc1035_rr;
12   struct _rfc1035_rr {
13       char name[RFC1035_MAXHOSTNAMESZ];
14 --- 46,52 ----
15   #endif
16   
17   /* rfc1035 - DNS */
18 ! #define RFC1035_MAXHOSTNAMESZ 250
19   typedef struct _rfc1035_rr rfc1035_rr;
20   struct _rfc1035_rr {
21       char name[RFC1035_MAXHOSTNAMESZ];
This page took 0.083323 seconds and 3 git commands to generate.