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

1.1.2.1 ! paf         1: #if HAVE_CONFIG_H
        !             2: #      include "config_auto.h"
        !             3: #else
        !             4: #      include "config_fixed.h"
        !             5: #endif
        !             6: 
        !             7: #ifdef HAVE_STRING_H
        !             8: #      include <string.h>
        !             9: #endif
        !            10: 
        !            11: #ifdef HAVE_STDIO_H
        !            12: #      include <stdio.h>
        !            13: #endif
        !            14: 
        !            15: #ifdef HAVE_STDLIB_H
        !            16: #      include <stdlib.h>
        !            17: #endif

E-mail: