Hi Daniel; From what I understand, we only need getopt() and readdir_r() and basically only for Windows. There are Windows implementations for those but if it makes sense to use APR for other reasons (serf), much better.
cheers, Pedro. --- On Thu, 10/27/11, Daniel Shahaf <[email protected]> wrote: > From: Daniel Shahaf <[email protected]> > Subject: Re: [DISCUSS] replace neon with libwww (preferred) or libcurl (as 2. > choice) > To: "Pedro Giffuni" <[email protected]> > Cc: "Jürgen Schmidt" <[email protected]>, > [email protected] > Date: Thursday, October 27, 2011, 2:24 PM > I don't know what glibc-stubs is but > have a look at libsvn_subr's public > API too. (Basically > https://svn.apache.org/repos/asf/subversion/trunk/subversion/include/ > sans the header files whose name matches one of the > directory siblings > of include/; or just all the non-function static in > ../libsvn_subr/) > > We have there a rather nice assortment of miscellaneous > functions... > > > > Pedro Giffuni wrote on Thu, Oct 27, 2011 at 12:11:54 > -0700: > > Aha!! > > > > http://code.google.com/p/serf/ > > > > It is based on the Apache Portable Runtime, which we > discussed > > could be used as a replacement for the glibc-stubs > > functionality. I love it when pieces just fit in ;-). > > > > Pedro. > > > > --- On Thu, 10/27/11, Daniel Shahaf <[email protected]> > wrote: > > > > > Haven't read the thread, but: > > > > > > Subversion can use the serf library (Apache > Licensed) > > > instead of neon. > > > >
