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

Re: [PATCH] Client-side Cyrus SASL support

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-08-14 23:25:05 CEST

I made a couple of changes to this patch to make it compile
successfully under win32. On Unix, we include <sasl/sasl.h>, but this
doesn't work on windows, we need to include <sasl.h> because we use
Cyrus SASL's include directory directly. We also need to define
STRUCT_IOVEC_DEFINED, so that sasl.h doesn't try to redefine iovec
(this was initially in D.J. Heap's patch, I moved it here to keep the
solution close to the problem). See also:
http://svn.haxx.se/dev/archive-2006-08/0411.shtml

-- 
Vlad


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Aug 14 23:26:00 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.