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

osclconfig_util.h

Go to the documentation of this file.
00001 #ifndef OSCLCONFIG_UTIL_H_INCLUDED
00002 #define OSCLCONFIG_UTIL_H_INCLUDED
00003 
00004 #ifndef OSCLCONFIG_H_INCLUDED
00005 #include "osclconfig.h"
00006 #endif
00007 
00008 #include <stdio.h> //sprintf
00009 #include <time.h>         // OSCL clock
00010 #include <sys/time.h> // timeval
00011 
00012 #define OSCL_CLOCK_HAS_DRIFT_CORRECTION 0
00013 #define OSCL_HAS_SYMBIAN_TIMERS 0
00014 #define OSCL_HAS_SYMBIAN_MATH   0
00015 
00016 #define OSCL_RAND_MAX           RAND_MAX
00017 
00018 //Define system sleep call for the tick count test here.
00019 #include <unistd.h>
00020 #define SLEEP_ONE_SEC sleep(1)
00021 
00022 
00023 #include "osclconfig_util_check.h"
00024 
00025 #endif
00026 

OSCL API
Posting Version: OPENCORE_20090310