aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2006-01-06 12:03:19 +0000
committerdrh <drh@noemail.net>2006-01-06 12:03:19 +0000
commit824d7c18933c734f610ddb15226a8ffabbe168dd (patch)
tree8539356b355e6fa4d72daeedda9be0559824bdd6 /src/sqliteInt.h
parentde0fe3e4c3b05a8ee4db376d84d44d949474fcb6 (diff)
downloadsqlite-824d7c18933c734f610ddb15226a8ffabbe168dd.tar.gz
sqlite-824d7c18933c734f610ddb15226a8ffabbe168dd.zip
Back out the addition of the new header file - bad idea. (CVS 2868)
FossilOrigin-Name: 0c4c45c36fe1c3c2980155ef5126a2ad53100d65
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index cbd7a6872..721d4318e 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -11,12 +11,19 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
-** @(#) $Id: sqliteInt.h,v 1.450 2006/01/05 23:42:51 drh Exp $
+** @(#) $Id: sqliteInt.h,v 1.451 2006/01/06 12:03:19 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
/*
+** Extra interface definitions for those who need them
+*/
+#ifdef SQLITE_EXTRA
+# include "sqliteExtra.h"
+#endif
+
+/*
** Many people are failing to set -DNDEBUG=1 when compiling SQLite.
** Setting NDEBUG makes the code smaller and run faster. So the following
** lines are added to automatically set NDEBUG unless the -DSQLITE_DEBUG=1