[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: condense_targets and basepath functions

From: <cmpilato_at_newton.ch.collab.net>
Date: 2001-02-12 16:16:29 CET

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> Alright, that sounds reasonable, but how are we handling portability
> stuff. realpath(3) doesn't exist on win32, but _fullpath does. Should
> I suggest this to the APR list, since portability stuff is their domain,
> or should I hack up the file with #ifdef WIN32. That way APR could in
> theory use the system version if it is not broken, or use their own if
> it is broken.

Nonono. Please don't #ifdef WIN32 if at all possible. I've spent too
much time already finding and fixing inconsistencies between the
various Win32 platforms in APR...we don't want to fight the same
battles on this side of the border. I think APR is indeed the place
for such a thing.
Received on Sat Oct 21 14:36:22 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.