From cf2e12a01ed73bbcf82741460faa55bcbccc762b Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 2 Oct 2002 23:48:58 +0000 Subject: [PATCH] Add some more BeOS support. --- main/safe_mode.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1