Annotation of parser3/src/include/pa_config_includes.h, revision 1.3
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:
1.3 ! paf 7: #ifdef HAVE_CTYPE_H
! 8: # include <ctype.h>
! 9: #endif
! 10:
! 11: #ifdef HAVE_ERRNO_H
! 12: # include <errno.h>
! 13: #endif
! 14:
! 15: #ifdef HAVE_FCNTL_H
! 16: # include <fcntl.h>
! 17: #endif
! 18:
! 19: #ifdef HAVE_IO_H
! 20: # include <io.h>
! 21: #endif
! 22:
! 23: #ifdef HAVE_PROCESS_H
! 24: # include <process.h>
! 25: #endif
! 26:
1.1 paf 27: #ifdef HAVE_STDARG_H
28: # include <stdarg.h>
29: #endif
30:
1.3 ! paf 31: #ifdef HAVE_STDIO_H
! 32: # include <stdio.h>
! 33: #endif
! 34:
! 35: #ifdef HAVE_SYS_STAT_H
! 36: # include <sys/stat.h>
! 37: #endif
! 38:
! 39: #if defined(HAVE_UNISTD_H) && !defined(NO_UNISTD_H)
1.1 paf 40: # include <unistd.h>
41: #endif
1.3 ! paf 42:
! 43: #ifdef HAVE_MATH_H
! 44: # include <math.h>
! 45: #endif
! 46:
! 47: #ifdef HAVE_TIME_H
! 48: # include <time.h>
! 49: #endif
! 50:
! 51: #ifdef HAVE_STDLIB_H
! 52: # include <stdlib.h>
! 53: #endif
! 54:
! 55: #ifdef HAVE_STRING_H
! 56: # include <string.h>
! 57: #endif
! 58:
E-mail: