--- sql/mysql/config_fixed.h 2001/09/21 15:40:55 1.1.1.1 +++ sql/mysql/config_fixed.h 2012/03/16 10:05:03 1.7 @@ -1,11 +1,11 @@ /** @file Parser MySQL driver: Configure file for autoconf-disabled platforms. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: config_fixed.h,v 1.1.1.1 2001/09/21 15:40:55 parser Exp $ + $Id: config_fixed.h,v 1.7 2012/03/16 10:05:03 moko Exp $ tested only with MS Visual C++ V6 @@ -14,3 +14,5 @@ #define HAVE_STDIO_H #define HAVE_STDLIB_H #define HAVE_STRING_H +#define HAVE_SETJMP_H +#define HAVE_CTYPE_H