From: David Reid Date: Wed, 2 Oct 2002 23:52:08 +0000 (+0000) Subject: Add more BeOS support... X-Git-Tag: php-4.3.0pre1~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b10843481b0a180d52293bb7f5dce99cbd06946;p=php Add more BeOS support... --- 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 #endif +#ifdef __BEOS__ +#define realpath(x,y) strcpy(y,x) +#endif + /* }}} */ /* {{{ ZTS-stuff / Globals / Prototypes */