--- sql/mysql/config_includes.h 2001/10/29 08:36:46 1.2 +++ sql/mysql/config_includes.h 2004/03/26 14:30:48 1.4.14.1 @@ -1,11 +1,11 @@ /** @file Parser MySQL driver: includes all Configure-d headers - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: config_includes.h,v 1.2 2001/10/29 08:36:46 paf Exp $ + $Id: config_includes.h,v 1.4.14.1 2004/03/26 14:30:48 paf Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -33,3 +33,7 @@ #ifdef HAVE_SETJMP_H # include #endif + +#ifdef HAVE_CTYPE_H +# include +#endif