--- parser3/src/include/pa_config_fixed.h 2002/02/08 07:27:43 1.37 +++ parser3/src/include/pa_config_fixed.h 2002/06/24 15:04:22 1.44 @@ -2,9 +2,9 @@ Parser: Configure file for autoconf-disabled platforms. Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_config_fixed.h,v 1.37 2002/02/08 07:27:43 paf Exp $ + $Id: pa_config_fixed.h,v 1.44 2002/06/24 15:04:22 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_MAILRECEIVE + +// xml-abled parser #define XML +