Annotation of parser3/src/include/pa_config_fixed.h, revision 1.53
1.5 paf 1: /** @file
2: Parser: Configure file for autoconf-disabled platforms.
3:
1.37 paf 4: Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com)
1.38 paf 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
1.5 paf 6:
1.47 paf 7: tested only with MS Visual C++ V6
8: */
1.5 paf 9:
1.47 paf 10: #ifndef PA_CONFIG_FIXED_H
11: #define PA_CONFIG_FIXED_H
1.5 paf 12:
1.53 ! paf 13: static const char* IDENT_CONFIG_FIXED_H="$Date: 2002/11/20 09:44:43 $";
1.1 paf 14:
1.6 paf 15: #define inline __inline
1.1 paf 16: #define HAVE_STDARG_H
1.3 paf 17: #define HAVE_PROCESS_H
18: #define HAVE_FCNTL_H
19: #define HAVE_SYS_STAT_H
20: #define HAVE_IO_H
1.8 parser 21: #define HAVE_STDDEF_H
1.3 paf 22: #define HAVE_STDIO_H
23: #define HAVE_ERRNO_H
24: #define HAVE_CTYPE_H
25: #define HAVE_MATH_H
26: #define HAVE_TIME_H
27: #define HAVE_STDLIB_H
28: #define HAVE_STRING_H
1.4 paf 29: #define HAVE_DIRECT_H
1.8 parser 30: #define HAVE_SETJMP_H
1.11 parser 31: #define HAVE_MEMORY_H
1.31 paf 32: #define HAVE_SYS_LOCKING_H
33: #define HAVE_SYS_TYPES_H
1.50 paf 34: #define HAVE_WINSOCK_H
1.31 paf 35: #define HAVE__LOCKING
1.51 paf 36: #define HAVE_TIMEZONE
37: #define HAVE_DAYLIGHT
1.34 paf 38: #define HAVE_PRAGMA_PACK
39: #define USE_SMTP
1.49 paf 40: #define PA_WITH_SJLJ_EXCEPTIONS
41:
1.45 paf 42: //gmime
43: #define off_t _off_t
44: #define ssize_t int
1.31 paf 45:
1.40 paf 46: // no string origin tracking
1.39 paf 47: //#define NO_STRING_ORIGIN
1.40 paf 48:
49: // disable any execs (file::exec, file::cgi, unix mail:send)
50: //#define NO_PA_EXECS
51:
1.43 paf 52: // has $mail:received
1.52 paf 53: //#define WITH_MAILRECEIVE
1.43 paf 54:
1.40 paf 55: // xml-abled parser
1.53 ! paf 56: //#define XML
1.43 paf 57:
1.47 paf 58: #endif
E-mail: