Revision: 8317 http://playerstage.svn.sourceforge.net/playerstage/?rev=8317&view=rev Author: rtv Date: 2009-10-20 20:41:13 +0000 (Tue, 20 Oct 2009)
Log Message: ----------- removed dirname from replace.h as a temporary measure - most platforms have it, and its ambiguity was killing builds on common platforms Modified Paths: -------------- code/stage/trunk/replace/replace.h Modified: code/stage/trunk/replace/replace.h =================================================================== --- code/stage/trunk/replace/replace.h 2009-10-20 20:30:56 UTC (rev 8316) +++ code/stage/trunk/replace/replace.h 2009-10-20 20:41:13 UTC (rev 8317) @@ -84,12 +84,20 @@ // int (*compar)(const struct dirent **, const struct dirent **)); //#endif //!HAVE_SCANDIR + /* + #if !HAVE_DIRNAME char * dirname (char *path); #else #include <libgen.h> // for dirname(3) #endif // !HAVE_DIRNAME +#if !HAVE_BASENAME + const char * basename (const char* filename); +#else + #include <libgen.h> // for basename(3) +#endif // !HAVE_BASENAME + */ #ifdef __cplusplus } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit