paradigm_3/html/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>sysconfig.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>sysconfig.h File Reference</h1><code>#include &lt;iostream&gt;</code><br>
<code>#include &lt;fstream&gt;</code><br>
<code>#include &lt;list&gt;</code><br>
<code>#include &lt;queue&gt;</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;exception&gt;</code><br>
<code>#include &lt;cstdio&gt;</code><br>
<code>#include &lt;ctime&gt;</code><br>
<code>#include &lt;cprocess&gt;</code><br>
<code>#include &lt;winsock2.h&gt;</code><br>

<p>
Include dependency graph for sysconfig.h:<p><center><img src="sysconfig_8h__incl.gif" border="0" usemap="#sysconfig.h_map" alt="Include dependency graph"></center>

<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="sysconfig_8h__dep__incl.gif" border="0" usemap="#sysconfig.hdep_map" alt="Included by dependency graph"></center>
<map name="sysconfig.hdep_map">
<area href="connection_8cpp.html" shape="rect" coords="0,0,93,18" alt="">
<area href="event_8cpp.html" shape="rect" coords="117,0,181,18" alt="">
<area href="eventqueue_8cpp.html" shape="rect" coords="205,0,301,18" alt="">
<area href="log_8cpp.html" shape="rect" coords="325,0,379,18" alt="">
<area href="paradigm_8cpp.html" shape="rect" coords="403,0,488,18" alt="">
<area href="server_8cpp.html" shape="rect" coords="512,0,579,18" alt="">
<area href="socket_8cpp.html" shape="rect" coords="603,0,672,18" alt="">
<area href="user_8cpp.html" shape="rect" coords="696,0,755,18" alt="">
</map>

<p>
<a href="sysconfig_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespacestd.html">std</a></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="sysconfig_8h.html#a0">WIN32</a>&nbsp;&nbsp;&nbsp;1</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="sysconfig_8h.html#a1">WIN32_LEAN_AND_MEAN</a>&nbsp;&nbsp;&nbsp;1</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="sysconfig_8h.html#a2">StartThread</a>(T_HANDLE, FUNCTION, STACKSIZE, ARGS)&nbsp;&nbsp;&nbsp;T_HANDLE = _beginthread((FUNCTION), (STACKSIZE), (ARGS));</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef unsigned long&nbsp;</td><td valign=bottom><a class="el" href="sysconfig_8h.html#a3">THREADHANDLE_T</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
 The intent of this header file is to put operating system or compiler specific configuration information in one place. It also holds common includes for convenience.
<p>
<dl compact><dt><b>Author: </b></dt><dd>
Jon A. Lambert </dl><dl compact><dt><b>Date: </b></dt><dd>
05/02/2003 </dl><dl compact><dt><b>Version: </b></dt><dd>
0.30</dl><dl compact><dt><b>Remarks: </b></dt><dd>
 Global headers like this tend to get a little out of control and populated with a lot of crap. However... I'll be careful.</dl>
<p>
Definition in file <a class="el" href="sysconfig_8h-source.html">sysconfig.h</a>.<hr><h2>Define Documentation</h2>
<a name="a2" doxytag="sysconfig.h::StartThread"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define StartThread</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">T_HANDLE,         <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>FUNCTION,         <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>STACKSIZE,         <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>ARGS&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;T_HANDLE = _beginthread((FUNCTION), (STACKSIZE), (ARGS));
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="sysconfig_8h-source.html#l00126">126</a> of file <a class="el" href="sysconfig_8h-source.html">sysconfig.h</a>.
<p>
Referenced by <a class="el" href="paradigm_8cpp-source.html#l00175">main</a>().    </td>
  </tr>
</table>
<a name="a0" doxytag="sysconfig.h::WIN32"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define WIN32&nbsp;&nbsp;&nbsp;1
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Pre-processor directive the we will or may use to indicate that Paradigm compilation will be done for Windows operating systems. This is auto-detected from fairly common __WIN32__ or _WIN32 manifest constant. 
<p>
Definition at line <a class="el" href="sysconfig_8h-source.html#l00045">45</a> of file <a class="el" href="sysconfig_8h-source.html">sysconfig.h</a>.    </td>
  </tr>
</table>
<a name="a1" doxytag="sysconfig.h::WIN32_LEAN_AND_MEAN"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define WIN32_LEAN_AND_MEAN&nbsp;&nbsp;&nbsp;1
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Pre-processor directive used to limit inclusion of unneccesary windows header files. Defined in windows header files. 
<p>
Definition at line <a class="el" href="sysconfig_8h-source.html#l00060">60</a> of file <a class="el" href="sysconfig_8h-source.html">sysconfig.h</a>.    </td>
  </tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a name="a3" doxytag="sysconfig.h::THREADHANDLE_T"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef unsigned long THREADHANDLE_T
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="sysconfig_8h-source.html#l00125">125</a> of file <a class="el" href="sysconfig_8h-source.html">sysconfig.h</a>.
<p>
Referenced by <a class="el" href="paradigm_8cpp-source.html#l00175">main</a>().    </td>
  </tr>
</table>
<hr><address style="align: right;"><small>Generated on Mon Mar 29 23:12:56 2004 for Paradigm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>