]> granicus.if.org Git - php/commitdiff
MFB: fix ifdefs
authorHannes Magnusson <bjori@php.net>
Wed, 10 Jan 2007 15:06:58 +0000 (15:06 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 10 Jan 2007 15:06:58 +0000 (15:06 +0000)
ext/standard/file.h

index c85152efc69d8fd37f8c6aa7ef106f80dc80af6f..bee1decfe0adaecc60eba4f6da95512ed4266bcb 100644 (file)
@@ -60,8 +60,10 @@ PHP_FUNCTION(get_meta_tags);
 PHP_FUNCTION(flock);
 PHP_FUNCTION(fd_set);
 PHP_FUNCTION(fd_isset);
-#if (!defined(__BEOS__) && HAVE_REALPATH) || defined(ZTS)
+#if (!defined(__BEOS__) && !defined(NETWARE) && HAVE_REALPATH) || defined(ZTS)
 PHP_FUNCTION(realpath);
+#endif
+#ifdef HAVE_FNMATCH
 PHP_FUNCTION(fnmatch);
 #endif
 PHP_NAMED_FUNCTION(php_if_ftruncate);