dbsql.c | dbsql.c | |||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
*/ | */ | |||
#include "system.h" | #include "system.h" | |||
#include <stdarg.h> | #include <stdarg.h> | |||
#define _RPMSQL_INTERNAL | #define _RPMSQL_INTERNAL | |||
#include <rpmsql.h> | #include <rpmsql.h> | |||
#if defined(WITH_DBSQL) | #if defined(WITH_DBSQL) | |||
#include <db51/dbsql.h> | #include <dbsql.h> | |||
#elif defined(WITH_SQLITE) | #elif defined(WITH_SQLITE) | |||
#define SQLITE_OS_UNIX 1 /* XXX needed? */ | #define SQLITE_OS_UNIX 1 /* XXX needed? */ | |||
#define SQLITE_THREADSAFE 1 | #define SQLITE_THREADSAFE 1 | |||
#define SQLITE_TEMP_STORE 1 | #define SQLITE_TEMP_STORE 1 | |||
#include <sqlite3.h> | #include <sqlite3.h> | |||
#endif /* WITH_SQLITE */ | #endif /* WITH_SQLITE */ | |||
#include "debug.h" | #include "debug.h" | |||
/*==============================================================*/ | /*==============================================================*/ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |