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

1.3     ! paf         1: /** @file
        !             2:        Parser MySQL driver: includes all Configure-d headers
        !             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:        when used Configure [HAVE_CONFIG_H] it uses defines from Configure,
        !            12:        fixed otherwise.
        !            13: */
        !            14: 
1.2       paf        15: #if HAVE_CONFIG_H
                     16: #      include "config_auto.h"
                     17: #else
                     18: #      include "config_fixed.h"
                     19: #endif
                     20: 
                     21: #ifdef HAVE_STRING_H
                     22: #      include <string.h>
                     23: #endif
                     24: 
                     25: #ifdef HAVE_STDIO_H
                     26: #      include <stdio.h>
                     27: #endif
                     28: 
                     29: #ifdef HAVE_STDLIB_H
                     30: #      include <stdlib.h>
                     31: #endif

E-mail: