]> granicus.if.org Git - php/commitdiff
Add more BeOS support...
authorDavid Reid <dreid@php.net>
Wed, 2 Oct 2002 23:52:08 +0000 (23:52 +0000)
committerDavid Reid <dreid@php.net>
Wed, 2 Oct 2002 23:52:08 +0000 (23:52 +0000)
ext/standard/file.c

index 83574582148645b35d830b884dd0460c95f2adc6..94945183e647ceacb4ab9adc42a467335d566e31 100644 (file)
@@ -115,6 +115,10 @@ php_file_globals file_globals;
 #include <fnmatch.h>
 #endif
 
+#ifdef __BEOS__
+#define realpath(x,y) strcpy(y,x)
+#endif
+
 /* }}} */
 /* {{{ ZTS-stuff / Globals / Prototypes */