Changeset 129 for trunk/src/sql_SysLog.h
- Timestamp:
- 11/18/09 04:40:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sql_SysLog.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sql_SysLog.h
r127 r129 1 /* 1 /** 2 2 ** SysLog.h 3 3 ** … … 6 6 7 7 /* 8 Copyright (C) 2004 ,2005,2006Anders Hedstrom8 Copyright (C) 2004 Anders Hedstrom 9 9 10 10 This program is made available under the terms of the GNU GPL. 11 11 12 12 If you would like to use this program in a closed-source application, 13 a separate license agreement is available. For information about 13 a separate license agreement is available. For information about 14 14 the closed-source license agreement for this program, please 15 15 visit http://www.alhem.net/sqlwrapped/license.html and/or … … 30 30 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 31 31 */ 32 #ifndef _SYSLOG_H _SQLITE33 #define _SYSLOG_H _SQLITE32 #ifndef _SYSLOG_H 33 #define _SYSLOG_H 34 34 #ifndef WIN32 35 35 36 #include <s ql_SysLog.h>36 #include <syslog.h> 37 37 38 39 #ifdef SQLITEW_NAMESPACE 40 namespace SQLITEW_NAMESPACE { 38 #ifdef MYSQLW_NAMESPACE 39 namespace MYSQLW_NAMESPACE { 41 40 #endif 42 41 … … 56 55 57 56 58 #ifdef SQLITEW_NAMESPACE59 } // namespace SQLITEW_NAMESPACE {57 #ifdef MYSQLW_NAMESPACE 58 } // namespace MYSQLW_NAMESPACE { 60 59 #endif 61 60
Enthral BBS Software for *nix/bsd/osx