summaryrefslogtreecommitdiff
path: root/sigalatvision/doc/html/tvconfig_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'sigalatvision/doc/html/tvconfig_8h-source.html')
-rw-r--r--sigalatvision/doc/html/tvconfig_8h-source.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/sigalatvision/doc/html/tvconfig_8h-source.html b/sigalatvision/doc/html/tvconfig_8h-source.html
new file mode 100644
index 0000000..a5ff367
--- /dev/null
+++ b/sigalatvision/doc/html/tvconfig_8h-source.html
@@ -0,0 +1,42 @@
+<!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>tvconfig.h Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 1.2.8.1 -->
+<center>
+<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</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; </center>
+<hr><h1>tvconfig.h</h1><a href="tvconfig_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>
+00002 <font class="comment"> * tvconfig.h</font>
+00003 <font class="comment"> *</font>
+00004 <font class="comment"> * Turbo Vision - Version 2.0</font>
+00005 <font class="comment"> *</font>
+00006 <font class="comment"> * Copyright (c) 1994 by Borland International</font>
+00007 <font class="comment"> * All Rights Reserved.</font>
+00008 <font class="comment"> *</font>
+00009 <font class="comment"> * Modified by Sergio Sigala &lt;sergio@sigala.it&gt;</font>
+00010 <font class="comment"> */</font>
+00011
+00012 <font class="preprocessor">#if !defined( __CONFIG_H )</font>
+00013 <font class="preprocessor"></font><font class="preprocessor">#define __CONFIG_H</font>
+00014 <font class="preprocessor"></font>
+00015 <font class="preprocessor">#include &lt;limits.h&gt;</font>
+00016
+<a name="l00024"></a><a class="code" href="tvconfig_8h.html#a0">00024</a> <font class="keyword">const</font> <font class="keywordtype">int</font> eventQSize = 16;
+00025
+<a name="l00031"></a><a class="code" href="tvconfig_8h.html#a1">00031</a> <font class="keyword">const</font> <font class="keywordtype">int</font> maxCollectionSize = INT_MAX / <font class="keyword">sizeof</font>(<font class="keywordtype">void</font> *);
+00032
+<a name="l00036"></a><a class="code" href="tvconfig_8h.html#a2">00036</a> <font class="keyword">const</font> <font class="keywordtype">int</font> maxViewWidth = 132;
+00037
+<a name="l00042"></a><a class="code" href="tvconfig_8h.html#a3">00042</a> <font class="keyword">const</font> <font class="keywordtype">int</font> maxFindStrLen = 80;
+00043
+<a name="l00048"></a><a class="code" href="tvconfig_8h.html#a4">00048</a> <font class="keyword">const</font> <font class="keywordtype">int</font> maxReplaceStrLen = 80;
+00049
+00050 <font class="preprocessor">#endif // __CONFIG_H</font>
+</font></pre></div><hr><address><small>Generated at Sat Sep 22 20:19:12 2001 for TVision by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.gif" alt="doxygen" align="middle" border=0
+width=110 height=53></a>1.2.8.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy;&nbsp;1997-2001</small></address>
+</body>
+</html>