$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-02-14 07:57:37
> Why it doesn't get defined for Visual Age C++ on AIX?
It should be caught by the:
// POSIX version 2 requires <dirent.h>
# if defined(_POSIX_VERSION) && (_POSIX_VERSION >= 199009L)
# define BOOST_HAS_DIRENT_H
# endif
clause in posix_features.hpp, however since changes to the config files
don't trigger dependency changes that bjam can detect, this may be showing
up in the status tables yet.
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm