summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2007-02-22 15:16:54 +0000
committerFederico Di Gregorio <fog@initd.org>2007-02-22 15:16:54 +0000
commit6598a279e29147708fc8f8b16a58598521f1d7bd (patch)
treef4645e213d19872ee2fc7c1d56fe94a8c9d1e51a /setup.cfg
parentc2e16b8901d7ab63b191df583005e31d63540425 (diff)
downloadpsycopg2-6598a279e29147708fc8f8b16a58598521f1d7bd.tar.gz
Added support for per-cursor and per-connection typecasters.
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 f7d6d03..ce6b7fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,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.4