summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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