--- parser3/src/include/pa_config_fixed.h 2004/05/24 10:21:45 1.64 +++ parser3/src/include/pa_config_fixed.h 2005/12/09 07:18:07 1.69 @@ -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: 2005/12/09 07:18:07 $"; #define inline __inline #define HAVE_ASSERT_H @@ -43,16 +43,13 @@ 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 +//xml-abled parser #define XML //#define XML_STATIC #ifdef XML_STATIC @@ -62,4 +59,7 @@ static const char * const IDENT_CONFIG_F # define LIBGDOME_STATIC #endif +// if no access to console, but need asserts +//#define PA_RELEASE_ASSERTS + #endif