1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3 <title>osclconfig_util.h Source File</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 </head><body> 6 <!-- Generated by Doxygen 1.2.18 --> 7 <center> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9 <hr><h1>osclconfig_util.h</h1><a href="osclconfig__util_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span> 10 00002 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_UTIL_H_INCLUDED</span> 11 00003 <span class="preprocessor"></span> 12 00004 <span class="preprocessor">#ifndef OSCLCONFIG_H_INCLUDED</span> 13 00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig_8h.html">osclconfig.h</a>"</span> 14 00006 <span class="preprocessor">#endif</span> 15 00007 <span class="preprocessor"></span> 16 00008 <span class="preprocessor">#include <stdio.h></span> <span class="comment">//sprintf</span> 17 00009 <span class="preprocessor">#include <time.h></span> <span class="comment">// OSCL clock</span> 18 00010 <span class="preprocessor">#include <sys/time.h></span> <span class="comment">// timeval</span> 19 00011 20 <a name="l00012"></a><a class="code" href="osclconfig__util_8h.html#a0">00012</a> <span class="preprocessor">#define OSCL_CLOCK_HAS_DRIFT_CORRECTION 0</span> 21 <a name="l00013"></a><a class="code" href="osclconfig__util_8h.html#a1">00013</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_SYMBIAN_TIMERS 0</span> 22 <a name="l00014"></a><a class="code" href="osclconfig__util_8h.html#a2">00014</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_SYMBIAN_MATH 0</span> 23 00015 <span class="preprocessor"></span> 24 <a name="l00016"></a><a class="code" href="osclconfig__util_8h.html#a3">00016</a> <span class="preprocessor">#define OSCL_RAND_MAX RAND_MAX</span> 25 00017 <span class="preprocessor"></span> 26 00018 <span class="comment">//Define system sleep call for the tick count test here.</span> 27 00019 <span class="preprocessor">#include <unistd.h></span> 28 <a name="l00020"></a><a class="code" href="osclconfig__util_8h.html#a4">00020</a> <span class="preprocessor">#define SLEEP_ONE_SEC sleep(1)</span> 29 00021 <span class="preprocessor"></span> 30 00022 31 00023 <span class="preprocessor">#include "<a class="code" href="osclconfig__util__check_8h.html">osclconfig_util_check.h</a>"</span> 32 00024 33 00025 <span class="preprocessor">#endif</span> 34 00026 <span class="preprocessor"></span> 35 </pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 36 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 37 </small></address> 38 </body> 39 </html> 40