Annotation of parser3/src/sql/pgsql/config_fixed.h, revision 1.2

1.1       parser      1: /** @file
1.2     ! parser      2:        Parser PgSQL driver: Configure file for autoconf-disabled platforms.
1.1       parser      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.2     ! parser      8:        $Id: config_fixed.h,v 1.1 2001/07/30 15:32:18 parser 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

E-mail: