moving the configure options list around to the appendix as discussed (since noone objected on the week I provided for objections)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2004-06-01 19:39:11 +00:00
parent f615a6a4df
commit f81e2cbafe
8 changed files with 147 additions and 263 deletions

80
appendices/configure.xml Normal file
View file

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<sect1 id="configure">
<title>List of core configure options</title>
<para>
Below is a partial list of configure options used by the PHP
<filename>configure</filename> scripts when compiling in Unix-like
environments. Most configure options are listed in their appropriate
locations on the extension reference pages and not here. For a complete
up-to-date list of configure options, run <command>./configure --help</command>
in your PHP source directory after running <command>autoconf</command>
(see also the <link linkend="installation">Installation chapter</link>).
You may also be interested in reading the
<ulink url="&url.gnu.configure;">GNU configure</ulink> documentation for
information on additional <command>configure</command> options such as
<literal>--prefix=PREFIX</literal>.
</para>
<note>
<para>
These are only used at compile time. If you want to alter PHP's
runtime configuration, please see the chapter on <link
linkend="configuration">Runtime Configuration</link>.
</para>
</note>
<itemizedlist>
<listitem>
<para>
<link linkend="configure.options.misc">Miscellaneous</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="configure.options.php">PHP Behaviour</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="configure.options.servers">Server</link>
</para>
</listitem>
</itemizedlist>
<sect2 id="configure.options">
<title>Configure Options in PHP 4</title>
<note>
<para>
These options are only used in PHP 4 as of PHP 4.1.0.
Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0.
If you want to compile an older version, some options will probably
not be available.
</para>
</note>
&appendices.configure.misc;
&appendices.configure.php;
&appendices.configure.servers;
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<sect3 id="install.configure.options.misc">
<!-- $Revision: 1.1 $ -->
<sect3 id="configure.options.misc">
<title>Misc options</title>
<variablelist>
<varlistentry id="install.configure.enable-debug">
<varlistentry id="configure.enable-debug">
<term>
<option role="configure">--enable-debug</option>
</term>
@ -13,7 +13,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-layout">
<varlistentry id="configure.with-layout">
<term>
<option role="configure">--with-layout=TYPE</option>
</term>
@ -24,7 +24,7 @@ or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-pear">
<varlistentry id="configure.with-pear">
<term>
<option role="configure">--with-pear=DIR</option>
</term>
@ -34,7 +34,7 @@ or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.without-pear">
<varlistentry id="configure.without-pear">
<term>
<option role="configure">--without-pear</option>
</term>
@ -45,7 +45,7 @@ or GNU.
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-sigchild">
<varlistentry id="configure.enable-sigchild">
<term>
<option role="configure">--enable-sigchild</option>
</term>
@ -55,7 +55,7 @@ or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-rpath">
<varlistentry id="configure.disable-rpath">
<term>
<option role="configure">--disable-rpath</option>
</term>
@ -65,7 +65,7 @@ or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-libgcc">
<varlistentry id="configure.enable-libgcc">
<term>
<option role="configure">--enable-libgcc</option>
</term>
@ -75,7 +75,7 @@ or GNU.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-php-streams">
<varlistentry id="configure.enable-php-streams">
<term>
<option role="configure">--enable-php-streams</option>
</term>
@ -86,7 +86,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-zlib-dir">
<varlistentry id="configure.with-zlib-dir">
<term>
<option role="configure">--with-zlib-dir[=DIR]</option>
</term>
@ -97,7 +97,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-trans-sid">
<varlistentry id="configure.enable-trans-sid">
<term>
<option role="configure">--enable-trans-sid</option>
</term>
@ -109,7 +109,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-tsrm-pthreads">
<varlistentry id="configure.with-tsrm-pthreads">
<term>
<option role="configure">--with-tsrm-pthreads</option>
</term>
@ -119,7 +119,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-shared">
<varlistentry id="configure.enable-shared">
<term>
<option role="configure">--enable-shared[=PKGS]</option>
</term>
@ -129,7 +129,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-static">
<varlistentry id="configure.enable-static">
<term>
<option role="configure">--enable-static[=PKGS]</option>
</term>
@ -139,7 +139,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-fast-install">
<varlistentry id="configure.enable-fast-install">
<term>
<option role="configure">--enable-fast-install[=PKGS]</option>
</term>
@ -149,7 +149,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-gnu-ld">
<varlistentry id="configure.with-gnu-ld">
<term>
<option role="configure">--with-gnu-ld</option>
</term>
@ -159,7 +159,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-libtool-lock">
<varlistentry id="configure.disable-libtool-lock">
<term>
<option role="configure">--disable-libtool-lock</option>
</term>
@ -169,7 +169,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-pic">
<varlistentry id="configure.with-pic">
<term>
<option role="configure">--with-pic</option>
</term>
@ -180,7 +180,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-memory-limit">
<varlistentry id="configure.enable-memory-limit">
<term>
<option role="configure">--enable-memory-limit</option>
</term>
@ -190,7 +190,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-url-fopen-wrapper">
<varlistentry id="configure.disable-url-fopen-wrapper">
<term>
<option role="configure">--disable-url-fopen-wrapper</option>
</term>
@ -201,7 +201,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-versioning.php4">
<varlistentry id="configure.enable-versioning.php4">
<term>
<option role="configure">--enable-versioning</option>
</term>
@ -213,7 +213,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-ismp">
<varlistentry id="configure.with-ismp">
<term>
<option role="configure">--with-imsp[=DIR]</option>
</term>
@ -225,7 +225,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-mck">
<varlistentry id="configure.with-mck">
<term>
<option role="configure">--with-mck[=DIR]</option>
</term>
@ -239,7 +239,7 @@ code!
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-mod-dav">
<varlistentry id="configure.with-mod-dav">
<term>
<option role="configure">--with-mod-dav=DIR</option>
</term>
@ -251,7 +251,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-debugger">
<varlistentry id="configure.enable-debugger">
<term>
<option role="configure">--enable-debugger</option>
</term>
@ -261,7 +261,7 @@ code!
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-versioning.php3">
<varlistentry id="configure.enable-versioning.php3">
<term>
<option role="configure">--enable-versioning</option>
</term>
@ -286,7 +286,7 @@ sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<sect3 id="install.configure.options.php">
<!-- $Revision: 1.1 $ -->
<sect3 id="configure.options.php">
<title>PHP options</title>
<variablelist>
<varlistentry id="install.configure.enable-maintainer-mode">
<varlistentry id="configure.enable-maintainer-mode">
<term>
<option role="configure">--enable-maintainer-mode</option>
</term>
@ -14,7 +14,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-config-file-path">
<varlistentry id="configure.with-config-file-path">
<term>
<option role="configure">--with-config-file-path=PATH</option>
</term>
@ -24,7 +24,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-safe-mode">
<varlistentry id="configure.enable-safe-mode">
<term>
<option role="configure">--enable-safe-mode</option>
</term>
@ -34,7 +34,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-exec-dir">
<varlistentry id="configure.with-exec-dir">
<term>
<option role="configure">--with-exec-dir[=DIR]</option>
</term>
@ -44,7 +44,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-magic-quotes">
<varlistentry id="configure.enable-magic-quotes">
<term>
<option role="configure">--enable-magic-quotes</option>
</term>
@ -54,7 +54,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-short-tags">
<varlistentry id="configure.disable-short-tags">
<term>
<option role="configure">--disable-short-tags</option>
</term>
@ -78,7 +78,7 @@ sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<sect3 id="install.configure.options.servers">
<!-- $Revision: 1.1 $ -->
<sect3 id="configure.options.servers">
<title>SAPI options</title>
<para>
The following list contains the available SAPI&amp;s (<literal>Server
Application Programming Interface)</literal> for PHP.
</para>
<variablelist>
<varlistentry id="install.configure.with-aolserver">
<varlistentry id="configure.with-aolserver">
<term>
<option role="configure">--with-aolserver=DIR</option>
</term>
@ -17,7 +17,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-apxs">
<varlistentry id="configure.with-apxs">
<term>
<option role="configure">--with-apxs[=FILE]</option>
</term>
@ -30,7 +30,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-apache">
<varlistentry id="configure.with-apache">
<term>
<option role="configure">--with-apache[=DIR]</option>
</term>
@ -41,7 +41,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-mod_charset">
<varlistentry id="configure.with-mod_charset">
<term>
<option role="configure">--with-mod_charset</option>
</term>
@ -51,7 +51,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-apxs2">
<varlistentry id="configure.with-apxs2">
<term>
<option role="configure">--with-apxs2[=FILE]</option>
</term>
@ -63,7 +63,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-caudium">
<varlistentry id="configure.with-caudium">
<term>
<option role="configure">--with-caudium=DIR</option>
</term>
@ -75,21 +75,21 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-cli">
<varlistentry id="configure.disable-cli">
<term>
<option role="configure">--disable-cli</option>
</term>
<listitem>
<para>
Available with PHP 4.3.0. Disable building the CLI version of PHP (this
forces <link linkend="install.configure.without-pear">--without-pear</link>).
forces <link linkend="configure.without-pear">--without-pear</link>).
More information is available in the section about
<link linkend="features.commandline">Using PHP from the command line</link>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-embed">
<varlistentry id="configure.enable-embed">
<term>
<option role="configure">--enable-embed[=TYPE]</option>
</term>
@ -102,7 +102,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-fhttpd">
<varlistentry id="configure.with-fhttpd">
<term>
<option role="configure">--with-fhttpd[=DIR]</option>
</term>
@ -114,7 +114,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-isapi">
<varlistentry id="configure.with-isapi">
<term>
<option role="configure">--with-isapi=DIR</option>
</term>
@ -124,7 +124,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-nsapi">
<varlistentry id="configure.with-nsapi">
<term>
<option role="configure">--with-nsapi=DIR</option>
</term>
@ -134,7 +134,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-phttpd">
<varlistentry id="configure.with-phttpd">
<term>
<option role="configure">--with-phttpd=DIR</option>
</term>
@ -144,7 +144,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-pi3web">
<varlistentry id="configure.with-pi3web">
<term>
<option role="configure">--with-pi3web=DIR</option>
</term>
@ -154,7 +154,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-roxen">
<varlistentry id="configure.with-roxen">
<term>
<option role="configure">--with-roxen=DIR</option>
</term>
@ -165,7 +165,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-roxen-zts">
<varlistentry id="configure.enable-roxen-zts">
<term>
<option role="configure">--enable-roxen-zts</option>
</term>
@ -175,7 +175,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-servlet">
<varlistentry id="configure.with-servlet">
<term>
<option role="configure">--with-servlet[=DIR]</option>
</term>
@ -186,7 +186,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-thttpd">
<varlistentry id="configure.with-thttpd">
<term>
<option role="configure">--with-thttpd=SRCDIR</option>
</term>
@ -197,7 +197,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-tux">
<varlistentry id="configure.with-tux">
<term>
<option role="configure">--with-tux=MODULEDIR</option>
</term>
@ -208,7 +208,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-webjames">
<varlistentry id="configure.with-webjames">
<term>
<option role="configure">--with-webjames=SRCDIR</option>
</term>
@ -219,7 +219,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-cgi">
<varlistentry id="configure.disable-cgi">
<term>
<option role="configure">--disable-cgi</option>
</term>
@ -230,7 +230,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-force-cgi-redirect">
<varlistentry id="configure.enable-force-cgi-redirect">
<term>
<option role="configure">--enable-force-cgi-redirect</option>
</term>
@ -242,7 +242,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-discard-path">
<varlistentry id="configure.enable-discard-path">
<term>
<option role="configure">--enable-discard-path</option>
</term>
@ -255,7 +255,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-fastcgi">
<varlistentry id="configure.with-fastcgi">
<term>
<option role="configure">--with-fastcgi</option>
</term>
@ -267,7 +267,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.enable-fastcgi">
<varlistentry id="configure.enable-fastcgi">
<term>
<option role="configure">--enable-fastcgi</option>
</term>
@ -279,7 +279,7 @@
</listitem>
</varlistentry>
<varlistentry id="install.configure.disable-path-info-check">
<varlistentry id="configure.disable-path-info-check">
<term>
<option role="configure">--disable-path-info-check</option>
</term>
@ -306,7 +306,7 @@ sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.41 $ -->
<!-- $Revision: 1.42 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<sect3 id="install.configure.options.databases">
<title>Database options</title>
</sect3>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<sect3 id="install.configure.options.graphics">
<title>Graphics options</title>
<variablelist>
<varlistentry id="install.configure.with-imagick">
<term>
<option role="configure">--with-imagick</option>
</term>
<listitem>
<para>
The imagick extension has been moved to PECL in PEAR and can be found
at <ulink url="&url.php.pear;imagick">&url.php.pear;imagick</ulink>. Install instructions
for PHP 4 can be found on the PEAR site.
</para>
<para>
Simply doing <option role="configure">--with-imagick</option> is only
supported in PHP 3 unless you follow the instructions found on the PEAR
site.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,125 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<sect1 id="install.configure">
<title>Miscellaneous configure options</title>
<para>
Below is a partial list of configure options used by the PHP
<filename>configure</filename> scripts when compiling in Unix-like
environments. Most configure options are listed in their appropriate
locations and not here. For a complete up-to-date list of configure
options, run <command>./configure --help</command> in your PHP source
directory after running <command>autoconf</command> (see also the
<link linkend="installation">Installation chapter</link>). You may also
be interested in reading the
<ulink url="&url.gnu.configure;">GNU configure</ulink> documentation for
information on additional <command>configure</command> options such as
<literal>--prefix=PREFIX</literal>.
</para>
<note>
<para>
These are only used at compile time. If you want to alter PHP's
runtime configuration, please see the chapter on <link
linkend="configuration">Runtime Configuration</link>.
</para>
</note>
<itemizedlist>
<!--
<listitem>
<para>
<link linkend="install.configure.options.databases">Database</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.ecommerce">Ecommerce</link>
</para>
</listitem>
-->
<listitem>
<para>
<link linkend="install.configure.options.graphics">Graphics</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.misc">Miscellaneous</link>
</para>
</listitem>
<!--
<listitem>
<para>
<link linkend="install.configure.options.networking">Networking</link>
</para>
</listitem>
-->
<listitem>
<para>
<link linkend="install.configure.options.php">PHP Behaviour</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.servers">Server</link>
</para>
</listitem>
<!--
<listitem>
<para>
<link linkend="install.configure.options.text">Text and language</link>
</para>
</listitem>
<listitem>
<para>
<link linkend="install.configure.options.xml">XML</link>
</para>
</listitem>
-->
</itemizedlist>
<sect2 id="install.configure.options">
<title>Configure Options in PHP 4</title>
<note>
<para>
These options are only used in PHP 4 as of PHP 4.1.0.
Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0.
If you want to compile an older version, some options will probably
not be available.
</para>
</note>
<!--
&chapters.install.configure.databases;
-->
&chapters.install.configure.graphics;
&chapters.install.configure.misc;
&chapters.install.configure.php;
&chapters.install.configure.servers;
<!--
&chapters.install.configure.xml;
-->
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->