Author: wrowe
Date: Mon Aug 3 20:31:52 2009
New Revision: 800542
URL: http://svn.apache.org/viewvc?rev=800542&view=rev
Log:
polish up apr-util readme
Modified:
apr/apr-util/branches/1.4.x/README
Modified: apr/apr-util/branches/1.4.x/README
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/README?rev=800542&r1=800541&r2=800542&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/README (original)
+++ apr/apr-util/branches/1.4.x/README Mon Aug 3 20:31:52 2009
@@ -64,7 +64,15 @@
but be aware that the MySQL license may introduce licensing implications
for your compiled code. Similarly, the bindings for propritary drivers
such as Oracle (--with-oracle option) must also be explicitly enabled.
-
+
+On windows, selection of supported drivers is via the environment values
+DBD_LIST (for freetds, mysql, oracle, pgsql, sqlite2 and/or sqlite3)
+and DBM_LIST (db and/or gdbm). DBD odbc and DBM sdbm are unconditionally
+compiled and installed, do not include these in the list.
+
+Whenever distributing apr-util in combination with database client
+drivers, always review the license requirements of all components.
+
Cryptographic Software Notice
-----------------------------
|