Show
Ignore:
Timestamp:
11/18/09 04:40:30 (3 years ago)
Author:
mercyful
Message:

$ Build 438/Sql Alpha
+ Removed all SQLite Code and References.
+ Updated the SQL Wrapper, and all Automake files to now link in and also Detect MySql? in the configure scripts.
+ Added detection for OpenSSL, not in use yet, but will add encryption for passwords.

and anything else of intertest once everything is moved over to the SQL Backend.

This is still an interm develop update release, the MySql? backend
is still a WIP, and the Husky SMAPI Library will be removed shortly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/sql_SysLog.cpp

    r127 r129  
    1 /* 
     1/** 
    22 **     SysLog.cpp 
    33 ** 
     
    66 
    77/* 
    8 Copyright (C) 2004,2005,2006  Anders Hedstrom 
     8Copyright (C) 2004  Anders Hedstrom 
    99 
    1010This program is made available under the terms of the GNU GPL. 
    1111 
    1212If you would like to use this program in a closed-source application, 
    13 a separate license agreement is available. For information about 
     13a separate license agreement is available. For information about  
    1414the closed-source license agreement for this program, please 
    1515visit http://www.alhem.net/sqlwrapped/license.html and/or 
     
    3232#ifndef WIN32 
    3333 
    34 #include <cstring> 
    35 #include <sqlite3.h> 
     34#include <mysql/mysql.h> 
    3635#include <syslog.h> 
    3736 
     37#include <cstdio> 
     38#include <cstring> 
    3839#include "sql_Database.h" 
    3940#include "sql_Query.h" 
     
    4243 
    4344 
    44 #ifdef SQLITEW_NAMESPACE 
    45 namespace SQLITEW_NAMESPACE { 
     45#ifdef MYSQLW_NAMESPACE 
     46namespace MYSQLW_NAMESPACE { 
    4647#endif 
    4748 
     
    7475 
    7576 
    76 #ifdef SQLITEW_NAMESPACE 
    77 } // namespace SQLITEW_NAMESPACE { 
     77#ifdef MYSQLW_NAMESPACE 
     78} // namespace MYSQLW_NAMESPACE { 
    7879#endif 
    7980