On Sat, Nov 17, 2001 at 03:51:10PM -0500, Jeff Trawick wrote:
> > +#include <apr_thread_mutex.h>
> 
> just curious... why angle brackets instead of quotes?  practically all
> includes of apr_foo.h in apache and apr-util use quotes

I never really understood why we're using the #include "" syntax for
APR includes, when APR is considered an external support library. Paths
to those includes have to be specified in the -I/path option anyway,
no? Any particular reason to use quotes instead?

-aaron

Reply via email to