diff options
author | peter <peter@FreeBSD.org> | 2015-10-12 04:57:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2015-10-12 04:57:36 +0000 |
commit | 6a8fa4cab570f77af8326e0339fdf0b4c09756c6 (patch) | |
tree | 64caa5ea4f1fe4b74e7d1dcbc5bdc3c674998b26 /usr.bin/svn/lib/libapr_util/apu.h | |
parent | 5ee4ad2f183130d523ba9911b00fe7b158897de8 (diff) | |
download | FreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.zip FreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.tar.gz |
MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505,
r286506,r286510,r286561,r286562,r287034
Update svnlite from 1.8.10 to 1.8.14, and the support components:
serf->1.3.8, apr->1.5.2, apr-util->1.5.4, sqlite3->3.8.11.1
This includes syncing the developer templates with head.
Diffstat (limited to 'usr.bin/svn/lib/libapr_util/apu.h')
-rw-r--r-- | usr.bin/svn/lib/libapr_util/apu.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/svn/lib/libapr_util/apu.h b/usr.bin/svn/lib/libapr_util/apu.h index 639cec4..575d633 100644 --- a/usr.bin/svn/lib/libapr_util/apu.h +++ b/usr.bin/svn/lib/libapr_util/apu.h @@ -117,13 +117,11 @@ #define APU_HAVE_FREETDS 0 #define APU_HAVE_ODBC 0 -#define APU_HAVE_CRYPTO 0 -#define APU_HAVE_OPENSSL 0 +#define APU_HAVE_CRYPTO 1 +#define APU_HAVE_OPENSSL 1 #define APU_HAVE_NSS 0 -#ifndef APU_HAVE_APR_ICONV #define APU_HAVE_APR_ICONV 0 -#endif #ifndef APU_HAVE_ICONV #define APU_HAVE_ICONV 0 #endif |