diff options
| author | David Reid <dreid@php.net> | 2002-10-02 23:52:08 +0000 |
|---|---|---|
| committer | David Reid <dreid@php.net> | 2002-10-02 23:52:08 +0000 |
| commit | 9b10843481b0a180d52293bb7f5dce99cbd06946 (patch) | |
| tree | 7604704bb405f30bf847fb8b9afe3770b046d54b /ext | |
| parent | cf2e12a01ed73bbcf82741460faa55bcbccc762b (diff) | |
| download | php-git-9b10843481b0a180d52293bb7f5dce99cbd06946.tar.gz | |
Add more BeOS support...
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 8357458214..94945183e6 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -115,6 +115,10 @@ php_file_globals file_globals; #include <fnmatch.h> #endif +#ifdef __BEOS__ +#define realpath(x,y) strcpy(y,x) +#endif + /* }}} */ /* {{{ ZTS-stuff / Globals / Prototypes */ |
