From 5bea998a5559588601bee122324814bddcce0b64 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 13 Mar 2007 21:22:33 +0000 Subject: Merge changes from team/russell/sqlite: * Add new module, cdr_sqlite3_custom which allows logging custom CDRs into a SQLite3 database. (issue #7149, alerios) * Add new module, res_config_sqlite, which adds realtime database configuration support for SQLite version 2. I decided that this was ok since we didn't have any realtime support for version 3. If someone ports this to version 3, then version 2 support can be removed or marked deprecated. (issue #7790, rbarun_proformatique) * Mark cdr_sqlite as deprecated in favor of cdr_sqlite3_custom. Also, note that there were other modules on the bug tracker that did not make the cut because they provided some duplicated functionality. Those are: * cdr_sqlite3 (issue #6754, moy) * cdr_sqlite3 (issue #8694, bsd) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58866 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/asterisk/autoconfig.h.in') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 9c3dd0f1d..d62030246 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -394,6 +394,12 @@ /* Define this to indicate the ${SQLITE_DESCRIP} library */ #undef HAVE_SQLITE +/* Define this to indicate the ${SQLITE3_DESCRIP} library */ +#undef HAVE_SQLITE3 + +/* Define to indicate the ${SQLITE3_DESCRIP} library version */ +#undef HAVE_SQLITE3_VERSION + /* Define to indicate the ${SQLITE_DESCRIP} library version */ #undef HAVE_SQLITE_VERSION -- cgit v1.2.3