summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorJames Moore <jmoore@php.net>2001-11-10 17:24:02 +0000
committerJames Moore <jmoore@php.net>2001-11-10 17:24:02 +0000
commit4f787370005411d9ebc4a5a6c2a6f65084cfe68a (patch)
tree5f3c0ab3e8db92c09411efb7bd40950f5f25e86d /ext/standard/file.h
parente202deaec47a538568d18ca13c283e617ed2afd9 (diff)
downloadphp-git-4f787370005411d9ebc4a5a6c2a6f65084cfe68a.tar.gz
Fix apache win32 dso build.
(This is untested on linux but shouldnt break anything)
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index 853cf1342f..d9598ff118 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -48,7 +48,7 @@ PHP_FUNCTION(mkdir);
PHP_FUNCTION(rmdir);
PHP_FUNCTION(fpassthru);
PHP_FUNCTION(readfile);
-#if HAVE_MMAP
+#ifdef HAVE_MMAP
PHP_FUNCTION(mmapfile);
#endif
PHP_FUNCTION(umask);