$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Knowles (gknowles_at_[hidden])
Date: 2002-07-22 18:15:44
I use the <> notation to refer to external libraries and would generally
prefer library distributions to use it. The main reason I adopted this
system is because of make tools that can be configured to skip any <>
includes when looking for dependancies. The assumption being that, within my
project, only the "" includes are normally subject to change.
Glen