[And-httpd-devel] Re: and-httpd --- socket_poll.h and timer_q.h?
Status: Beta
Brought to you by:
james-antill
From: Bennett T. <be...@ra...> - 2006-03-26 13:47:14
|
2006-03-20T01:40:06 James Antill: > #ifndef __GLIBC__ > # define strverscmp(x, y) strcmp(x, y) > #endif >=20 > ...I assume uLibc is defining that due to a lot of things assuming > GLibc =3D=3D Linux. Changing it to an #if 1 will work fine, if I don't do > the right fix for the next release I'll autoconf it properly. That did it --- very sorry for the unreasonable delay getting back to you. Entirely on Bent Linux: : pic.bent.dom; curl -I http://localhost:8008/foo HTTP/1.1 200 OK Date: Sun, 26 Mar 2006 13:33:23 GMT Server: and-httpd/0.99.7 Last-Modified: Sun, 26 Mar 2006 13:31:56 GMT Accept-Ranges: bytes Vary: Accept-Encoding Content-Length: 4 : pic.bent.dom; Thanks! If you've any interest in linking to a statically-linked uClibc and-httpd, <URL:http://bent.latency.net/bent/i386/and-httpd-0.99.7.cpio.bz2>, a bpm (Bent Package Manager) package of a full install, including the sources. It's a cpio with relative paths, so a proper install is an extract from root, but it's easy to extract it anywhere and pull out bits of interest. usr/sbin/and-httpd is 580KB. -Bennett |