File:  [parser3project] / sql / sqlite / config_fixed.h
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Sat Nov 30 21:52:05 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Copyright year updated

/** @file
	Parser SQLite driver: Configure file for autoconf-disabled platforms.

	Copyright (c) 2001-2019 Art. Lebedev Studio (http://www.artlebedev.com)

	Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)

	$Id: config_fixed.h,v 1.4 2019/11/30 21:52:05 moko Exp $


	tested only with MS Visual C++ V6
*/

#define HAVE_STDIO_H
#define HAVE_STDLIB_H
#define HAVE_STRING_H
#define HAVE_SETJMP_H
#define HAVE_CTYPE_H

E-mail: