summaryrefslogtreecommitdiffstats
path: root/package/postgresql/Config.in
blob: 2680af2c3895bc658e26564fc36d271ba6eea78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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