~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Federico Di Gregorio
  • Date: 2009-04-20 18:34:06 UTC
  • Revision ID: fog@erin-20090420183406-r9ku4o65p7kvwxj0
Preparing release 2.0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[build_ext]
2
 
define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
 
2
define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
3
3
 
4
4
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
5
5
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)