Annotation of parser3/src/sql/mysql/config_fixed.h, revision 1.3

1.3     ! paf         1: /** @file
        !             2:        Parser MySQL driver: 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: 
        !             8:        $Id: pa_common.h,v 1.42 2001/04/26 10:16:02 paf Exp $
        !             9: 
        !            10: 
        !            11:        tested only with MS Visual C++ V6
        !            12: */
1.2       paf        13: 
                     14: #define HAVE_STDIO_H
                     15: #define HAVE_STDLIB_H
                     16: #define HAVE_STRING_H

E-mail: