Diff for /parser3/src/include/pa_config_fixed.h between versions 1.63 and 1.67.8.1

version 1.63, 2004/02/11 15:33:13 version 1.67.8.1, 2005/08/05 13:02:58
Line 1 Line 1
 /** @file  /** @file
         Parser: Configure file for autoconf-disabled platforms.          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 <paf@design.ru> (http://paf.design.ru)          Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
   
         tested only with MS Visual C++ V6          tested only with MS Visual C++ V6
Line 36  static const char * const IDENT_CONFIG_F Line 36  static const char * const IDENT_CONFIG_F
 #define HAVE_TIMEZONE  #define HAVE_TIMEZONE
 #define HAVE_DAYLIGHT  #define HAVE_DAYLIGHT
 #define USE_SMTP  #define USE_SMTP
   #define PA_LITTLE_ENDIAN
 #define PA_WITH_SJLJ_EXCEPTIONS  #define PA_WITH_SJLJ_EXCEPTIONS
   
 //gmime  //gmime
Line 51  static const char * const IDENT_CONFIG_F Line 52  static const char * const IDENT_CONFIG_F
 // has $mail:received  // has $mail:received
 //#define WITH_MAILRECEIVE  //#define WITH_MAILRECEIVE
   
 // xml-abled parser  //xml-abled parser
 #define XML  #define XML
 //#define XML_STATIC  //#define XML_STATIC
 #ifdef XML_STATIC  #ifdef XML_STATIC
Line 61  static const char * const IDENT_CONFIG_F Line 62  static const char * const IDENT_CONFIG_F
 #       define LIBGDOME_STATIC  #       define LIBGDOME_STATIC
 #endif  #endif
   
   // if no access to console, but need asserts
   //#define PA_RELEASE_ASSERTS
   
 #endif  #endif

Removed from v.1.63  
changed lines
  Added in v.1.67.8.1


E-mail: