diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-30 14:46:03 +0000 |
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-30 14:46:03 +0000 |
| commit | 93be400da95912c5a72c3b62269294c7fdf40e49 (patch) | |
| tree | 5f0c811654a0a4dffb580a844981171c9437b08f /main/php_scandir.h | |
| parent | 142e92bb705584ac5de5b7de50899ed3a9b9e467 (diff) | |
| download | php-git-93be400da95912c5a72c3b62269294c7fdf40e49.tar.gz | |
Including config.nw.h file for NetWare
Diffstat (limited to 'main/php_scandir.h')
| -rw-r--r-- | main/php_scandir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_scandir.h b/main/php_scandir.h index 0ff56ebbc2..7a2037fdf1 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -31,6 +31,8 @@ #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" +#elif NETWARE +#include "config.nw.h" #else #include "php_config.h" #endif |
