aboutsummaryrefslogtreecommitdiffstats
path: root/package/postgresql/Config.in
blob: 3692782beaa1122bb577a1c8fc7016519c3d6b5f (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