From 9b10843481b0a180d52293bb7f5dce99cbd06946 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 2 Oct 2002 23:52:08 +0000 Subject: [PATCH] Add more BeOS support... --- ext/standard/file.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.50.1