Marcus Börger wrote:
> Could you give the following a try please:
>
> #ifndef S_ISDIR
> #define S_ISDIR( m )    (((m) & S_IFMT) == S_IFDIR)
> #endif

  Works fine, thanks. Already applied it.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to