summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-23 19:30:48 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-23 19:30:48 +0100
commit6e841a41e680f8c1570e97086cf923f923851e98 (patch)
tree1492a3d91bf996dccd97540bb8466b792a1489e5 /setup.cfg
parent6a5f7783619a3e8cb44cd6d611c81686533fd4d3 (diff)
downloadpsycopg2-6e841a41e680f8c1570e97086cf923f923851e98.tar.gz
Dropped PSYCOPG_EXTENSIONS flag
Building without extensions has been long broken and nobody really cares about a pure-DBAPI implementation (which could be created using a wrapper instead).
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 7f6e84e..83962bf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM
+define=PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM
-# 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
# PSYCOPG_DEBUG can be added to enable verbose debug information