--- sql/pgsql/config_includes.h 2001/09/21 15:44:37 1.1 +++ sql/pgsql/config_includes.h 2012/03/16 10:05:04 1.6 @@ -1,11 +1,11 @@ /** @file Parser PgSQL driver: includes all Configure-d headers - 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_includes.h,v 1.1 2001/09/21 15:44:37 parser Exp $ + $Id: config_includes.h,v 1.6 2012/03/16 10:05:04 moko Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, @@ -29,3 +29,11 @@ #ifdef HAVE_STDLIB_H # include #endif + +#ifdef HAVE_SETJMP_H +# include +#endif + +#ifdef HAVE_CTYPE_H +# include +#endif