os/persistentdata/persistentstorage/sql/SQLite364/config.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sql/SQLite364/config.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +/*
     1.5 +** 2008 March 6
     1.6 +**
     1.7 +** The author disclaims copyright to this source code.  In place of
     1.8 +** a legal notice, here is a blessing:
     1.9 +**
    1.10 +**    May you do good and not evil.
    1.11 +**    May you find forgiveness for yourself and forgive others.
    1.12 +**    May you share freely, never taking more than you give.
    1.13 +**
    1.14 +*************************************************************************
    1.15 +** Default configuration header in case the 'configure' script is not used
    1.16 +**
    1.17 +** @(#) $Id: config.h,v 1.1 2008/03/20 02:25:35 mlcreech Exp $
    1.18 +*/
    1.19 +#ifndef _CONFIG_H_
    1.20 +#define _CONFIG_H_
    1.21 +
    1.22 +/* We do nothing here, since no assumptions are made by default */
    1.23 +
    1.24 +#endif