diff options
author | David Reid <dreid@php.net> | 2002-10-02 23:48:58 +0000 |
---|---|---|
committer | David Reid <dreid@php.net> | 2002-10-02 23:48:58 +0000 |
commit | cf2e12a01ed73bbcf82741460faa55bcbccc762b (patch) | |
tree | 085fc52a2eac0975b9adaef77f40f0cdc11de656 /main/safe_mode.c | |
parent | 69a6289e8cbb4c8cac54d704994bd5b6950fb283 (diff) | |
download | php-git-cf2e12a01ed73bbcf82741460faa55bcbccc762b.tar.gz |
Add some more BeOS support.
Diffstat (limited to 'main/safe_mode.c')
-rw-r--r-- | main/safe_mode.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |