summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2009-10-04 12:43:30 +0200
committerFederico Di Gregorio <fog@initd.org>2009-10-04 12:43:30 +0200
commit9670c9eddca684a55e28122f9a7123bc4f003997 (patch)
treee3dd6620e5ee8ce83193340aad76561028d5f84f /setup.cfg
parent390a9c2451cd2906ef5ff9cd3bb75074fb260e6e (diff)
downloadpsycopg2-9670c9eddca684a55e28122f9a7123bc4f003997.tar.gz
Enabled linking to static libpq
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 7 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 6b458e0..e660c38 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,18 +9,21 @@ define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_OWN_QUOTING can be added, but it is deprecated (will go away in 2.1)
# PSYCOPG_NEW_BOOLEAN to format booleans as true/false vs 't'/'f'
-# Set to 1 to use Python datatime objects for default date/time representation
+# Set to 1 to use Python datatime objects for default date/time representation.
use_pydatetime=1
# If the build system does not find the mx.DateTime headers, try
# uncommenting the following line and setting its value to the right path.
#mx_include_dir=
-# For Windows only
-# Set to 1 if the PostgreSQL library was built with OpenSSL
-# Required to link in OpenSSL libraries and dependencies
+# For Windows only:
+# Set to 1 if the PostgreSQL library was built with OpenSSL.
+# Required to link in OpenSSL libraries and dependencies.
have_ssl=0
+# Statically link against the postgresql client library.
+#static_libpq=1
+
# "pg_config" is the preferred method to locate PostgreSQL headers and
# libraries needed to build psycopg2. If pg_config is not in the path or
# is installed under a different name uncomment the following option and