On the fs-abstraction branch, take a change from Chris Foote to
allow BDB repositories to work on Windows with the FS abstraction
code. (Commits in FSFS directories seem to run avoid of a tree
deletion problem.)
* svn_private_config.hw: Define symbols to link in FS modules.
git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/fs-abstraction@849643 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/svn_private_config.hw b/svn_private_config.hw
index d5dd126..a6a1c55 100644
--- a/svn_private_config.hw
+++ b/svn_private_config.hw
@@ -36,6 +36,12 @@
/* Name of system's null device */
#define SVN_NULL_DEVICE_NAME "nul"
+/* Link fs base library into the fs library */
+#define SVN_LIBSVN_FS_LINKS_FS_BASE
+
+/* Link fs fs library into the fs library */
+#define SVN_LIBSVN_FS_LINKS_FS_FS
+
/* Link local repos access library to client */
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL