Openwrt/openwrt/package/postgresql/Config.in
Nicolas Thill 3c8edf032d Standardize Config.in
SVN-Revision: 1076
2005-05-27 05:38:03 +00:00

17 lines
287 B
Plaintext

config BR2_PACKAGE_POSTGRESQL
bool
default n
depends BR2_PACKAGE_LIBPQ
config BR2_PACKAGE_LIBPQ
prompt "libpq - PostgreSQL client library"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_POSTGRESQL
help
PostgreSQL client library.
http://www.postgresql.org/