diff options
author | James Moore <jmoore@php.net> | 2001-11-10 17:24:02 +0000 |
---|---|---|
committer | James Moore <jmoore@php.net> | 2001-11-10 17:24:02 +0000 |
commit | 4f787370005411d9ebc4a5a6c2a6f65084cfe68a (patch) | |
tree | 5f3c0ab3e8db92c09411efb7bd40950f5f25e86d /ext/standard/file.h | |
parent | e202deaec47a538568d18ca13c283e617ed2afd9 (diff) | |
download | php-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.h | 2 |
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); |