--- sql/mysql/config_includes.h 2001/09/21 15:40:55 1.1.1.1 +++ sql/mysql/config_includes.h 2003/01/21 15:51:29 1.4 @@ -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.1.1.1 2001/09/21 15:40:55 parser Exp $ + $Id: config_includes.h,v 1.4 2003/01/21 15:51:29 paf Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -29,3 +29,7 @@ #ifdef HAVE_STDLIB_H # include #endif + +#ifdef HAVE_SETJMP_H +# include +#endif