fc9d35beb5
SVN-Revision: 996
12 lines
240 B
Text
12 lines
240 B
Text
config BR2_PACKAGE_LIBPQ
|
|
tristate "libpq - PostgreSQL client library"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
PostgreSQL client library.
|
|
|
|
http://www.postgresql.org/
|
|
|
|
|
|
config BR2_PACKAGE_POSTGRESQL
|
|
tristate
|
|
default BR2_PACKAGE_LIBPQ
|