Another fine point of C-language

Marcus Rueckert darix at web.de
Tue Sep 25 00:06:25 CEST 2007


On 2007-09-24 20:45:08 +0000, Poul-Henning Kamp wrote:
> I think I would prefer if we stick with the system version of
> <sys/queue.h> if there is one we can use and reserve or private
> copy of it for systems that don't have it already.
> 
> I have no idea how much autocrap magic that requires...

#ifndef HAVE_SYS_QUEUE_H
#include "queue.h"
#endif

?

    darix

-- 
           openSUSE - SUSE Linux is my linux
               openSUSE is good for you
                   www.opensuse.org



More information about the varnish-dev mailing list