$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-22 08:32:34
TEMPLIE C?dric wrote:
>> Oops! Could you try:
>>
>> S_IFREG
>>
>> and
>>
>> _S_IFREG
>>
>> ?
>>
>
> It compiles with
> if (_S_IFREG& statbuf.st_mode)
>
> thx :)
But not with S_IFREG? Ok, I'll use _S_IFREF then.
- Volodya