summaryrefslogtreecommitdiff
path: root/more/writingdoc/template/configuration.html
blob: d8f4e264c1080cad82d6de37eba239b3bd577c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../boost.css">
<title>{{Library}} - Configuration</title>
</head>
<body link="#0000ff" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
    "header">
  <tr> 
    <td valign="top" width="300"> 
      <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../c++boost.gif" border="0"></a></h3>
    </td>
    <td valign="top"> 
      <h1 align="center">{{Library}}</h1>
      <h2 align="center">Configuration</h2>
    </td>
  </tr>
</table>
<hr>
<dl class="page-index">
  <dt><a href="#introduction">Introduction</a></dt>
  <dt><a href="#app-defined">Application Defined Macros</a></dt>
  <dt><a href="#lib-defined-public">Public Library Defined Macros</a></dt>
  <dt><a href="#lib-defined-impl">Library Defined Implementation Macros</a></dt>
</dl>
<h2><a name="introduction"></a>Introduction</h2>
<p>{{library}} uses several configuration macros in <a href="http://www.boost.org/libs/config/config.htm">&lt;boost/config.hpp&gt;</a>, 
  as well as configuration macros meant to be supplied by the application. These 
  macros are documented here.</p>
<h2><a name="app-defined"></a>Application Defined Macros</h2>
<p>These are the macros that may be defined by an application using {{library}}.</p>
<table summary="application defined macros" cellspacing="10" width="100%">
  <tr>
    <td><b>Macro</b></td>
    <td><b>Meaning</b></td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
</table>
<h2><a name="lib-defined-public"></a>Public Library Defined Macros</h2>
<p>These macros are defined by {{library}} but are expected to be used by application 
  code.</p>
<table summary="public library defined macros" cellspacing="10" width="100%">
  <tr>
    <td><b>Macro</b></td>
    <td><b>Meaning</b></td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
</table>
<h2><a name="lib-defined-impl"></a>Library Defined Implementation Macros</h2>
<p>These macros are defined by {{library}} and are implementation details of interest 
  only to implementers.</p>
<table summary="library defined implementation macros" cellspacing="10" width="100%">
  <tr>
    <td><b>Macro</b></td>
    <td><b>Meaning</b></td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
  <tr>
    <td>{{macro}}</td>
	<td>{{meaning}}</td>
  </tr>
</table>
<hr>
<p>Revised 
  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  05 November, 2001 
  <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p><i>&copy; Copyright <a href="mailto:{{address}}">{{author}}</a> 
  2002. All Rights Reserved.</i></p>
</body>
</html>