]> err.no Git - varnish/commit
Fix build on MacOS X: add a fake clock_gettime() and fix some includes.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 9 Oct 2006 09:58:58 +0000 (09:58 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 9 Oct 2006 09:58:58 +0000 (09:58 +0000)
commit9d52df5d44693f0a11e74c38218d6f85c56b957d
tree7fb18aa28e82eaa0578189f9a1abb6f908ffa687
parent6e898c14468f2a8a2229aed437c5c426003d9fa4
Fix build on MacOS X: add a fake clock_gettime() and fix some includes.

WARNING: varnish will build and run, but the lack of a monotonic clock
may lead to strange behaviour if the clock is stepped (rather than skewed)
while varnish is running.

Thanks to Niklas Saers for providing a test environment.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1145 d4fa192b-c00b-0410-8231-f00ffab90ce4
22 files changed:
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_acceptor_epoll.c
varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
varnish-cache/bin/varnishd/cache_acceptor_poll.c
varnish-cache/bin/varnishd/cache_ban.c
varnish-cache/bin/varnishd/cache_center.c
varnish-cache/bin/varnishd/cache_pass.c
varnish-cache/bin/varnishd/cache_pipe.c
varnish-cache/bin/varnishd/cache_response.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/bin/varnishd/cache_vrt_acl.c
varnish-cache/bin/varnishd/cache_vrt_re.c
varnish-cache/bin/varnishd/hash_simple_list.c
varnish-cache/bin/varnishd/mgt_event.c
varnish-cache/bin/varnishd/rfc2616.c
varnish-cache/bin/varnishd/storage_malloc.c
varnish-cache/bin/varnishstat/varnishstat.c
varnish-cache/configure.ac
varnish-cache/include/Makefile.am
varnish-cache/include/compat/clock_gettime.h [new file with mode: 0644]
varnish-cache/lib/libcompat/Makefile.am
varnish-cache/lib/libcompat/clock_gettime.c [new file with mode: 0644]