]> granicus.if.org Git - php/commitdiff
Add some more BeOS support.
authorDavid Reid <dreid@php.net>
Wed, 2 Oct 2002 23:48:58 +0000 (23:48 +0000)
committerDavid Reid <dreid@php.net>
Wed, 2 Oct 2002 23:48:58 +0000 (23:48 +0000)
main/safe_mode.c

index 7693da5d69f0bc4f1b41216fbc31a0d45d4c25dc..6a0f733eb57c491099e8fc7f76503d67d753d0cf 100644 (file)
@@ -31,6 +31,9 @@
 #include "SAPI.h"
 #include "php_globals.h"
 
+#ifdef __BEOS__
+#define realpath(x,y) strcpy(y,x)
+#endif
 
 /*
  * php_checkuid