From: David Reid Date: Wed, 2 Oct 2002 23:48:58 +0000 (+0000) Subject: Add some more BeOS support. X-Git-Tag: php-4.3.0pre1~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf2e12a01ed73bbcf82741460faa55bcbccc762b;p=php Add some more BeOS support. --- diff --git a/main/safe_mode.c b/main/safe_mode.c index 7693da5d69..6a0f733eb5 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -31,6 +31,9 @@ #include "SAPI.h" #include "php_globals.h" +#ifdef __BEOS__ +#define realpath(x,y) strcpy(y,x) +#endif /* * php_checkuid