mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Clean up comments in setup.cfg
This commit is contained in:
parent
f3f3dbbca9
commit
1bc73896dc
|
@ -7,10 +7,10 @@ define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM
|
|||
# PSYCOPG_DEBUG can be added to enable verbose debug information
|
||||
# PSYCOPG_NEW_BOOLEAN to format booleans as true/false vs 't'/'f'
|
||||
|
||||
# Set to 1 to use Python datatime objects for default date/time representation.
|
||||
# Set to 1 to use Python datetime objects for default date/time representation.
|
||||
use_pydatetime=1
|
||||
|
||||
# If the build system does not find the mx.DateTime headers, try
|
||||
# If the build system does not find the mx.DateTime headers, try
|
||||
# uncommenting the following line and setting its value to the right path.
|
||||
#mx_include_dir=
|
||||
|
||||
|
@ -28,14 +28,14 @@ have_ssl=0
|
|||
# set it to the pg_config full path.
|
||||
#pg_config=
|
||||
|
||||
# If "pg_config" is not available, "include_dirs" can be used to locate
|
||||
# If "pg_config" is not available, "include_dirs" can be used to locate
|
||||
# postgresql headers and libraries. Some extra checks on sys.platform will
|
||||
# still be done in setup.py.
|
||||
# The next line is the default as used on psycopg author Debian laptop:
|
||||
#include_dirs=/usr/include/postgresql:/usr/include/postgresql/server
|
||||
|
||||
# Uncomment next line on Mandrake 10.x (and comment previous ones):
|
||||
#include_dirs=/usr/include/pgsql/8.0:/usr/include/pgsql/8.0/server
|
||||
#include_dirs=/usr/include/pgsql/8.0:/usr/include/pgsql/8.0/server
|
||||
|
||||
# Uncomment next line on SUSE 9.3 (and comment previous ones):
|
||||
#include_dirs=/usr/include/pgsql:/usr/include/pgsql/server
|
||||
|
|
Loading…
Reference in New Issue
Block a user