Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

osclconfig_time.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
00003 
00004 //   O S C L C O N F I G _ T I M E   ( T I M E - D E F I N I T I O N S )
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 // system header files
00020 #include <time.h> // timeval
00021 #include <sys/time.h> // timercmp
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

OSCL API
Posting Version: OPENCORE_20090310