summaryrefslogtreecommitdiff
path: root/main/php_scandir.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-09-30 14:46:03 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-09-30 14:46:03 +0000
commit93be400da95912c5a72c3b62269294c7fdf40e49 (patch)
tree5f0c811654a0a4dffb580a844981171c9437b08f /main/php_scandir.h
parent142e92bb705584ac5de5b7de50899ed3a9b9e467 (diff)
downloadphp-git-93be400da95912c5a72c3b62269294c7fdf40e49.tar.gz
Including config.nw.h file for NetWare
Diffstat (limited to 'main/php_scandir.h')
-rw-r--r--main/php_scandir.h2
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