Author: wyoung
Date: Tue Jul 10 05:46:01 2007
New Revision: 1654
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1654&view=rev
Log:
Defining HAVE_MYSQL_SSL_SET macro for VC++ and MinGW. It gets defined
by autoconf on other systems, but we can just assume it on Windows,
since almost everyone uses the official binaries, which come with SSL
enabled. (Unless, I suppose, you tell them you're from an embargoed
country, or something like that.)
Modified:
trunk/Wishlist
trunk/mysql++.bkl
Modified: trunk/Wishlist
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=1654&r1=1653&r2=1654&view=diff
==============================================================================
--- trunk/Wishlist (original)
+++ trunk/Wishlist Tue Jul 10 05:46:01 2007
@@ -13,9 +13,6 @@
puts an item in this section instead of the v3.0 one is that
it can be done without breaking the ABI, which would force
a feature to v3.0.
-
- o Define HAVE_MYSQL_SSL_SET by default on Windows? Make similar
- decisions for other autoconf-only macros.
o Add ConnectionPool class, described in this post:
Modified: trunk/mysql++.bkl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1654&r1=1653&r2=1654&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Tue Jul 10 05:46:01 2007
@@ -70,6 +70,7 @@
<if cond="FORMAT=='msvc6prj'">
<define>_UNICODE</define>
<define>MYSQLPP_MAKING_DLL</define>
+ <define>HAVE_MYSQL_SSL_SET</define>
<include>"C:\Program Files\MySQL\MySQL Server
5.0\include"</include>
<lib-path>C:\Program Files\MySQL\MySQL Server
5.0\lib\opt</lib-path>
<sys-lib>libmysql</sys-lib>
@@ -78,6 +79,7 @@
<if cond="FORMAT=='mingw'">
<define>_UNICODE</define>
<define>MYSQLPP_NO_DLL</define>
+ <define>HAVE_MYSQL_SSL_SET</define>
<include>"C:\Program Files\MySQL\MySQL Server
5.0\include"</include>
<lib-path>"C:\Program Files\MySQL\MySQL Server
5.0\lib\opt"</lib-path>
<sys-lib>mysqlclient</sys-lib>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits