00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef CONFIG_H
00010 #define CONFIG_H
00011
00012 #if 0
00013 efine SIGHANDLER_T int
00014 efine HAS_SYSV_SIGNAL 1
00015 #endif
00016
00017 #define HAS_STDLIB_H 1
00018 #if 0
00019 efine HAS_LIMITS_H 1
00020 #endif
00021 #define HAS_FCNTL_H 1
00022 #if 0
00023 efine HAS_ERRNO_DECL 1
00024 #endif
00025
00026 #define HAS_FSTAT 1
00027 #define HAS_FCHMOD 1
00028 #define HAS_CHMOD 1
00029 #define HAS_FCHOWN 1
00030 #define HAS_CHOWN 1
00031 #if 0
00032 efine HAS__FSETMODE 1
00033 #endif
00034
00035 #define HAS_STRING_H 1
00036 #if 0
00037 efine HAS_STRINGS_H 1
00038 #endif
00039
00040 #define HAS_UNISTD_H 1
00041 #define HAS_UTIME 1
00042 #if 0
00043 efine HAS_UTIMES 1
00044 #endif
00045 #define HAS_UTIME_H 1
00046 #if 0
00047 efine HAS_UTIMBUF 1
00048 efine HAS_UTIMEUSEC 1
00049 #endif
00050
00051 #endif