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

Re: svn commit: r16339 - trunk/subversion/libsvn_ra_dav

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-09-29 02:27:23 CEST

philip@tigris.org writes:

> Author: philip
> Date: Wed Sep 28 19:07:57 2005
> New Revision: 16339
>
> Modified:
> trunk/subversion/libsvn_ra_dav/ra_dav.h
>
> Log:
> * subversion/libsvn_ra_dav/ra_dav.h
> (): Include svn_private_config.h to get SVN_NEON_0_25.

SVN_NEON_0_25 is an AC_SUBST value in svn_private_config.h and it's
either a #define to 1 or it's completely absent. Looking through the
code we test for it using #if, should we be using #ifdef instead? I
know it makes little difference at the moment, but we do use #ifdef
for things like SVN_HAVE_OLD_EXPAT and SVN_LIBSVN_FS_LINKS_FS_BASE.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 29 02:28:23 2005

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.