]> granicus.if.org Git - php/commitdiff
Including config.nw.h file for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 30 Sep 2004 14:46:03 +0000 (14:46 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 30 Sep 2004 14:46:03 +0000 (14:46 +0000)
main/php_scandir.h

index 0ff56ebbc2c3df43e55ce3e0d435a645f1464cde..7a2037fdf1013a63716ad1f67fa71fc77d147ee0 100644 (file)
@@ -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