~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to doc/sbuild/html/sbuild-config_8h_source.html

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2009-11-07 10:46:54 UTC
  • mfrom: (1.1.20 upstream) (2.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20091107104654-kk1fp1icv8dzfyfi
* New upstream development release.
* schroot:
  - Return success when ending a session and the operation
    succeeded (Closes: #554907).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
 
<title>sbuild: sbuild/sbuild-config.h Source File</title>
4
 
<link href="tabs.css" rel="stylesheet" type="text/css">
5
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
6
 
</head><body>
7
 
<!-- Generated by Doxygen 1.5.9 -->
8
 
<div class="navigation" id="top">
9
 
  <div class="tabs">
10
 
    <ul>
11
 
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
 
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13
 
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
14
 
      <li><a href="annotated.html"><span>Classes</span></a></li>
15
 
      <li class="current"><a href="files.html"><span>Files</span></a></li>
16
 
      <li><a href="dirs.html"><span>Directories</span></a></li>
17
 
    </ul>
18
 
  </div>
19
 
  <div class="tabs">
20
 
    <ul>
21
 
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
22
 
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
23
 
    </ul>
24
 
  </div>
25
 
  <div class="navpath"><a class="el" href="dir_5769d7dd62c6719d79ec5ec7998dae58.html">sbuild</a>
26
 
  </div>
27
 
</div>
28
 
<div class="contents">
29
 
<h1>sbuild-config.h</h1><a href="sbuild-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">/* sbuild/sbuild-config.h.  Generated from sbuild-config.h.in by configure.  */</span>
30
 
<a name="l00002"></a>00002 <span class="comment">/* Copyright © 2005-2007  Roger Leigh &lt;rleigh@debian.org&gt;</span>
31
 
<a name="l00003"></a>00003 <span class="comment"> *</span>
32
 
<a name="l00004"></a>00004 <span class="comment"> *</span>
33
 
<a name="l00005"></a>00005 <span class="comment"> * schroot is free software: you can redistribute it and/or modify it</span>
34
 
<a name="l00006"></a>00006 <span class="comment"> * under the terms of the GNU General Public License as published by</span>
35
 
<a name="l00007"></a>00007 <span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span>
36
 
<a name="l00008"></a>00008 <span class="comment"> * (at your option) any later version.</span>
37
 
<a name="l00009"></a>00009 <span class="comment"> *</span>
38
 
<a name="l00010"></a>00010 <span class="comment"> * schroot is distributed in the hope that it will be useful, but</span>
39
 
<a name="l00011"></a>00011 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
40
 
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
41
 
<a name="l00013"></a>00013 <span class="comment"> * General Public License for more details.</span>
42
 
<a name="l00014"></a>00014 <span class="comment"> *</span>
43
 
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
44
 
<a name="l00016"></a>00016 <span class="comment"> * along with this program.  If not, see</span>
45
 
<a name="l00017"></a>00017 <span class="comment"> * &lt;http://www.gnu.org/licenses/&gt;.</span>
46
 
<a name="l00018"></a>00018 <span class="comment"> *</span>
47
 
<a name="l00019"></a>00019 <span class="comment"> *********************************************************************/</span>
48
 
<a name="l00020"></a>00020 
49
 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef SBUILD_CONFIG_H</span>
50
 
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define SBUILD_CONFIG_H</span>
51
 
<a name="l00023"></a>00023 <span class="preprocessor"></span>
52
 
<a name="l00024"></a>00024 <span class="comment">/* This header contains configuration macros which determine the</span>
53
 
<a name="l00025"></a>00025 <span class="comment">   correct library to use.  This depends upon the libraries found at</span>
54
 
<a name="l00026"></a>00026 <span class="comment">   configure time. */</span>
55
 
<a name="l00027"></a>00027 
56
 
<a name="l00028"></a>00028 <span class="comment">/* Define to 1 if you have the &lt;boost/format.hpp&gt; header file. */</span>
57
 
<a name="l00029"></a><a class="code" href="sbuild-config_8h.html#e2ffb50d987dac6e3a9f6c561fd25661">00029</a> <span class="preprocessor">#define HAVE_BOOST_FORMAT_HPP 1</span>
58
 
<a name="l00030"></a>00030 <span class="preprocessor"></span>
59
 
<a name="l00031"></a>00031 <span class="comment">/* Define to 1 if you have the &lt;boost/program_options.hpp&gt; header file. */</span>
60
 
<a name="l00032"></a><a class="code" href="sbuild-config_8h.html#d428c9f5d2a48876c1eabd050fac47d2">00032</a> <span class="preprocessor">#define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1</span>
61
 
<a name="l00033"></a>00033 <span class="preprocessor"></span>
62
 
<a name="l00034"></a>00034 <span class="comment">/* Define to 1 if you have the &lt;boost/shared_ptr.hpp&gt; header file. */</span>
63
 
<a name="l00035"></a><a class="code" href="sbuild-config_8h.html#f8ec61315202b487757f053f6538ca89">00035</a> <span class="preprocessor">#define HAVE_BOOST_SHARED_PTR_HPP 1</span>
64
 
<a name="l00036"></a>00036 <span class="preprocessor"></span>
65
 
<a name="l00037"></a>00037 <span class="comment">/* Define to 1 if you have the &lt;boost/tuple/tuple.hpp&gt; header file. */</span>
66
 
<a name="l00038"></a><a class="code" href="sbuild-config_8h.html#44a43772c6421a6c06aefd8eb6942a88">00038</a> <span class="preprocessor">#define HAVE_BOOST_TUPLE_TUPLE_HPP 1</span>
67
 
<a name="l00039"></a>00039 <span class="preprocessor"></span>
68
 
<a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the &lt;tr1/memory&gt; header file. */</span>
69
 
<a name="l00041"></a><a class="code" href="sbuild-config_8h.html#19a64c07cc770b36a4f64b57c35d6d71">00041</a> <span class="preprocessor">#define HAVE_TR1_MEMORY 1</span>
70
 
<a name="l00042"></a>00042 <span class="preprocessor"></span>
71
 
<a name="l00043"></a>00043 <span class="comment">/* Define to 1 if you have the &lt;tr1/tuple&gt; header file. */</span>
72
 
<a name="l00044"></a><a class="code" href="sbuild-config_8h.html#27a4c6e06caa42f6df4a3d8f651ff76d">00044</a> <span class="preprocessor">#define HAVE_TR1_TUPLE 1</span>
73
 
<a name="l00045"></a>00045 <span class="preprocessor"></span>
74
 
<a name="l00046"></a><a class="code" href="sbuild-config_8h.html#db83d1c726f7fe7e980c1a38f1866853">00046</a> <span class="preprocessor">#define SBUILD_MESSAGE_CATALOGUE "schroot"</span>
75
 
<a name="l00047"></a>00047 <span class="preprocessor"></span>
76
 
<a name="l00048"></a>00048 <span class="preprocessor">#endif </span><span class="comment">/* SBUILD_H */</span>
77
 
<a name="l00049"></a>00049 
78
 
<a name="l00050"></a>00050 <span class="comment">/*</span>
79
 
<a name="l00051"></a>00051 <span class="comment"> * Local Variables:</span>
80
 
<a name="l00052"></a>00052 <span class="comment"> * mode:C++</span>
81
 
<a name="l00053"></a>00053 <span class="comment"> * End:</span>
82
 
<a name="l00054"></a>00054 <span class="comment"> */</span>
83
 
</pre></div></div>
84
 
<hr size="1"><address style="text-align: right;"><small>Generated on Sun May 17 18:38:55 2009 for sbuild by&nbsp;
85
 
<a href="http://www.doxygen.org/index.html">
86
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
87
 
</body>
88
 
</html>