Annotation of parser3/src/include/pa_config_includes.h, revision 1.1

1.1     ! paf         1: #if HAVE_CONFIG_H
        !             2: #      include "pa_config_auto.h"
        !             3: #else
        !             4: #      include "pa_config_fixed.h"
        !             5: #endif
        !             6: 
        !             7: #ifdef HAVE_STDARG_H
        !             8: #      include <stdarg.h>
        !             9: #endif
        !            10: 
        !            11: #ifdef HAVE_STRING_H
        !            12: #      include <string.h>
        !            13: #endif
        !            14: 
        !            15: #ifdef HAVE_SYS_TYPES_H
        !            16: #      include <sys/types.h>
        !            17: #endif
        !            18: 
        !            19: #ifdef HAVE_UNISTD_H
        !            20: #      include <unistd.h>
        !            21: #endif

E-mail: