Annotation of parser3/src/include/pa_config_fixed.h, revision 1.40
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.40 ! paf 7: $Id: pa_config_fixed.h,v 1.39 2002/02/20 09:13:07 paf Exp $
1.5 paf 8:
9:
10: tested only with MS Visual C++ V6
11: */
1.1 paf 12:
1.6 paf 13: #define inline __inline
1.1 paf 14: #define HAVE_STDARG_H
1.3 paf 15: #define HAVE_PROCESS_H
16: #define HAVE_FCNTL_H
17: #define HAVE_SYS_STAT_H
18: #define HAVE_IO_H
1.8 parser 19: #define HAVE_STDDEF_H
1.3 paf 20: #define HAVE_STDIO_H
21: #define HAVE_ERRNO_H
22: #define HAVE_CTYPE_H
23: #define HAVE_MATH_H
24: #define HAVE_TIME_H
25: #define HAVE_STDLIB_H
26: #define HAVE_STRING_H
1.4 paf 27: #define HAVE_DIRECT_H
1.8 parser 28: #define HAVE_SETJMP_H
1.11 parser 29: #define HAVE_MEMORY_H
1.31 paf 30: #define HAVE_SYS_LOCKING_H
31: #define HAVE_SYS_TYPES_H
32: #define HAVE__LOCKING
1.34 paf 33: #define HAVE_PRAGMA_PACK
34: #define USE_SMTP
1.31 paf 35:
1.40 ! paf 36: // no string origin tracking
1.39 paf 37: //#define NO_STRING_ORIGIN
1.40 ! paf 38:
! 39: // disable any execs (file::exec, file::cgi, unix mail:send)
! 40: //#define NO_PA_EXECS
! 41:
! 42: // xml-abled parser
1.36 paf 43: #define XML
E-mail: