Annotation of sql/pgsql/config_fixed.h, revision 1.4.14.1
1.1 parser 1: /** @file
2: Parser PgSQL driver: Configure file for autoconf-disabled platforms.
3:
1.4 paf 4: Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com)
1.1 parser 5:
6: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
7:
1.4.14.1! paf 8: $Id: config_fixed.h,v 1.5 2004/03/26 13:29:40 paf Exp $
1.1 parser 9:
10:
11: tested only with MS Visual C++ V6
12: */
13:
14: #define HAVE_STDIO_H
15: #define HAVE_STDLIB_H
16: #define HAVE_STRING_H
1.2 paf 17: #define HAVE_SETJMP_H
1.4.14.1! paf 18: #define HAVE_CTYPE_H
E-mail: