Add squid, with its modules. Fix fakeidentd compilation (wrong source downloading...
[openwrt/staging/dedeckeh.git] / openwrt / package / squid / patches / 01-cross_compile.patch
1 diff -urN squid-2.5.STABLE13/helpers/basic_auth/LDAP/Makefile.in squid-2.5.STABLE13.new/helpers/basic_auth/LDAP/Makefile.in
2 --- squid-2.5.STABLE13/helpers/basic_auth/LDAP/Makefile.in 2005-09-28 22:57:18.000000000 +0200
3 +++ squid-2.5.STABLE13.new/helpers/basic_auth/LDAP/Makefile.in 2006-04-13 21:49:35.000000000 +0200
4 @@ -130,8 +130,10 @@
5 EXTRA_DIST = squid_ldap_auth.8
6 squid_ldap_auth_SOURCES = squid_ldap_auth.c
7
8 -LDADD = -L$(top_builddir)/lib -lmiscutil -lldap $(LIB_LBER) $(XTRA_LIBS)
9 -INCLUDES = -I$(top_srcdir)/include
10 +LDADD = -L$(top_builddir)/lib -lmiscutil -lldap $(LIB_LBER) $(XTRA_LIBS) \
11 + -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
12 +INCLUDES = -I$(top_srcdir)/include -I$(STAGING_DIR)/usr/include \
13 + -I$(STAGING_DIR)/include
14 subdir = helpers/basic_auth/LDAP
15 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
16 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
17 diff -urN squid-2.5.STABLE13/helpers/digest_auth/password/Makefile.in squid-2.5.STABLE13.new/helpers/digest_auth/password/Makefile.in
18 --- squid-2.5.STABLE13/helpers/digest_auth/password/Makefile.in 2005-09-28 22:57:20.000000000 +0200
19 +++ squid-2.5.STABLE13.new/helpers/digest_auth/password/Makefile.in 2006-04-13 22:06:38.000000000 +0200
20 @@ -127,10 +127,12 @@
21
22 libexec_PROGRAMS = digest_pw_auth
23 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
24 - -I$(top_srcdir)/src/
25 + -I$(top_srcdir)/src/ -I$(STAGING_DIR)/usr/include \
26 + -I$(STAGING_DIR)/include
27
28
29 -LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)
30 +LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB) \
31 + -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
32 subdir = helpers/digest_auth/password
33 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
34 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
35 diff -urN squid-2.5.STABLE13/helpers/external_acl/ldap_group/Makefile.in squid-2.5.STABLE13.new/helpers/external_acl/ldap_group/Makefile.in
36 --- squid-2.5.STABLE13/helpers/external_acl/ldap_group/Makefile.in 2005-09-28 22:57:20.000000000 +0200
37 +++ squid-2.5.STABLE13.new/helpers/external_acl/ldap_group/Makefile.in 2006-04-13 21:49:54.000000000 +0200
38 @@ -130,7 +130,8 @@
39 EXTRA_DIST = squid_ldap_group.8
40 squid_ldap_group_SOURCES = squid_ldap_group.c
41
42 -LDADD = -lldap $(LIB_LBER) $(XTRA_LIBS)
43 +LDADD = -lldap $(LIB_LBER) $(XTRA_LIBS) \
44 + -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
45 subdir = helpers/external_acl/ldap_group
46 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
47 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
48 @@ -145,7 +146,9 @@
49 squid_ldap_group_LDFLAGS =
50
51 DEFS = @DEFS@
52 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
53 +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include \
54 + -I$(STAGING_DIR)/usr/include \
55 + -I$(STAGING_DIR)/include
56 CPPFLAGS = @CPPFLAGS@
57 LDFLAGS = @LDFLAGS@
58 LIBS = @LIBS@
59 diff -urN squid-2.5.STABLE13/include/autoconf.h.in squid-2.5.STABLE13.new/include/autoconf.h.in
60 --- squid-2.5.STABLE13/include/autoconf.h.in 2005-09-13 02:12:34.000000000 +0200
61 +++ squid-2.5.STABLE13.new/include/autoconf.h.in 2006-04-13 19:08:09.000000000 +0200
62 @@ -729,10 +729,10 @@
63 #undef HAVE_OPENSSL_ERR_H
64
65 /* Define if you have the <openssl/md5.h> header file. */
66 -#undef HAVE_OPENSSL_MD5_H
67 +#define HAVE_OPENSSL_MD5_H 1
68
69 /* Define if you have the <openssl/ssl.h> header file. */
70 -#undef HAVE_OPENSSL_SSL_H
71 +#define HAVE_OPENSSL_SSL_H 1
72
73 /* Define if you have the <poll.h> header file. */
74 #undef HAVE_POLL_H
75 Les fichiers binaires squid-2.5.STABLE13/lib/Array.c.i686 et squid-2.5.STABLE13.new/lib/Array.c.i686 sont différents.
76 Les fichiers binaires squid-2.5.STABLE13/lib/Array.i686 et squid-2.5.STABLE13.new/lib/Array.i686 sont différents.
77 Les fichiers binaires squid-2.5.STABLE13/lib/Array.o.i686 et squid-2.5.STABLE13.new/lib/Array.o.i686 sont différents.
78 Les fichiers binaires squid-2.5.STABLE13/lib/base64.c.i686 et squid-2.5.STABLE13.new/lib/base64.c.i686 sont différents.
79 Les fichiers binaires squid-2.5.STABLE13/lib/base64.i686 et squid-2.5.STABLE13.new/lib/base64.i686 sont différents.
80 Les fichiers binaires squid-2.5.STABLE13/lib/base64.o.i686 et squid-2.5.STABLE13.new/lib/base64.o.i686 sont différents.
81 Les fichiers binaires squid-2.5.STABLE13/lib/getfullhostname.c.i686 et squid-2.5.STABLE13.new/lib/getfullhostname.c.i686 sont différents.
82 Les fichiers binaires squid-2.5.STABLE13/lib/getfullhostname.i686 et squid-2.5.STABLE13.new/lib/getfullhostname.i686 sont différents.
83 Les fichiers binaires squid-2.5.STABLE13/lib/getfullhostname.o.i686 et squid-2.5.STABLE13.new/lib/getfullhostname.o.i686 sont différents.
84 Les fichiers binaires squid-2.5.STABLE13/lib/hash.c.i686 et squid-2.5.STABLE13.new/lib/hash.c.i686 sont différents.
85 Les fichiers binaires squid-2.5.STABLE13/lib/hash.i686 et squid-2.5.STABLE13.new/lib/hash.i686 sont différents.
86 Les fichiers binaires squid-2.5.STABLE13/lib/hash.o.i686 et squid-2.5.STABLE13.new/lib/hash.o.i686 sont différents.
87 Les fichiers binaires squid-2.5.STABLE13/lib/heap.c.i686 et squid-2.5.STABLE13.new/lib/heap.c.i686 sont différents.
88 Les fichiers binaires squid-2.5.STABLE13/lib/heap.i686 et squid-2.5.STABLE13.new/lib/heap.i686 sont différents.
89 Les fichiers binaires squid-2.5.STABLE13/lib/heap.o.i686 et squid-2.5.STABLE13.new/lib/heap.o.i686 sont différents.
90 Les fichiers binaires squid-2.5.STABLE13/lib/html_quote.c.i686 et squid-2.5.STABLE13.new/lib/html_quote.c.i686 sont différents.
91 Les fichiers binaires squid-2.5.STABLE13/lib/html_quote.i686 et squid-2.5.STABLE13.new/lib/html_quote.i686 sont différents.
92 Les fichiers binaires squid-2.5.STABLE13/lib/html_quote.o.i686 et squid-2.5.STABLE13.new/lib/html_quote.o.i686 sont différents.
93 Les fichiers binaires squid-2.5.STABLE13/lib/iso3307.c.i686 et squid-2.5.STABLE13.new/lib/iso3307.c.i686 sont différents.
94 Les fichiers binaires squid-2.5.STABLE13/lib/iso3307.i686 et squid-2.5.STABLE13.new/lib/iso3307.i686 sont différents.
95 Les fichiers binaires squid-2.5.STABLE13/lib/iso3307.o.i686 et squid-2.5.STABLE13.new/lib/iso3307.o.i686 sont différents.
96 diff -urN squid-2.5.STABLE13/lib/Makefile.in squid-2.5.STABLE13.new/lib/Makefile.in
97 --- squid-2.5.STABLE13/lib/Makefile.in 2005-09-28 22:57:20.000000000 +0200
98 +++ squid-2.5.STABLE13.new/lib/Makefile.in 2006-04-13 19:19:41.000000000 +0200
99 @@ -63,6 +63,7 @@
100 host_triplet = @host@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 +HOST_AR = ar
104 AR_R = @AR_R@
105 AUTH_LIBS = @AUTH_LIBS@
106 AUTH_MODULES = @AUTH_MODULES@
107 @@ -72,6 +73,7 @@
108 CACHE_HTTP_PORT = @CACHE_HTTP_PORT@
109 CACHE_ICP_PORT = @CACHE_ICP_PORT@
110 CC = @CC@
111 +HOST_CC = gcc
112 CGIEXT = @CGIEXT@
113 CPP = @CPP@
114 CRYPTLIB = @CRYPTLIB@
115 @@ -95,6 +97,8 @@
116 MV = @MV@
117 NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
118 OBJEXT = @OBJEXT@
119 +HOST_OBJEXT = @OBJEXT@.$(shell uname -m)
120 +HOST_DEPEXT = .$(shell uname -m)
121 PACKAGE = @PACKAGE@
122 PERL = @PERL@
123 PKGCONFIG = @PKGCONFIG@
124 @@ -133,6 +137,7 @@
125 noinst_LIBRARIES = \
126 @LIBDLMALLOC@ \
127 libmiscutil.a \
128 + libmiscutil$(shell uname -m).a \
129 libntlmauth.a \
130 @LIBREGEX@
131
132 @@ -162,9 +167,34 @@
133 util.c \
134 uudecode.c
135
136 +libmiscutil_a_HOST_SOURCES = \
137 + Array.c \
138 + base64.c \
139 + getfullhostname.c \
140 + hash.c \
141 + heap.c \
142 + html_quote.c \
143 + iso3307.c \
144 + $(MD5SOURCE) \
145 + radix.c \
146 + rfc1035.c \
147 + rfc1123.c \
148 + rfc1738.c \
149 + rfc2617.c \
150 + safe_inet_addr.c \
151 + $(SNPRINTFSOURCE) \
152 + splay.c \
153 + Stack.c \
154 + stub_memaccount.c \
155 + util.c \
156 + uudecode.c
157 +
158 libmiscutil_a_LIBADD = \
159 @LIBOBJS@
160
161 +libmiscutil_a_HOST_LIBADD = \
162 + @LIBOBJS@
163 +
164 # $(top_srcdir)/include/version.h should be a dependency
165 libregex_a_SOURCES = \
166 GNUregex.c
167 @@ -179,7 +209,7 @@
168 @LIBOBJS@
169
170
171 -INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
172 +INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include
173 subdir = lib
174 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
175 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
176 @@ -193,9 +223,11 @@
177 libmiscutil_a_AR = $(AR) cru
178 libmiscutil_a_DEPENDENCIES = @LIBOBJS@
179 @NEED_OWN_MD5_TRUE@am__objects_1 = md5.$(OBJEXT)
180 +@NEED_OWN_MD5_TRUE@am__host_objects_1 = md5.$(HOST_OBJEXT)
181 @NEED_OWN_MD5_FALSE@am__objects_1 =
182 @NEED_OWN_SNPRINTF_FALSE@am__objects_2 =
183 @NEED_OWN_SNPRINTF_TRUE@am__objects_2 = snprintf.$(OBJEXT)
184 +@NEED_OWN_SNPRINTF_TRUE@am__host_objects_2 = snprintf.$(HOST_OBJEXT)
185 am_libmiscutil_a_OBJECTS = Array.$(OBJEXT) base64.$(OBJEXT) \
186 getfullhostname.$(OBJEXT) hash.$(OBJEXT) heap.$(OBJEXT) \
187 html_quote.$(OBJEXT) iso3307.$(OBJEXT) $(am__objects_1) \
188 @@ -203,7 +235,19 @@
189 rfc1738.$(OBJEXT) rfc2617.$(OBJEXT) safe_inet_addr.$(OBJEXT) \
190 $(am__objects_2) splay.$(OBJEXT) Stack.$(OBJEXT) \
191 stub_memaccount.$(OBJEXT) util.$(OBJEXT) uudecode.$(OBJEXT)
192 +am_libmiscutil_a_HOST_OBJECTS = Array.$(HOST_OBJEXT) \
193 + base64.$(HOST_OBJEXT) getfullhostname.$(HOST_OBJEXT) \
194 + hash.$(HOST_OBJEXT) heap.$(HOST_OBJEXT) \
195 + html_quote.$(HOST_OBJEXT) iso3307.$(HOST_OBJEXT) \
196 + $(am__host_objects_1) radix.$(HOST_OBJEXT) \
197 + rfc1035.$(HOST_OBJEXT) rfc1123.$(HOST_OBJEXT) \
198 + rfc1738.$(HOST_OBJEXT) rfc2617.$(HOST_OBJEXT) \
199 + safe_inet_addr.$(HOST_OBJEXT) $(am__host_objects_2) \
200 + splay.$(HOST_OBJEXT) Stack.$(HOST_OBJEXT) \
201 + stub_memaccount.$(HOST_OBJEXT) util.$(HOST_OBJEXT) \
202 + uudecode.$(HOST_OBJEXT)
203 libmiscutil_a_OBJECTS = $(am_libmiscutil_a_OBJECTS)
204 +libmiscutil_a_HOST_OBJECTS = $(am_libmiscutil_a_HOST_OBJECTS)
205 libntlmauth_a_AR = $(AR) cru
206 libntlmauth_a_DEPENDENCIES = @LIBOBJS@
207 am_libntlmauth_a_OBJECTS = ntlmauth.$(OBJEXT)
208 @@ -233,22 +277,42 @@
209 @AMDEP_TRUE@ $(DEPDIR)/splay.Po $(DEPDIR)/strerror.Po \
210 @AMDEP_TRUE@ $(DEPDIR)/stub_memaccount.Po $(DEPDIR)/tempnam.Po \
211 @AMDEP_TRUE@ $(DEPDIR)/util.Po $(DEPDIR)/uudecode.Po
212 +@AMDEP_TRUE@DEP_HOST_FILES = $(DEPDIR)/Array.Po.$(HOST_DEPEXT) $(DEPDIR)/GNUregex.Po.$(HOST_DEPEXT) \
213 +@AMDEP_TRUE@ $(DEPDIR)/Stack.Po.$(HOST_DEPEXT) $(DEPDIR)/base64.Po.$(HOST_DEPEXT) \
214 +@AMDEP_TRUE@ $(DEPDIR)/dlmalloc.Po.$(HOST_DEPEXT) $(DEPDIR)/drand48.Po.$(HOST_DEPEXT) \
215 +@AMDEP_TRUE@ $(DEPDIR)/getfullhostname.Po.$(HOST_DEPEXT) $(DEPDIR)/hash.Po.$(HOST_DEPEXT) \
216 +@AMDEP_TRUE@ $(DEPDIR)/heap.Po.$(HOST_DEPEXT) $(DEPDIR)/html_quote.Po.$(HOST_DEPEXT) \
217 +@AMDEP_TRUE@ $(DEPDIR)/inet_ntoa.Po.$(HOST_DEPEXT) $(DEPDIR)/initgroups.Po.$(HOST_DEPEXT) \
218 +@AMDEP_TRUE@ $(DEPDIR)/iso3307.Po.$(HOST_DEPEXT) $(DEPDIR)/md5.Po.$(HOST_DEPEXT) \
219 +@AMDEP_TRUE@ $(DEPDIR)/ntlmauth.Po.$(HOST_DEPEXT) $(DEPDIR)/radix.Po.$(HOST_DEPEXT) \
220 +@AMDEP_TRUE@ $(DEPDIR)/rfc1035.Po.$(HOST_DEPEXT) $(DEPDIR)/rfc1123.Po.$(HOST_DEPEXT) \
221 +@AMDEP_TRUE@ $(DEPDIR)/rfc1738.Po.$(HOST_DEPEXT) $(DEPDIR)/rfc2617.Po.$(HOST_DEPEXT) \
222 +@AMDEP_TRUE@ $(DEPDIR)/safe_inet_addr.Po.$(HOST_DEPEXT) $(DEPDIR)/snprintf.Po.$(HOST_DEPEXT) \
223 +@AMDEP_TRUE@ $(DEPDIR)/splay.Po.$(HOST_DEPEXT) $(DEPDIR)/strerror.Po.$(HOST_DEPEXT) \
224 +@AMDEP_TRUE@ $(DEPDIR)/stub_memaccount.Po.$(HOST_DEPEXT) $(DEPDIR)/tempnam.Po.$(HOST_DEPEXT) \
225 +@AMDEP_TRUE@ $(DEPDIR)/util.Po.$(HOST_DEPEXT) $(DEPDIR)/uudecode.Po.$(HOST_DEPEXT)
226 +
227 +
228 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
229 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
230 +HOST_COMPILE = $(HOST_CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
231 + $(AM_CFLAGS)
232 CCLD = $(CC)
233 +HOST_CCLD = ld
234 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
235 +HOST_LINK = $(HOST_CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
236 CFLAGS = @CFLAGS@
237 DIST_SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) \
238 $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) \
239 - $(libregex_a_SOURCES)
240 + $(libregex_a_SOURCES) $(libmiscutil_a_HOST_SOURCES)
241 DIST_COMMON = Makefile.am Makefile.in drand48.c inet_ntoa.c \
242 initgroups.c strerror.c tempnam.c
243 -SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) $(libregex_a_SOURCES)
244 +SOURCES = $(libdlmalloc_a_SOURCES) $(libmiscutil_a_SOURCES) $(libmiscutil_a_HOST_SOURCES) $(EXTRA_libmiscutil_a_SOURCES) $(libntlmauth_a_SOURCES) $(libregex_a_SOURCES)
245
246 all: all-am
247
248 .SUFFIXES:
249 -.SUFFIXES: .c .o .obj
250 +.SUFFIXES: .c .o .obj .o.$(shell uname -m)
251 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
252 cd $(top_srcdir) && \
253 $(AUTOMAKE) --foreign lib/Makefile
254 @@ -265,10 +329,13 @@
255 -rm -f libdlmalloc.a
256 $(libdlmalloc_a_AR) libdlmalloc.a $(libdlmalloc_a_OBJECTS) $(libdlmalloc_a_LIBADD)
257 $(RANLIB) libdlmalloc.a
258 -libmiscutil.a: $(libmiscutil_a_OBJECTS) $(libmiscutil_a_DEPENDENCIES)
259 +libmiscutil.a: $(libmiscutil_a_OBJECTS) $(libmiscutil_a_HOST_OBJECTS) $(libmiscutil_a_DEPENDENCIES)
260 -rm -f libmiscutil.a
261 + -rm -f libmiscutil$(shell uname -m).a
262 $(libmiscutil_a_AR) libmiscutil.a $(libmiscutil_a_OBJECTS) $(libmiscutil_a_LIBADD)
263 + ar rcu libmiscutil$(shell uname -m).a $(libmiscutil_a_HOST_OBJECTS) $(libmiscutil_a_HOST_LIBADD)
264 $(RANLIB) libmiscutil.a
265 + ranlib libmiscutil$(shell uname -m).a
266 libntlmauth.a: $(libntlmauth_a_OBJECTS) $(libntlmauth_a_DEPENDENCIES)
267 -rm -f libntlmauth.a
268 $(libntlmauth_a_AR) libntlmauth.a $(libntlmauth_a_OBJECTS) $(libntlmauth_a_LIBADD)
269 @@ -313,6 +380,7 @@
270 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/uudecode.Po@am__quote@
272
273 +
274 distclean-depend:
275 -rm -rf $(DEPDIR)
276
277 @@ -321,7 +389,8 @@
278 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
279 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
281 -
282 +.c.o.$(shell uname -m):
283 + $(HOST_COMPILE) -o $(shell basename $< .c).o.$(shell uname -m) -c $<
284 .c.obj:
285 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
287 Les fichiers binaires squid-2.5.STABLE13/lib/md5.c.i686 et squid-2.5.STABLE13.new/lib/md5.c.i686 sont différents.
288 Les fichiers binaires squid-2.5.STABLE13/lib/md5.i686 et squid-2.5.STABLE13.new/lib/md5.i686 sont différents.
289 Les fichiers binaires squid-2.5.STABLE13/lib/md5.o.i686 et squid-2.5.STABLE13.new/lib/md5.o.i686 sont différents.
290 Les fichiers binaires squid-2.5.STABLE13/lib/radix.c.i686 et squid-2.5.STABLE13.new/lib/radix.c.i686 sont différents.
291 Les fichiers binaires squid-2.5.STABLE13/lib/radix.i686 et squid-2.5.STABLE13.new/lib/radix.i686 sont différents.
292 Les fichiers binaires squid-2.5.STABLE13/lib/radix.o.i686 et squid-2.5.STABLE13.new/lib/radix.o.i686 sont différents.
293 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1035.c.i686 et squid-2.5.STABLE13.new/lib/rfc1035.c.i686 sont différents.
294 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1035.i686 et squid-2.5.STABLE13.new/lib/rfc1035.i686 sont différents.
295 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1035.o.i686 et squid-2.5.STABLE13.new/lib/rfc1035.o.i686 sont différents.
296 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1123.c.i686 et squid-2.5.STABLE13.new/lib/rfc1123.c.i686 sont différents.
297 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1123.i686 et squid-2.5.STABLE13.new/lib/rfc1123.i686 sont différents.
298 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1123.o.i686 et squid-2.5.STABLE13.new/lib/rfc1123.o.i686 sont différents.
299 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1738.c.i686 et squid-2.5.STABLE13.new/lib/rfc1738.c.i686 sont différents.
300 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1738.i686 et squid-2.5.STABLE13.new/lib/rfc1738.i686 sont différents.
301 Les fichiers binaires squid-2.5.STABLE13/lib/rfc1738.o.i686 et squid-2.5.STABLE13.new/lib/rfc1738.o.i686 sont différents.
302 Les fichiers binaires squid-2.5.STABLE13/lib/rfc2617.c.i686 et squid-2.5.STABLE13.new/lib/rfc2617.c.i686 sont différents.
303 Les fichiers binaires squid-2.5.STABLE13/lib/rfc2617.i686 et squid-2.5.STABLE13.new/lib/rfc2617.i686 sont différents.
304 Les fichiers binaires squid-2.5.STABLE13/lib/rfc2617.o.i686 et squid-2.5.STABLE13.new/lib/rfc2617.o.i686 sont différents.
305 Les fichiers binaires squid-2.5.STABLE13/lib/safe_inet_addr.c.i686 et squid-2.5.STABLE13.new/lib/safe_inet_addr.c.i686 sont différents.
306 Les fichiers binaires squid-2.5.STABLE13/lib/safe_inet_addr.i686 et squid-2.5.STABLE13.new/lib/safe_inet_addr.i686 sont différents.
307 Les fichiers binaires squid-2.5.STABLE13/lib/safe_inet_addr.o.i686 et squid-2.5.STABLE13.new/lib/safe_inet_addr.o.i686 sont différents.
308 Les fichiers binaires squid-2.5.STABLE13/lib/splay.c.i686 et squid-2.5.STABLE13.new/lib/splay.c.i686 sont différents.
309 Les fichiers binaires squid-2.5.STABLE13/lib/splay.i686 et squid-2.5.STABLE13.new/lib/splay.i686 sont différents.
310 Les fichiers binaires squid-2.5.STABLE13/lib/splay.o.i686 et squid-2.5.STABLE13.new/lib/splay.o.i686 sont différents.
311 Les fichiers binaires squid-2.5.STABLE13/lib/Stack.c.i686 et squid-2.5.STABLE13.new/lib/Stack.c.i686 sont différents.
312 Les fichiers binaires squid-2.5.STABLE13/lib/Stack.i686 et squid-2.5.STABLE13.new/lib/Stack.i686 sont différents.
313 Les fichiers binaires squid-2.5.STABLE13/lib/Stack.o.i686 et squid-2.5.STABLE13.new/lib/Stack.o.i686 sont différents.
314 Les fichiers binaires squid-2.5.STABLE13/lib/stub_memaccount.c.i686 et squid-2.5.STABLE13.new/lib/stub_memaccount.c.i686 sont différents.
315 Les fichiers binaires squid-2.5.STABLE13/lib/stub_memaccount.i686 et squid-2.5.STABLE13.new/lib/stub_memaccount.i686 sont différents.
316 Les fichiers binaires squid-2.5.STABLE13/lib/stub_memaccount.o.i686 et squid-2.5.STABLE13.new/lib/stub_memaccount.o.i686 sont différents.
317 Les fichiers binaires squid-2.5.STABLE13/lib/util.c.i686 et squid-2.5.STABLE13.new/lib/util.c.i686 sont différents.
318 Les fichiers binaires squid-2.5.STABLE13/lib/util.i686 et squid-2.5.STABLE13.new/lib/util.i686 sont différents.
319 Les fichiers binaires squid-2.5.STABLE13/lib/util.o.i686 et squid-2.5.STABLE13.new/lib/util.o.i686 sont différents.
320 Les fichiers binaires squid-2.5.STABLE13/lib/uudecode.c.i686 et squid-2.5.STABLE13.new/lib/uudecode.c.i686 sont différents.
321 Les fichiers binaires squid-2.5.STABLE13/lib/uudecode.i686 et squid-2.5.STABLE13.new/lib/uudecode.i686 sont différents.
322 Les fichiers binaires squid-2.5.STABLE13/lib/uudecode.o.i686 et squid-2.5.STABLE13.new/lib/uudecode.o.i686 sont différents.
323 diff -urN squid-2.5.STABLE13/src/auth/Makefile.in squid-2.5.STABLE13.new/src/auth/Makefile.in
324 --- squid-2.5.STABLE13/src/auth/Makefile.in 2005-09-28 22:57:24.000000000 +0200
325 +++ squid-2.5.STABLE13.new/src/auth/Makefile.in 2006-04-13 19:13:57.000000000 +0200
326 @@ -135,7 +135,8 @@
327 libntlm_a_SOURCES = ntlm/auth_ntlm.c ntlm/auth_ntlm.h
328
329 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
330 - -I$(top_srcdir)/src/
331 + -I$(top_srcdir)/src/ -I$(STAGING_DIR)/include \
332 + -I$(STAGING_DIR)/usr/include
333
334 subdir = src/auth
335 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
336 diff -urN squid-2.5.STABLE13/src/ctype.c squid-2.5.STABLE13.new/src/ctype.c
337 --- squid-2.5.STABLE13/src/ctype.c 1970-01-01 01:00:00.000000000 +0100
338 +++ squid-2.5.STABLE13.new/src/ctype.c 2004-10-05 17:14:16.000000000 +0200
339 @@ -0,0 +1,546 @@
340 +/*
341 + Static ctype data for IFC-7.1 / RedHat-9 workaround.
342 + This is taken from the GLIBC source code.
343 + Hack by Joe Krahn <krahn@niehs.nih.gov>
344 +
345 + To use, compile with gcc (ifc should work as well):
346 +
347 + gcc -c ctype.c
348 +
349 + Next, include the resulting ctype.o when creating executables.
350 + Do this automatically using a ~/.ifcrc file with a line like this:
351 +
352 + -Wl,/some/path/ctype.o
353 +
354 + That's all.
355 +
356 + My .ifcrc also turns off the typically excessive warnings:
357 + -cm -w90 -w95 -Wl,/home/krahn/Prog/ctype/ctype.o
358 +
359 + To IFC maintainters: it would be nice to flag on/off specific
360 + warning types, like -woff=22,33,44
361 +
362 +*/
363 +
364 +/*
365 + file: ctype.c
366 +
367 + Derived from C-ctype.c and ctype-info.c in the GLIBC 2.3 source.
368 +
369 + To compile: (either gcc or icc is OK)
370 + icc -c ctype.c
371 +
372 + To use, just add the object file ctype.o at link stage. Example:
373 + ifc -o hello hello.f ctype.o
374 +
375 +*/
376 +
377 +
378 +/* Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
379 + This file is part of the GNU C Library.
380 + Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
381 +
382 + The GNU C Library is free software; you can redistribute it and/or
383 + modify it under the terms of the GNU Lesser General Public
384 + License as published by the Free Software Foundation; either
385 + version 2.1 of the License, or (at your option) any later version.
386 +
387 + The GNU C Library is distributed in the hope that it will be useful,
388 + but WITHOUT ANY WARRANTY; without even the implied warranty of
389 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
390 + Lesser General Public License for more details.
391 +
392 + You should have received a copy of the GNU Lesser General Public
393 + License along with the GNU C Library; if not, write to the Free
394 + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
395 + 02111-1307 USA. */
396 +
397 +#include <stdint.h>
398 +
399 +/* This table's entries are taken from POSIX.2 Table 2-6
400 + ``LC_CTYPE Category Definition in the POSIX Locale''.
401 +
402 + The `_nl_C_LC_CTYPE_width' array is a GNU extension.
403 +
404 + In the `_nl_C_LC_CTYPE_class' array the value for EOF (== -1)
405 + is set to always return 0 and the conversion arrays return EOF. */
406 +
407 +const char _nl_C_LC_CTYPE_class[768] =
408 + /* 0x80 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
409 + /* 0x86 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
410 + /* 0x8c */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
411 + /* 0x92 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
412 + /* 0x98 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
413 + /* 0x9e */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
414 + /* 0xa4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
415 + /* 0xaa */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
416 + /* 0xb0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
417 + /* 0xb6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
418 + /* 0xbc */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
419 + /* 0xc2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
420 + /* 0xc8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
421 + /* 0xce */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
422 + /* 0xd4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
423 + /* 0xda */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
424 + /* 0xe0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
425 + /* 0xe6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
426 + /* 0xec */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
427 + /* 0xf2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
428 + /* 0xf8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
429 + /* 0xfe */ "\000\000" "\000\000" "\002\000" "\002\000" "\002\000" "\002\000"
430 + /* 0x04 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\003\040"
431 + /* 0x0a */ "\002\040" "\002\040" "\002\040" "\002\040" "\002\000" "\002\000"
432 + /* 0x10 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000"
433 + /* 0x16 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000"
434 + /* 0x1c */ "\002\000" "\002\000" "\002\000" "\002\000" "\001\140" "\004\300"
435 + /* 0x22 */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300"
436 + /* 0x28 */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300"
437 + /* 0x2e */ "\004\300" "\004\300" "\010\330" "\010\330" "\010\330" "\010\330"
438 + /* 0x34 */ "\010\330" "\010\330" "\010\330" "\010\330" "\010\330" "\010\330"
439 + /* 0x3a */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300"
440 + /* 0x40 */ "\004\300" "\010\325" "\010\325" "\010\325" "\010\325" "\010\325"
441 + /* 0x46 */ "\010\325" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305"
442 + /* 0x4c */ "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305"
443 + /* 0x52 */ "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305"
444 + /* 0x58 */ "\010\305" "\010\305" "\010\305" "\004\300" "\004\300" "\004\300"
445 + /* 0x5e */ "\004\300" "\004\300" "\004\300" "\010\326" "\010\326" "\010\326"
446 + /* 0x64 */ "\010\326" "\010\326" "\010\326" "\010\306" "\010\306" "\010\306"
447 + /* 0x6a */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\010\306"
448 + /* 0x70 */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\010\306"
449 + /* 0x76 */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\004\300"
450 + /* 0x7c */ "\004\300" "\004\300" "\004\300" "\002\000" "\000\000" "\000\000"
451 + /* 0x82 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
452 + /* 0x88 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
453 + /* 0x8e */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
454 + /* 0x94 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
455 + /* 0x9a */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
456 + /* 0xa0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
457 + /* 0xa6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
458 + /* 0xac */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
459 + /* 0xb2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
460 + /* 0xb8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
461 + /* 0xbe */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
462 + /* 0xc4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
463 + /* 0xca */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
464 + /* 0xd0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
465 + /* 0xd6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
466 + /* 0xdc */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
467 + /* 0xe2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
468 + /* 0xe8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
469 + /* 0xee */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
470 + /* 0xf4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
471 + /* 0xfa */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000"
472 +;
473 +const char _nl_C_LC_CTYPE_class32[1024] =
474 + /* 0x00 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
475 + /* 0x03 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
476 + /* 0x06 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
477 + /* 0x09 */ "\000\000\003\040" "\000\000\002\040" "\000\000\002\040"
478 + /* 0x0c */ "\000\000\002\040" "\000\000\002\040" "\000\000\002\000"
479 + /* 0x0f */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
480 + /* 0x12 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
481 + /* 0x15 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
482 + /* 0x18 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
483 + /* 0x1b */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
484 + /* 0x1e */ "\000\000\002\000" "\000\000\002\000" "\000\000\001\140"
485 + /* 0x21 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
486 + /* 0x24 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
487 + /* 0x27 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
488 + /* 0x2a */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
489 + /* 0x2d */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
490 + /* 0x30 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
491 + /* 0x33 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
492 + /* 0x36 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
493 + /* 0x39 */ "\000\000\010\330" "\000\000\004\300" "\000\000\004\300"
494 + /* 0x3c */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
495 + /* 0x3f */ "\000\000\004\300" "\000\000\004\300" "\000\000\010\325"
496 + /* 0x42 */ "\000\000\010\325" "\000\000\010\325" "\000\000\010\325"
497 + /* 0x45 */ "\000\000\010\325" "\000\000\010\325" "\000\000\010\305"
498 + /* 0x48 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
499 + /* 0x4b */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
500 + /* 0x4e */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
501 + /* 0x51 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
502 + /* 0x54 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
503 + /* 0x57 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
504 + /* 0x5a */ "\000\000\010\305" "\000\000\004\300" "\000\000\004\300"
505 + /* 0x5d */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
506 + /* 0x60 */ "\000\000\004\300" "\000\000\010\326" "\000\000\010\326"
507 + /* 0x63 */ "\000\000\010\326" "\000\000\010\326" "\000\000\010\326"
508 + /* 0x66 */ "\000\000\010\326" "\000\000\010\306" "\000\000\010\306"
509 + /* 0x69 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
510 + /* 0x6c */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
511 + /* 0x6f */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
512 + /* 0x72 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
513 + /* 0x75 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
514 + /* 0x78 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
515 + /* 0x7b */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
516 + /* 0x7e */ "\000\000\004\300" "\000\000\002\000" "\000\000\000\000"
517 + /* 0x81 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
518 + /* 0x84 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
519 + /* 0x87 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
520 + /* 0x8a */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
521 + /* 0x8d */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
522 + /* 0x90 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
523 + /* 0x93 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
524 + /* 0x96 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
525 + /* 0x99 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
526 + /* 0x9c */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
527 + /* 0x9f */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
528 + /* 0xa2 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
529 + /* 0xa5 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
530 + /* 0xa8 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
531 + /* 0xab */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
532 + /* 0xae */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
533 + /* 0xb1 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
534 + /* 0xb4 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
535 + /* 0xb7 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
536 + /* 0xba */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
537 + /* 0xbd */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
538 + /* 0xc0 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
539 + /* 0xc3 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
540 + /* 0xc6 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
541 + /* 0xc9 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
542 + /* 0xcc */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
543 + /* 0xcf */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
544 + /* 0xd2 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
545 + /* 0xd5 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
546 + /* 0xd8 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
547 + /* 0xdb */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
548 + /* 0xde */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
549 + /* 0xe1 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
550 + /* 0xe4 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
551 + /* 0xe7 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
552 + /* 0xea */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
553 + /* 0xed */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
554 + /* 0xf0 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
555 + /* 0xf3 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
556 + /* 0xf6 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
557 + /* 0xf9 */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
558 + /* 0xfc */ "\000\000\000\000" "\000\000\000\000" "\000\000\000\000"
559 + /* 0xff */ "\000\000\000\000"
560 +;
561 +const uint32_t _nl_C_LC_CTYPE_toupper[384] =
562 +{
563 + /* 0x80 */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
564 + /* 0x88 */ 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f,
565 + /* 0x90 */ 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97,
566 + /* 0x98 */ 0x98, 0x99, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f,
567 + /* 0xa0 */ 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,
568 + /* 0xa8 */ 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf,
569 + /* 0xb0 */ 0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7,
570 + /* 0xb8 */ 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 0xbe, 0xbf,
571 + /* 0xc0 */ 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
572 + /* 0xc8 */ 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf,
573 + /* 0xd0 */ 0xd0, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7,
574 + /* 0xd8 */ 0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xdf,
575 + /* 0xe0 */ 0xe0, 0xe1, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7,
576 + /* 0xe8 */ 0xe8, 0xe9, 0xea, 0xeb, 0xec, 0xed, 0xee, 0xef,
577 + /* 0xf0 */ 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
578 + /* 0xf8 */ 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xffffffff,
579 + /* 0x00 */ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
580 + /* 0x08 */ 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
581 + /* 0x10 */ 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
582 + /* 0x18 */ 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
583 + /* 0x20 */ 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
584 + /* 0x28 */ 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
585 + /* 0x30 */ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
586 + /* 0x38 */ 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
587 + /* 0x40 */ 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
588 + /* 0x48 */ 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
589 + /* 0x50 */ 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57,
590 + /* 0x58 */ 0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f,
591 + /* 0x60 */ 0x60, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
592 + /* 0x68 */ 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
593 + /* 0x70 */ 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57,
594 + /* 0x78 */ 0x58, 0x59, 0x5a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f,
595 + /* 0x80 */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
596 + /* 0x88 */ 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f,
597 + /* 0x90 */ 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97,
598 + /* 0x98 */ 0x98, 0x99, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f,
599 + /* 0xa0 */ 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,
600 + /* 0xa8 */ 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf,
601 + /* 0xb0 */ 0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7,
602 + /* 0xb8 */ 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 0xbe, 0xbf,
603 + /* 0xc0 */ 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
604 + /* 0xc8 */ 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf,
605 + /* 0xd0 */ 0xd0, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7,
606 + /* 0xd8 */ 0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xdf,
607 + /* 0xe0 */ 0xe0, 0xe1, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7,
608 + /* 0xe8 */ 0xe8, 0xe9, 0xea, 0xeb, 0xec, 0xed, 0xee, 0xef,
609 + /* 0xf0 */ 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
610 + /* 0xf8 */ 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff
611 +};
612 +const uint32_t _nl_C_LC_CTYPE_tolower[384] =
613 +{
614 + /* 0x80 */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
615 + /* 0x88 */ 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f,
616 + /* 0x90 */ 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97,
617 + /* 0x98 */ 0x98, 0x99, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f,
618 + /* 0xa0 */ 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,
619 + /* 0xa8 */ 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf,
620 + /* 0xb0 */ 0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7,
621 + /* 0xb8 */ 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 0xbe, 0xbf,
622 + /* 0xc0 */ 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
623 + /* 0xc8 */ 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf,
624 + /* 0xd0 */ 0xd0, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7,
625 + /* 0xd8 */ 0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xdf,
626 + /* 0xe0 */ 0xe0, 0xe1, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7,
627 + /* 0xe8 */ 0xe8, 0xe9, 0xea, 0xeb, 0xec, 0xed, 0xee, 0xef,
628 + /* 0xf0 */ 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
629 + /* 0xf8 */ 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xffffffff,
630 + /* 0x00 */ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
631 + /* 0x08 */ 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
632 + /* 0x10 */ 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
633 + /* 0x18 */ 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
634 + /* 0x20 */ 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
635 + /* 0x28 */ 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
636 + /* 0x30 */ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
637 + /* 0x38 */ 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
638 + /* 0x40 */ 0x40, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
639 + /* 0x48 */ 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
640 + /* 0x50 */ 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
641 + /* 0x58 */ 0x78, 0x79, 0x7a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f,
642 + /* 0x60 */ 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
643 + /* 0x68 */ 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
644 + /* 0x70 */ 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
645 + /* 0x78 */ 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f,
646 + /* 0x80 */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
647 + /* 0x88 */ 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f,
648 + /* 0x90 */ 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97,
649 + /* 0x98 */ 0x98, 0x99, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f,
650 + /* 0xa0 */ 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,
651 + /* 0xa8 */ 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf,
652 + /* 0xb0 */ 0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7,
653 + /* 0xb8 */ 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 0xbe, 0xbf,
654 + /* 0xc0 */ 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
655 + /* 0xc8 */ 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf,
656 + /* 0xd0 */ 0xd0, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7,
657 + /* 0xd8 */ 0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xdf,
658 + /* 0xe0 */ 0xe0, 0xe1, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7,
659 + /* 0xe8 */ 0xe8, 0xe9, 0xea, 0xeb, 0xec, 0xed, 0xee, 0xef,
660 + /* 0xf0 */ 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
661 + /* 0xf8 */ 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff
662 +};
663 +
664 +#define STRUCT_CTYPE_CLASS(p, q) \
665 + struct \
666 + { \
667 + uint32_t isctype_data[8]; \
668 + uint32_t header[5]; \
669 + uint32_t level1[1]; \
670 + uint32_t level2[1 << q]; \
671 + uint32_t level3[1 << p]; \
672 + }
673 +
674 +const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_upper =
675 +{
676 + { 0x00000000, 0x00000000, 0x07fffffe, 0x00000000,
677 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
678 + },
679 + { 7, 1, 6, 1, 1 },
680 + /* 1st-level table */
681 + { 6 * sizeof (uint32_t) },
682 + /* 2nd-level table */
683 + { 0, 8 * sizeof (uint32_t) },
684 + /* 3rd-level table */
685 + { 0x07fffffe, 0x00000000 }
686 +};
687 +const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_lower =
688 +{
689 + { 0x00000000, 0x00000000, 0x00000000, 0x07fffffe,
690 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
691 + },
692 + { 7, 1, 6, 1, 1 },
693 + /* 1st-level table */
694 + { 6 * sizeof (uint32_t) },
695 + /* 2nd-level table */
696 + { 0, 8 * sizeof (uint32_t) },
697 + /* 3rd-level table */
698 + { 0x00000000, 0x07fffffe }
699 +};
700 +const STRUCT_CTYPE_CLASS(1, 1) _nl_C_LC_CTYPE_class_alpha =
701 +{
702 + { 0x00000000, 0x00000000, 0x07fffffe, 0x07fffffe,
703 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
704 + },
705 + { 7, 1, 6, 1, 1 },
706 + /* 1st-level table */
707 + { 6 * sizeof (uint32_t) },
708 + /* 2nd-level table */
709 + { 0, 8 * sizeof (uint32_t) },
710 + /* 3rd-level table */
711 + { 0x07fffffe, 0x07fffffe }
712 +};
713 +const STRUCT_CTYPE_CLASS(1, 0) _nl_C_LC_CTYPE_class_digit =
714 +{
715 + { 0x00000000, 0x03ff0000, 0x00000000, 0x00000000,
716 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
717 + },
718 + { 6, 1, 6, 0, 1 },
719 + /* 1st-level table */
720 + { 6 * sizeof (uint32_t) },
721 + /* 2nd-level table */
722 + { 7 * sizeof (uint32_t) },
723 + /* 3rd-level table */
724 + { 0x00000000, 0x03ff0000 }
725 +};
726 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_xdigit =
727 +{
728 + { 0x00000000, 0x03ff0000, 0x0000007e, 0x0000007e,
729 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
730 + },
731 + { 7, 1, 7, 0, 3 },
732 + /* 1st-level table */
733 + { 6 * sizeof (uint32_t) },
734 + /* 2nd-level table */
735 + { 7 * sizeof (uint32_t) },
736 + /* 3rd-level table */
737 + { 0x00000000, 0x03ff0000, 0x0000007e, 0x0000007e }
738 +};
739 +const STRUCT_CTYPE_CLASS(1, 0) _nl_C_LC_CTYPE_class_space =
740 +{
741 + { 0x00003e00, 0x00000001, 0x00000000, 0x00000000,
742 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
743 + },
744 + { 6, 1, 6, 0, 1 },
745 + /* 1st-level table */
746 + { 6 * sizeof (uint32_t) },
747 + /* 2nd-level table */
748 + { 7 * sizeof (uint32_t) },
749 + /* 3rd-level table */
750 + { 0x00003e00, 0x00000001 }
751 +};
752 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_print =
753 +{
754 + { 0x00000000, 0xffffffff, 0xffffffff, 0x7fffffff,
755 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
756 + },
757 + { 7, 1, 7, 0, 3 },
758 + /* 1st-level table */
759 + { 6 * sizeof (uint32_t) },
760 + /* 2nd-level table */
761 + { 7 * sizeof (uint32_t) },
762 + /* 3rd-level table */
763 + { 0x00000000, 0xffffffff, 0xffffffff, 0x7fffffff }
764 +};
765 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_graph =
766 +{
767 + { 0x00000000, 0xfffffffe, 0xffffffff, 0x7fffffff,
768 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
769 + },
770 + { 7, 1, 7, 0, 3 },
771 + /* 1st-level table */
772 + { 6 * sizeof (uint32_t) },
773 + /* 2nd-level table */
774 + { 7 * sizeof (uint32_t) },
775 + /* 3rd-level table */
776 + { 0x00000000, 0xfffffffe, 0xffffffff, 0x7fffffff }
777 +};
778 +const STRUCT_CTYPE_CLASS(1, 0) _nl_C_LC_CTYPE_class_blank =
779 +{
780 + { 0x00000200, 0x00000001, 0x00000000, 0x00000000,
781 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
782 + },
783 + { 6, 1, 6, 0, 1 },
784 + /* 1st-level table */
785 + { 6 * sizeof (uint32_t) },
786 + /* 2nd-level table */
787 + { 7 * sizeof (uint32_t) },
788 + /* 3rd-level table */
789 + { 0x00000200, 0x00000001 }
790 +};
791 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_cntrl =
792 +{
793 + { 0xffffffff, 0x00000000, 0x00000000, 0x80000000,
794 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
795 + },
796 + { 7, 1, 7, 0, 3 },
797 + /* 1st-level table */
798 + { 6 * sizeof (uint32_t) },
799 + /* 2nd-level table */
800 + { 7 * sizeof (uint32_t) },
801 + /* 3rd-level table */
802 + { 0xffffffff, 0x00000000, 0x00000000, 0x80000000 }
803 +};
804 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_punct =
805 +{
806 + { 0x00000000, 0xfc00fffe, 0xf8000001, 0x78000001,
807 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
808 + },
809 + { 7, 1, 7, 0, 3 },
810 + /* 1st-level table */
811 + { 6 * sizeof (uint32_t) },
812 + /* 2nd-level table */
813 + { 7 * sizeof (uint32_t) },
814 + /* 3rd-level table */
815 + { 0x00000000, 0xfc00fffe, 0xf8000001, 0x78000001 }
816 +};
817 +const STRUCT_CTYPE_CLASS(2, 0) _nl_C_LC_CTYPE_class_alnum =
818 +{
819 + { 0x00000000, 0x03ff0000, 0x07fffffe, 0x07fffffe,
820 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
821 + },
822 + { 7, 1, 7, 0, 3 },
823 + /* 1st-level table */
824 + { 6 * sizeof (uint32_t) },
825 + /* 2nd-level table */
826 + { 7 * sizeof (uint32_t) },
827 + /* 3rd-level table */
828 + { 0x00000000, 0x03ff0000, 0x07fffffe, 0x07fffffe }
829 +};
830 +
831 +const struct
832 +{
833 + uint32_t header[5];
834 + uint32_t level1[1];
835 + uint32_t level2[4];
836 + int32_t level3[32];
837 +}
838 +_nl_C_LC_CTYPE_map_toupper =
839 +{
840 + { 7, 1, 5, 3, 31 },
841 + /* 1st-level table */
842 + { 6 * sizeof (uint32_t) },
843 + /* 2nd-level table */
844 + { 0, 0, 0, 10 * sizeof (uint32_t) },
845 + /* 3rd-level table */
846 + {
847 + 0x00000000, 0xffffffe0, 0xffffffe0, 0xffffffe0,
848 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0xffffffe0,
849 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0xffffffe0,
850 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0xffffffe0,
851 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0xffffffe0,
852 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0xffffffe0,
853 + 0xffffffe0, 0xffffffe0, 0xffffffe0, 0x00000000,
854 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
855 + }
856 +},
857 +_nl_C_LC_CTYPE_map_tolower =
858 +{
859 + { 7, 1, 5, 3, 31 },
860 + /* 1st-level table */
861 + { 6 * sizeof (uint32_t) },
862 + /* 2nd-level table */
863 + { 0, 0, 10 * sizeof (uint32_t), 0 },
864 + /* 3rd-level table */
865 + {
866 + 0x00000000, 0x00000020, 0x00000020, 0x00000020,
867 + 0x00000020, 0x00000020, 0x00000020, 0x00000020,
868 + 0x00000020, 0x00000020, 0x00000020, 0x00000020,
869 + 0x00000020, 0x00000020, 0x00000020, 0x00000020,
870 + 0x00000020, 0x00000020, 0x00000020, 0x00000020,
871 + 0x00000020, 0x00000020, 0x00000020, 0x00000020,
872 + 0x00000020, 0x00000020, 0x00000020, 0x00000000,
873 + 0x00000000, 0x00000000, 0x00000000, 0x00000000
874 + }
875 +};
876 +
877 +#define b(t,x,o) (((const t *) _nl_C_LC_CTYPE_##x) + o)
878 +
879 +const uint16_t *__ctype_b = b (uint16_t, class, 128);
880 +const uint32_t *__ctype32_b = b (uint32_t, class32, 0);
881 +const int32_t *__ctype_tolower = b (int32_t, tolower, 128);
882 +const int32_t *__ctype_toupper = b (int32_t, toupper, 128);
883 +const uint32_t *__ctype32_tolower = b (uint32_t, tolower, 128);
884 +const uint32_t *__ctype32_toupper = b (uint32_t, toupper, 128);
885 +
886 diff -urN squid-2.5.STABLE13/src/fs/Makefile.in squid-2.5.STABLE13.new/src/fs/Makefile.in
887 --- squid-2.5.STABLE13/src/fs/Makefile.in 2005-09-28 22:57:26.000000000 +0200
888 +++ squid-2.5.STABLE13.new/src/fs/Makefile.in 2006-04-13 19:11:54.000000000 +0200
889 @@ -147,7 +147,8 @@
890
891
892 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
893 - -I$(top_srcdir)/src/
894 + -I$(top_srcdir)/src/ -I$(STAGING_DIR)/include \
895 + -I$(STAGING_DIR)/usr/include
896
897 subdir = src/fs
898 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
899 diff -urN squid-2.5.STABLE13/src/Makefile.in squid-2.5.STABLE13.new/src/Makefile.in
900 --- squid-2.5.STABLE13/src/Makefile.in 2005-09-28 22:57:21.000000000 +0200
901 +++ squid-2.5.STABLE13.new/src/Makefile.in 2006-04-13 20:03:43.000000000 +0200
902 @@ -157,7 +157,8 @@
903
904 SUBDIRS = fs repl auth
905
906 -INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
907 +INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include \
908 + -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include
909
910 EXTRA_PROGRAMS = \
911 unlinkd \
912 @@ -318,6 +319,7 @@
913
914 squid_LDADD = \
915 -L../lib \
916 + -L$(STAGING_DIR)/usr/lib \
917 @XTRA_OBJS@ \
918 @REPL_OBJS@ \
919 @STORE_OBJS@ \
920 @@ -1141,6 +1143,9 @@
921 $(SHELL) -c "test -f squid.conf.default || ./cf_gen cf.data"
922
923 cf_parser.h: cf.data cf_gen$(EXEEXT)
924 + rm -f cf_gen
925 + gcc -c ctype.c
926 + gcc -o cf_gen cf_gen.c -I./ -I../ -I../include/ -L../lib -lmiscutil$(shell uname -m) -lm -lbsd -lnsl -Wl,ctype.o
927 ./cf_gen cf.data
928
929 cf_gen_defines.h: $(srcdir)/cf_gen_defines $(srcdir)/cf.data.pre
930 diff -urN squid-2.5.STABLE13/src/repl/Makefile.in squid-2.5.STABLE13.new/src/repl/Makefile.in
931 --- squid-2.5.STABLE13/src/repl/Makefile.in 2005-09-28 22:57:28.000000000 +0200
932 +++ squid-2.5.STABLE13.new/src/repl/Makefile.in 2006-04-13 19:12:24.000000000 +0200
933 @@ -136,7 +136,8 @@
934 libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.c
935
936 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
937 - -I$(top_srcdir)/src/
938 + -I$(top_srcdir)/src/ -I$(STAGING_DIR)/include \
939 + -I$(STAGING_DIR)/usr/include
940
941 subdir = src/repl
942 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs