|
|
| version 1.56.2.1, 2003/07/24 14:10:05 | version 1.67, 2004/10/07 09:23:44 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: Configure file for autoconf-disabled platforms. | Parser: Configure file for autoconf-disabled platforms. |
| Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2004 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 10 | Line 10 |
| #ifndef PA_CONFIG_FIXED_H | #ifndef PA_CONFIG_FIXED_H |
| #define PA_CONFIG_FIXED_H | #define PA_CONFIG_FIXED_H |
| static const char* IDENT_CONFIG_FIXED_H="$Date$"; | static const char * const IDENT_CONFIG_FIXED_H="$Date$"; |
| #define inline __inline | #define inline __inline |
| #define HAVE_ASSERT_H | #define HAVE_ASSERT_H |
| Line 36 static const char* IDENT_CONFIG_FIXED_H= | Line 36 static const char* IDENT_CONFIG_FIXED_H= |
| #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* IDENT_CONFIG_FIXED_H= | Line 52 static const char* IDENT_CONFIG_FIXED_H= |
| // 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 |
| # define LIBXML_STATIC | # define LIBXML_STATIC |
| Line 61 static const char* IDENT_CONFIG_FIXED_H= | Line 62 static const char* IDENT_CONFIG_FIXED_H= |
| # define LIBGDOME_STATIC | # define LIBGDOME_STATIC |
| #endif | #endif |
| // if no access to console, but need asserts | |
| //#define PA_RELEASE_ASSERTS | |
| #endif | #endif |