$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Solie (ssolie_at_[hidden])
Date: 2004-08-24 09:58:23
--- In jamboost_at_[hidden], "Johan Nilsson" <johan.nilsson_at_e...>
wrote:
> I'd still like some kind of opinion on how to resolve the '#include
> "../native.h"' problem for the stuff in [.modules].
I encountered the same problem on AmigaOS just recently and I ended
up adding an #if defined(__amigaos4__) to fix it. :-/