For reference, compiling on OSX

Poul-Henning Kamp phk at phk.freebsd.dk
Wed Sep 20 22:59:05 CEST 2006


In message <825a03c0609201347k1520a771h8c940c0704f163a9 at mail.gmail.com>, "Marcu
s Ramberg" writes:

>cache_acceptor.c:170: error: 'CLOCK_REALTIME' undeclared (first use in this
>function)
>
>Dag Henning says this is because OSX does not have a clock_gettime system
>call, and that gettimeofday aint monotonous enough or something like that...
>:-) I will try to dig more into the issue.

gettimeofday() will do.  Just add a compat function that emulates
clock_gettime() with a gettimeofday() call, and then preferably
send an email to Jordan K. Hubbard at Apple and tell them to get
their act together.

>varnish does not seem to set X-Forwarded-For ? (Maybe it's not common to do
>it, but it's how my framework deals with  reverse proxies)

I didn't know how widespread and widely used the X-Forwarded-For:
header was, so I didn't put it in initially.  If there is a desire,
we can make it possible to do so from VCL.

Poul-Henning

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-dev mailing list