--- parser3/src/include/pa_config_fixed.h 2004/05/24 10:21:45 1.64 +++ parser3/src/include/pa_config_fixed.h 2006/04/09 12:25:04 1.70.8.1 @@ -1,7 +1,7 @@ /** @file Parser: Configure file for autoconf-disabled platforms. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) tested only with MS Visual C++ V6 @@ -10,7 +10,7 @@ #ifndef PA_CONFIG_FIXED_H #define PA_CONFIG_FIXED_H -static const char * const IDENT_CONFIG_FIXED_H="$Date: 2004/05/24 10:21:45 $"; +static const char * const IDENT_CONFIG_FIXED_H="$Date: 2006/04/09 12:25:04 $"; #define inline __inline #define HAVE_ASSERT_H @@ -43,23 +43,22 @@ static const char * const IDENT_CONFIG_F #define off_t _off_t #define ssize_t int -// no string origin tracking -//#define NO_STRING_ORIGIN - // disable any execs (file::exec, file::cgi, unix mail:send) //#define NO_PA_EXECS // has $mail:received //#define WITH_MAILRECEIVE -// xml-abled parser -#define XML +//xml-abled parser +//#define XML //#define XML_STATIC #ifdef XML_STATIC # define LIBXML_STATIC # define LIBXSLT_STATIC # define LIBEXSLT_STATIC -# define LIBGDOME_STATIC #endif +// if no access to console, but need asserts +//#define PA_RELEASE_ASSERTS + #endif