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_time.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_time.h</h1><a href="osclconfig__time_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// 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 )</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600008 1700009 1800010 1900011 <span class="preprocessor">#ifndef OSCLCONFIG_TIME_H_INCLUDED</span> 2000012 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_TIME_H_INCLUDED</span> 2100013 <span class="preprocessor"></span> 2200014 2300015 <span class="preprocessor">#ifndef OSCLCONFIG_H_INCLUDED</span> 2400016 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig_8h.html">osclconfig.h</a>"</span> 2500017 <span class="preprocessor">#endif</span> 2600018 <span class="preprocessor"></span> 2700019 <span class="comment">// system header files</span> 2800020 <span class="preprocessor">#include <time.h></span> <span class="comment">// timeval</span> 2900021 <span class="preprocessor">#include <sys/time.h></span> <span class="comment">// timercmp</span> 3000022 <span class="preprocessor">#include <unistd.h></span> 3100023 3200024 3300025 34<a name="l00026"></a><a class="code" href="osclconfig__time_8h.html#a0">00026</a> <span class="preprocessor">#define OSCL_HAS_UNIX_TIME_FUNCS 1</span> 3500027 <span class="preprocessor"></span> 3600028 37<a name="l00029"></a><a class="code" href="osclconfig__time_8h.html#a1">00029</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>timeval <a class="code" href="osclconfig__time_8h.html#a1">OsclBasicTimeStruct</a>; 38<a name="l00030"></a><a class="code" href="osclconfig__time_8h.html#a2">00030</a> <span class="keyword">typedef</span> tm <a class="code" href="osclconfig__time_8h.html#a2">OsclBasicDateTimeStruct</a>; 3900031 4000032 <span class="preprocessor">#include "<a class="code" href="osclconfig__time__check_8h.html">osclconfig_time_check.h</a>"</span> 4100033 4200034 <span class="preprocessor">#endif</span> 43</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 44<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 45</small></address> 46</body> 47</html> 48