summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-29 11:50:43 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-29 11:50:43 +0000
commit4261bc33713a9aa1931d366377bc518da60dd5d2 (patch)
treebc89761bf6985158e0ee42e51f7ffc1695e3829f /setup.cfg
parent41e423de1a4b4febdbcc2bf51f6665adbc0c4916 (diff)
downloadpsycopg2-4261bc33713a9aa1931d366377bc518da60dd5d2.tar.gz
Slightly more readable setup.cfg.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index d4c49e4..3c9b15b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,16 +20,18 @@ use_decimal=0
# but 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
+
# Uncomment next line on SUSE 9.3 (and comment previous ones):
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
# If postgresql is installed somewhere weird (i.e., not in your runtime library
# path like /usr/lib), just add the right path in "library_dirs" any extra
# libraries required to link in "libraries".
-#library_dirs=
-#libraries=
+library_dirs=
+libraries=
# Windows-only definitions