--- parser3/src/include/pa_config_fixed.h 2002/06/27 11:56:19 1.45.2.2 +++ parser3/src/include/pa_config_fixed.h 2002/08/01 11:26:46 1.47 @@ -4,12 +4,14 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_config_fixed.h,v 1.45.2.2 2002/06/27 11:56:19 paf Exp $ - - tested only with MS Visual C++ V6 */ +#ifndef PA_CONFIG_FIXED_H +#define PA_CONFIG_FIXED_H + +static const char* IDENT_CONFIG_FIXED_H="$Id: pa_config_fixed.h,v 1.47 2002/08/01 11:26:46 paf Exp $"; + #define inline __inline #define HAVE_STDARG_H #define HAVE_PROCESS_H @@ -43,8 +45,9 @@ //#define NO_PA_EXECS // has $mail:received -//#define WITH_MAILRECEIVE +#define WITH_MAILRECEIVE // xml-abled parser #define XML +#endif