aboutsummaryrefslogtreecommitdiff
path: root/subversion/svn_private_config.h.in
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
commit3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch)
tree7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/svn_private_config.h.in
parenta55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff)
Import Subversion-1.10.0vendor/subversion/subversion-1.10.0
Notes
Notes: svn path=/vendor/subversion/dist/; revision=333347 svn path=/vendor/subversion/subversion-1.10.0/; revision=333348; tag=vendor/subversion/subversion-1.10.0
Diffstat (limited to 'subversion/svn_private_config.h.in')
-rw-r--r--subversion/svn_private_config.h.in29
1 files changed, 22 insertions, 7 deletions
diff --git a/subversion/svn_private_config.h.in b/subversion/svn_private_config.h.in
index 3e9d5923b2fa..dbc52450c40b 100644
--- a/subversion/svn_private_config.h.in
+++ b/subversion/svn_private_config.h.in
@@ -145,6 +145,9 @@
/* Defined if plaintext password/passphrase storage is disabled */
#undef SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE
+/* Shared library file name suffix format */
+#undef SVN_DSO_SUFFIX_FMT
+
/* The desired major version for the Berkeley DB */
#undef SVN_FS_WANT_DB_MAJOR
@@ -166,12 +169,18 @@
/* Is Mac OS KeyChain support enabled? */
#undef SVN_HAVE_KEYCHAIN_SERVICES
+/* Defined if KF5 available */
+#undef SVN_HAVE_KF5
+
/* Defined if KWallet support is enabled */
#undef SVN_HAVE_KWALLET
/* Defined if libmagic support is enabled */
#undef SVN_HAVE_LIBMAGIC
+/* Is libsecret support enabled? */
+#undef SVN_HAVE_LIBSECRET
+
/* Is Mach-O low-level _dyld API available? */
#undef SVN_HAVE_MACHO_ITERATE
@@ -190,14 +199,11 @@
/* Defined if support for Serf is enabled */
#undef SVN_HAVE_SERF
-/* Defined if libsvn_client should link against libsvn_ra_local */
-#undef SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
-
-/* Defined if libsvn_client should link against libsvn_ra_serf */
-#undef SVN_LIBSVN_CLIENT_LINKS_RA_SERF
+/* Define to use internal LZ4 code */
+#undef SVN_INTERNAL_LZ4
-/* Defined if libsvn_client should link against libsvn_ra_svn */
-#undef SVN_LIBSVN_CLIENT_LINKS_RA_SVN
+/* Define to use internal UTF8PROC code */
+#undef SVN_INTERNAL_UTF8PROC
/* Defined if libsvn_fs should link against libsvn_fs_base */
#undef SVN_LIBSVN_FS_LINKS_FS_BASE
@@ -208,6 +214,15 @@
/* Defined if libsvn_fs should link against libsvn_fs_x */
#undef SVN_LIBSVN_FS_LINKS_FS_X
+/* Defined if libsvn_ra should link against libsvn_ra_local */
+#undef SVN_LIBSVN_RA_LINKS_RA_LOCAL
+
+/* Defined if libsvn_ra should link against libsvn_ra_serf */
+#undef SVN_LIBSVN_RA_LINKS_RA_SERF
+
+/* Defined if libsvn_ra should link against libsvn_ra_svn */
+#undef SVN_LIBSVN_RA_LINKS_RA_SVN
+
/* Defined to be the path to the installed locale dirs */
#undef SVN_LOCALE_DIR