Changeset 129 for trunk/src/sql_SysLog.h

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.h

    r127 r129  
    1 /* 
     1/** 
    22 **     SysLog.h 
    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 
     
    3030Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    3131*/ 
    32 #ifndef _SYSLOG_H_SQLITE 
    33 #define _SYSLOG_H_SQLITE 
     32#ifndef _SYSLOG_H 
     33#define _SYSLOG_H 
    3434#ifndef WIN32 
    3535 
    36 #include <sql_SysLog.h> 
     36#include <syslog.h> 
    3737 
    38  
    39 #ifdef SQLITEW_NAMESPACE 
    40 namespace SQLITEW_NAMESPACE { 
     38#ifdef MYSQLW_NAMESPACE 
     39namespace MYSQLW_NAMESPACE { 
    4140#endif 
    4241 
     
    5655 
    5756 
    58 #ifdef SQLITEW_NAMESPACE 
    59 } // namespace SQLITEW_NAMESPACE { 
     57#ifdef MYSQLW_NAMESPACE 
     58} // namespace MYSQLW_NAMESPACE { 
    6059#endif 
    6160