aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-10-08 08:30:10 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-10-08 08:30:10 +0000
commitd29ecdf27f1804b1c533a3739282650ed83dbe31 (patch)
tree2528d825a15b6f1f2926dd55d258d6d296c787cc /README
parentf5bbf7923e42e842c4c6d067e48b2a94bc40de0d (diff)
Notes
Notes: svn path=/vendor/apr-util/dist/; revision=339230 svn path=/vendor/apr-util/apr-util-1.6.1/; revision=339231; tag=vendor/apr-util/apr-util-1.6.1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3a685698bee8..9ea474d8faba 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Apache Portable Runtime Utility Library README
String filename-style pattern matching
URI Parsing
Charset translation (iconv based)
- XML parsing (expat based)
+ XML parsing (expat)
For a more complete list, please refer to the following URLs:
@@ -66,7 +66,7 @@ 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)
+DBD_LIST (for 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.