]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/more/writingdoc/template/configuration.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / more / writingdoc / template / configuration.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <meta http-equiv="Content-Language" content="en-us">
6 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
7 <link rel="stylesheet" type="text/css" href="../../../boost.css">
8
9 <title>{{Library}} - Configuration</title>
10 </head>
11
12 <body link="#0000FF" vlink="#800080">
13 <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
14 "header">
15 <tr>
16 <td valign="top" width="300">
17 <h3><a href="../../../index.htm"><img height="86" width="277" alt=
18 "C++ Boost" src="../../../boost.png" border="0"></a></h3>
19 </td>
20
21 <td valign="top">
22 <h1 align="center">{{Library}}</h1>
23
24 <h2 align="center">Configuration</h2>
25 </td>
26 </tr>
27 </table>
28 <hr>
29
30 <dl class="page-index">
31 <dt><a href="#introduction">Introduction</a></dt>
32
33 <dt><a href="#app-defined">Application Defined Macros</a></dt>
34
35 <dt><a href="#lib-defined-public">Public Library Defined Macros</a></dt>
36
37 <dt><a href="#lib-defined-impl">Library Defined Implementation
38 Macros</a></dt>
39 </dl>
40
41 <h2><a name="introduction" id="introduction"></a>Introduction</h2>
42
43 <p>{{library}} uses several configuration macros in <a href=
44 "http://www.boost.org/libs/config/config.htm">&lt;boost/config.hpp&gt;</a>,
45 as well as configuration macros meant to be supplied by the application.
46 These macros are documented here.</p>
47
48 <h2><a name="app-defined" id="app-defined"></a>Application Defined
49 Macros</h2>
50
51 <p>These are the macros that may be defined by an application using
52 {{library}}.</p>
53
54 <table summary="application defined macros" cellspacing="10" width="100%">
55 <tr>
56 <td><b>Macro</b></td>
57
58 <td><b>Meaning</b></td>
59 </tr>
60
61 <tr>
62 <td>{{macro}}</td>
63
64 <td>{{meaning}}</td>
65 </tr>
66
67 <tr>
68 <td>{{macro}}</td>
69
70 <td>{{meaning}}</td>
71 </tr>
72 </table>
73
74 <h2><a name="lib-defined-public" id="lib-defined-public"></a>Public Library
75 Defined Macros</h2>
76
77 <p>These macros are defined by {{library}} but are expected to be used by
78 application code.</p>
79
80 <table summary="public library defined macros" cellspacing="10" width=
81 "100%">
82 <tr>
83 <td><b>Macro</b></td>
84
85 <td><b>Meaning</b></td>
86 </tr>
87
88 <tr>
89 <td>{{macro}}</td>
90
91 <td>{{meaning}}</td>
92 </tr>
93
94 <tr>
95 <td>{{macro}}</td>
96
97 <td>{{meaning}}</td>
98 </tr>
99 </table>
100
101 <h2><a name="lib-defined-impl" id="lib-defined-impl"></a>Library Defined
102 Implementation Macros</h2>
103
104 <p>These macros are defined by {{library}} and are implementation details
105 of interest only to implementers.</p>
106
107 <table summary="library defined implementation macros" cellspacing="10"
108 width="100%">
109 <tr>
110 <td><b>Macro</b></td>
111
112 <td><b>Meaning</b></td>
113 </tr>
114
115 <tr>
116 <td>{{macro}}</td>
117
118 <td>{{meaning}}</td>
119 </tr>
120
121 <tr>
122 <td>{{macro}}</td>
123
124 <td>{{meaning}}</td>
125 </tr>
126 </table>
127 <hr>
128
129 <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
130 "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
131 height="31" width="88"></a></p>
132
133 <p>Revised
134 <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
135 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
136
137 <p><i>Copyright &copy; 2006 <a href=
138 "mailto:{{address}}">{{author}}</a></i></p>
139
140 <p><i>Distributed under the Boost Software License, Version 1.0. (See
141 accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
142 copy at <a href=
143 "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
144 </body>
145 </html>