A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

213 lines
16 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Server: config.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Server&#160;<span id="projectnumber">0.0.1</span></div>
<div id="projectbrief">HTTP/REST server implementation</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('config_8h.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<h1>config.h</h1> </div>
</div>
<div class="contents">
<a href="config_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* config.h. Generated from config.h.in by configure. */</span>
<a name="l00002"></a>00002 <span class="comment">/* config.h.in. Generated from configure.ac by autoheader. */</span>
<a name="l00003"></a>00003
<a name="l00004"></a>00004 <span class="comment">/* Define to 1 if you have the &lt;dlfcn.h&gt; header file. */</span>
<a name="l00005"></a><a class="code" href="config_8h.html#a0ee1617ff2f6885ef384a3dd46f9b9d7">00005</a> <span class="preprocessor">#define HAVE_DLFCN_H 1</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span>
<a name="l00007"></a>00007 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
<a name="l00008"></a><a class="code" href="config_8h.html#ab90a030ff2790ebdc176660a6dd2a478">00008</a> <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span>
<a name="l00010"></a>00010 <span class="comment">/* Define to 1 if you have the &lt;json/json.h&gt; header file. */</span>
<a name="l00011"></a><a class="code" href="config_8h.html#ac2c863e4e8669bd8c3a403107e2102ad">00011</a> <span class="preprocessor">#define HAVE_JSON_JSON_H 1</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span>
<a name="l00013"></a>00013 <span class="comment">/* Define to 1 if you have the `ssl&#39; library (-lssl). */</span>
<a name="l00014"></a><a class="code" href="config_8h.html#a599f6f40ec072a355a69090fe0034fae">00014</a> <span class="preprocessor">#define HAVE_LIBSSL 1</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
<a name="l00017"></a><a class="code" href="config_8h.html#ae93a78f9d076138897af441c9f86f285">00017</a> <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="comment">/* Define to 1 if you have the `memset&#39; function. */</span>
<a name="l00020"></a><a class="code" href="config_8h.html#a3df52e9809253860c385be6f3a160607">00020</a> <span class="preprocessor">#define HAVE_MEMSET 1</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="comment">/* Define to 1 if you have the &lt;stdarg.h&gt; header file. */</span>
<a name="l00023"></a><a class="code" href="config_8h.html#a3a3f8c7f8da8cac799fb620a2dbf2b15">00023</a> <span class="preprocessor">#define HAVE_STDARG_H 1</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="comment">/* Define to 1 if stdbool.h conforms to C99. */</span>
<a name="l00026"></a><a class="code" href="config_8h.html#a8c3fa1b2f1be8c6f6929548c548cf50a">00026</a> <span class="preprocessor">#define HAVE_STDBOOL_H 1</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
<a name="l00029"></a><a class="code" href="config_8h.html#ab6cd6d1c63c1e26ea2d4537b77148354">00029</a> <span class="preprocessor">#define HAVE_STDINT_H 1</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="comment">/* Define to 1 if you have the &lt;stdio.h&gt; header file. */</span>
<a name="l00032"></a><a class="code" href="config_8h.html#ae021ce4fe74984428cc97427b7358fda">00032</a> <span class="preprocessor">#define HAVE_STDIO_H 1</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
<a name="l00035"></a><a class="code" href="config_8h.html#a9e0e434ec1a6ddbd97db12b5a32905e0">00035</a> <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span>
<a name="l00037"></a>00037 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
<a name="l00038"></a><a class="code" href="config_8h.html#a405d10d46190bcb0320524c54eafc850">00038</a> <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span>
<a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
<a name="l00041"></a><a class="code" href="config_8h.html#ad4c234dd1625255dc626a15886306e7d">00041</a> <span class="preprocessor">#define HAVE_STRING_H 1</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 <span class="comment">/* Define to 1 if you have the &lt;syslog.h&gt; header file. */</span>
<a name="l00044"></a><a class="code" href="config_8h.html#a695d4e005378df4a1f286cb3d0f4b333">00044</a> <span class="preprocessor">#define HAVE_SYSLOG_H 1</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
<a name="l00047"></a><a class="code" href="config_8h.html#ace156430ba007d19b4348a950d0c692b">00047</a> <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span>
<a name="l00049"></a>00049 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
<a name="l00050"></a><a class="code" href="config_8h.html#a69dc70bea5d1f8bd2be9740e974fa666">00050</a> <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span>
<a name="l00052"></a>00052 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
<a name="l00053"></a><a class="code" href="config_8h.html#a219b06937831d0da94d801ab13987639">00053</a> <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span>
<a name="l00055"></a>00055 <span class="comment">/* Define to 1 if the system has the type `_Bool&#39;. */</span>
<a name="l00056"></a><a class="code" href="config_8h.html#a862ffdbac7ac8323712310a418b7d9a3">00056</a> <span class="preprocessor">#define HAVE__BOOL 1</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span>
<a name="l00058"></a>00058 <span class="comment">/* Define to the sub-directory in which libtool stores uninstalled libraries.</span>
<a name="l00059"></a>00059 <span class="comment"> */</span>
<a name="l00060"></a><a class="code" href="config_8h.html#ac2d5925d76379847dd9fc4747b061659">00060</a> <span class="preprocessor">#define LT_OBJDIR &quot;.libs/&quot;</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span>
<a name="l00062"></a>00062 <span class="comment">/* Define to 1 if your C compiler doesn&#39;t accept -c and -o together. */</span>
<a name="l00063"></a>00063 <span class="comment">/* #undef NO_MINUS_C_MINUS_O */</span>
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="comment">/* Name of package */</span>
<a name="l00066"></a><a class="code" href="config_8h.html#aca8570fb706c81df371b7f9bc454ae03">00066</a> <span class="preprocessor">#define PACKAGE &quot;webgameserver&quot;</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span>
<a name="l00068"></a>00068 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
<a name="l00069"></a><a class="code" href="config_8h.html#a1d1d2d7f8d2f95b376954d649ab03233">00069</a> <span class="preprocessor">#define PACKAGE_BUGREPORT &quot;Georg Hopp &lt;georg@steffers.org&gt;&quot;</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span>
<a name="l00071"></a>00071 <span class="comment">/* Define to the full name of this package. */</span>
<a name="l00072"></a><a class="code" href="config_8h.html#a1c0439e4355794c09b64274849eb0279">00072</a> <span class="preprocessor">#define PACKAGE_NAME &quot;webgameserver&quot;</span>
<a name="l00073"></a>00073 <span class="preprocessor"></span>
<a name="l00074"></a>00074 <span class="comment">/* Define to the full name and version of this package. */</span>
<a name="l00075"></a><a class="code" href="config_8h.html#ac73e6f903c16eca7710f92e36e1c6fbf">00075</a> <span class="preprocessor">#define PACKAGE_STRING &quot;webgameserver 0.0.2&quot;</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span>
<a name="l00077"></a>00077 <span class="comment">/* Define to the one symbol short name of this package. */</span>
<a name="l00078"></a><a class="code" href="config_8h.html#af415af6bfede0e8d5453708afe68651c">00078</a> <span class="preprocessor">#define PACKAGE_TARNAME &quot;webgameserver&quot;</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span>
<a name="l00080"></a>00080 <span class="comment">/* Define to the home page for this package. */</span>
<a name="l00081"></a><a class="code" href="config_8h.html#a5c93853116d5a50307b6744f147840aa">00081</a> <span class="preprocessor">#define PACKAGE_URL &quot;&quot;</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00083"></a>00083 <span class="comment">/* Define to the version of this package. */</span>
<a name="l00084"></a><a class="code" href="config_8h.html#aa326a05d5e30f9e9a4bb0b4469d5d0c0">00084</a> <span class="preprocessor">#define PACKAGE_VERSION &quot;0.0.2&quot;</span>
<a name="l00085"></a>00085 <span class="preprocessor"></span>
<a name="l00086"></a>00086 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
<a name="l00087"></a><a class="code" href="config_8h.html#a550e5c272cc3cf3814651721167dcd23">00087</a> <span class="preprocessor">#define STDC_HEADERS 1</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span>
<a name="l00089"></a>00089 <span class="comment">/* Version number of package */</span>
<a name="l00090"></a><a class="code" href="config_8h.html#a1c6d5de492ac61ad29aec7aa9a436bbf">00090</a> <span class="preprocessor">#define VERSION &quot;0.0.2&quot;</span>
<a name="l00091"></a>00091 <span class="preprocessor"></span>
<a name="l00092"></a>00092 <span class="comment">/* Define to `__inline__&#39; or `__inline&#39; if that&#39;s what the C compiler</span>
<a name="l00093"></a>00093 <span class="comment"> calls it, or to nothing if &#39;inline&#39; is not supported under any name. */</span>
<a name="l00094"></a>00094 <span class="preprocessor">#ifndef __cplusplus</span>
<a name="l00095"></a>00095 <span class="preprocessor"></span><span class="comment">/* #undef inline */</span>
<a name="l00096"></a>00096 <span class="preprocessor">#endif</span>
<a name="l00097"></a>00097 <span class="preprocessor"></span>
<a name="l00098"></a>00098 <span class="comment">/* Define to `int&#39; if &lt;sys/types.h&gt; does not define. */</span>
<a name="l00099"></a>00099 <span class="comment">/* #undef pid_t */</span>
<a name="l00100"></a>00100
<a name="l00101"></a>00101 <span class="comment">/* Define to `unsigned int&#39; if &lt;sys/types.h&gt; does not define. */</span>
<a name="l00102"></a>00102 <span class="comment">/* #undef size_t */</span>
</pre></div></div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="config_8h.html">config.h</a> </li>
<li class="footer">Generated on Wed Mar 28 2012 10:39:43 for Server by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</body>
</html>