hyanantha Thu Sep 30 10:46:03 2004 EDT Modified files: /php-src/main php_scandir.h Log: Including config.nw.h file for NetWare http://cvs.php.net/diff.php/php-src/main/php_scandir.h?r1=1.8&r2=1.9&ty=u Index: php-src/main/php_scandir.h diff -u php-src/main/php_scandir.h:1.8 php-src/main/php_scandir.h:1.9 --- php-src/main/php_scandir.h:1.8 Thu Jan 8 12:33:04 2004 +++ php-src/main/php_scandir.h Thu Sep 30 10:46:03 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_scandir.h,v 1.8 2004/01/08 17:33:04 sniper Exp $ */ +/* $Id: php_scandir.h,v 1.9 2004/09/30 14:46:03 hyanantha Exp $ */ #ifndef PHP_SCANDIR_H #define 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php