--- parser3/src/include/pa_config_fixed.h 2003/04/02 07:29:21 1.54.2.5.2.5 +++ parser3/src/include/pa_config_fixed.h 2003/07/24 15:10:42 1.56.2.3 @@ -10,7 +10,7 @@ #ifndef PA_CONFIG_FIXED_H #define PA_CONFIG_FIXED_H -static const char* IDENT_CONFIG_FIXED_H="$Date: 2003/04/02 07:29:21 $"; +static const char* IDENT_CONFIG_FIXED_H="$Date: 2003/07/24 15:10:42 $"; #define inline __inline #define HAVE_ASSERT_H @@ -52,10 +52,13 @@ static const char* IDENT_CONFIG_FIXED_H= //#define WITH_MAILRECEIVE // xml-abled parser -#define XML -#define LIBXML_STATIC -#define LIBXSLT_STATIC -#define LIBEXSLT_STATIC -#define LIBGDOME_STATIC +//#define XML +//#define XML_STATIC +#ifdef XML_STATIC +# define LIBXML_STATIC +# define LIBXSLT_STATIC +# define LIBEXSLT_STATIC +# define LIBGDOME_STATIC +#endif #endif