Annotation of sql/sqlite/config_fixed.h, revision 1.2

1.1       misha       1: /** @file
                      2:        Parser SQLite driver: Configure file for autoconf-disabled platforms.
                      3: 
1.2     ! moko        4:        Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com)
1.1       misha       5: 
                      6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.2     ! moko        8:        $Id: config_fixed.h,v 1.1 2007-02-19 10:54:36 misha Exp $
1.1       misha       9: 
                     10: 
                     11:        tested only with MS Visual C++ V6
                     12: */
                     13: 
                     14: #define HAVE_STDIO_H
                     15: #define HAVE_STDLIB_H
                     16: #define HAVE_STRING_H
                     17: #define HAVE_SETJMP_H
                     18: #define HAVE_CTYPE_H

E-mail: