summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-24 01:25:02 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-24 01:25:02 +0100
commit68a4308c3dec3fe58ab07fb32ce2bff84a86845e (patch)
tree6a7780d991e2c3a98d62d368bd5a866212d62b89 /setup.cfg
parent6e841a41e680f8c1570e97086cf923f923851e98 (diff)
downloadpsycopg2-68a4308c3dec3fe58ab07fb32ce2bff84a86845e.tar.gz
Dropped PSYCOPG_NEW_BOOLEAN flag
Introduced in 2.0 beta 8, 2006 A.D. Went absolutely untouched in 8 years of refactoring, when Python 2.5 and PostgreSQL 8.1 roamed the earth. I would say it has stood the test of the time.
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 83962bf..86fdd42 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,9 @@
[build_ext]
-define=PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM
+define=HAVE_PQFREEMEM
# 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
-# PSYCOPG_NEW_BOOLEAN to format booleans as true/false vs 't'/'f'
# "pg_config" is required to locate PostgreSQL headers and libraries needed to
# build psycopg2. If pg_config is not in the path or is installed under a