1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

MFB: fix ifdefs

This commit is contained in:
Hannes Magnusson
2007-01-10 15:06:58 +00:00
parent 17efa1aea6
commit b07b4ba78b

View 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);