/** @file Parser PgSQL driver: includes all Configure-d headers Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) $Id: config_includes.h,v 1.3 2002/02/08 07:28:25 paf Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, fixed otherwise. */ #if HAVE_CONFIG_H # include "config_auto.h" #else # include "config_fixed.h" #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDIO_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_SETJMP_H # include #endif