summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-01-01 09:10:17 +0000
committerFederico Di Gregorio <fog@initd.org>2006-01-01 09:10:17 +0000
commit7db16edad31c0e47b7a714874fe2c45ccbce16f7 (patch)
treee67192e7b9f589495b20941166b05cdee74158b7 /setup.cfg
parente72f3dba4086ae705149fd70dca8acfda86eff06 (diff)
downloadpsycopg2-7db16edad31c0e47b7a714874fe2c45ccbce16f7.tar.gz
Connection encoding case fix (closes: #83).
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5570bea..741546c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3