--- parser3/src/include/pa_config_fixed.h 2002/02/07 12:15:47 1.36 +++ parser3/src/include/pa_config_fixed.h 2002/06/24 11:59:32 1.43 @@ -1,10 +1,10 @@ /** @file Parser: Configure file for autoconf-disabled platforms. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_config_fixed.h,v 1.36 2002/02/07 12:15:47 paf Exp $ + $Id: pa_config_fixed.h,v 1.43 2002/06/24 11:59:32 paf Exp $ tested only with MS Visual C++ V6 @@ -33,4 +33,15 @@ #define HAVE_PRAGMA_PACK #define USE_SMTP +// 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_MAIL_RECEIVE + +// xml-abled parser #define XML +