0adf4238b5
Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy) designed to be used by one person or a small group of people. I like to think that is similar in spirit to WWWOFFLE, but the implementation techniques are more like the ones ones used by Squid. from Jon Trembley <jon@brain-box.net>; help and ok alek@
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
$OpenBSD: patch-polipo_h,v 1.1.1.1 2005/08/06 21:21:53 aanriot Exp $
|
|
--- polipo.h.orig Mon Jun 28 23:30:07 2004
|
|
+++ polipo.h Sun Jan 2 12:00:55 2005
|
|
@@ -58,6 +58,9 @@ THE SOFTWARE.
|
|
#define MAP_ANONYMOUS MAP_ANON
|
|
#endif
|
|
|
|
+#include <pwd.h>
|
|
+#define POLIPO_USER "_polipo"
|
|
+
|
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
|
/* nothing */
|
|
#elif defined(__GNUC__)
|