00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef OSCLCONFIG_TIME_H_INCLUDED
00012 #define OSCLCONFIG_TIME_H_INCLUDED
00013
00014
00015 #ifndef OSCLCONFIG_H_INCLUDED
00016 #include "osclconfig.h"
00017 #endif
00018
00019
00020 #include <time.h>
00021 #include <sys/time.h>
00022 #include <unistd.h>
00023
00024
00025
00026 #define OSCL_HAS_UNIX_TIME_FUNCS 1
00027
00028
00029 typedef struct timeval OsclBasicTimeStruct;
00030 typedef tm OsclBasicDateTimeStruct;
00031
00032 #include "osclconfig_time_check.h"
00033
00034 #endif