Mercurial > p > mysql-python > mysqldb-2
diff site.cfg @ 9:0e37ee00beb7 MySQLdb
Merge changes from 1.2 branch (r470:483): Mostly build-related.
author | adustman |
---|---|
date | Mon, 26 Feb 2007 00:55:29 +0000 |
parents | b70cce9bd065 |
children |
line wrap: on
line diff
--- a/site.cfg Sun Feb 11 21:36:29 2007 +0000 +++ b/site.cfg Mon Feb 26 00:55:29 2007 +0000 @@ -1,30 +1,18 @@ -# Options: -# +[options] # embedded: link against the embedded server library # threadsafe: use the threadsafe client # static: link against a static library (probably required for embedded) -[options] embedded = False threadsafe = True static = False -# Use the compiler section to add additional options for the extension build. -# In particular, if your platform does not support mysql_config (like -# Windows), you will have to set most of these. Note that each entry is split -# into a list so that each line is one item. +# The path to mysql_config. +# Only use this if mysql_config is not on your PATH, or you have some weird +# setup that requires it. +#mysql_config = /usr/local/bin/mysql_config -[compiler] -# This section is now obsolete. Most of these items should just be set in -# setup.cfg, and the ONLY if the default configuration doesn't work. -#mysql_root: /usr/local/mysql -#library_dirs: %(mysql_root)s/lib -#include_dirs: %(mysql_root)s/include -#libraries: mysqlclient -# zlib -# msvcrt -# libcmt -# wsock32 -# advapi32 -#extra_compile_args: -#extra_objects: +# The Windows registry key for MySQL. +# This has to be set for Windows buildsto work. +# Only change this if you have a different version. +registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0