Annotation of parser3/src/include/pa_config_fixed.h, revision 1.9
1.5 paf 1: /** @file
2: Parser: Configure file for autoconf-disabled platforms.
3:
4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
5:
6: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
7:
1.9 ! parser 8: $Id: pa_config_fixed.h,v 1.8 2001/05/17 10:22:24 parser Exp $
1.5 paf 9:
10:
11: tested only with MS Visual C++ V6
12: */
1.1 paf 13:
1.6 paf 14: #define inline __inline
1.1 paf 15: #define HAVE_STDARG_H
1.3 paf 16: #define HAVE_PROCESS_H
17: #define HAVE_FCNTL_H
18: #define HAVE_SYS_STAT_H
19: #define HAVE_IO_H
1.8 parser 20: #define HAVE_STDDEF_H
1.3 paf 21: #define HAVE_STDIO_H
22: #define HAVE_ERRNO_H
23: #define HAVE_CTYPE_H
24: #define HAVE_MATH_H
25: #define HAVE_TIME_H
26: #define HAVE_STDLIB_H
27: #define HAVE_STRING_H
1.4 paf 28: #define HAVE_DIRECT_H
1.8 parser 29: #define HAVE_SETJMP_H
1.7 parser 30:
1.9 ! parser 31: /// @todo automake determination, true for Win32 Apache 1.3
1.7 parser 32: #define MULTITHREAD
E-mail: