--- parser3/src/include/pa_config_includes.h 2001/05/17 10:22:24 1.8 +++ parser3/src/include/pa_config_includes.h 2001/12/07 07:36:51 1.13.6.1 @@ -2,16 +2,20 @@ Parser: includes all Configure-d headers Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://paf.design.ru) - Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: pa_config_includes.h,v 1.8 2001/05/17 10:22:24 parser Exp $ + $Id: pa_config_includes.h,v 1.13.6.1 2001/12/07 07:36:51 paf Exp $ when used Configure [HAVE_CONFIG_H] it uses defines from Configure, fixed otherwise. */ +#if _MSC_VER +# pragma warning(disable:4291) // disable warning +// "no matching operator delete found; memory will not be freed if initialization throws an exception +#endif + #if HAVE_CONFIG_H # include "pa_config_auto.h" #else @@ -85,3 +89,23 @@ #ifdef HAVE_SETJMP_H # include #endif + +#ifdef HAVE_MEMORY_H +# include +#endif + +#ifdef HAVE_NEW +#include +#endif + +#ifdef HAVE_SYS_FILE_H +#include +#endif + +#ifdef HAVE_SYS_LOCKING_H +#include +#endif + +#ifdef HAVE_SYS_TYPES_H +#include +#endif