<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'Opciones/Info de PHP',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => 'Configuraci&oacute;n en tiempo de ejecuci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'Funciones de Opciones/Info de PHP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/info/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="info.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="simpara">Las constantes listadas aquí están
siempre disponibles en PHP.</p>

 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes predefinidas de <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span></strong>
  <tr>
   <td id="constant.credits-group">
    <strong><code><a href="info.constants.php#constant.credits-group">CREDITS_GROUP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Una lista de los desarrolladores principales
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-general">
    <strong><code><a href="info.constants.php#constant.credits-general">CREDITS_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Créditos generales. Diseño del lenguaje, conceptos,
     autores de PHP y módulo SAPI.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-sapi">
    <strong><code><a href="info.constants.php#constant.credits-sapi">CREDITS_SAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Una lista de las API de servidores, y sus autores.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-modules">
    <strong><code><a href="info.constants.php#constant.credits-modules">CREDITS_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Una lista de las extensiones de PHP, y sus autores
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-docs">
    <strong><code><a href="info.constants.php#constant.credits-docs">CREDITS_DOCS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Los créditos del equipo de documentación
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-fullpage">
    <strong><code><a href="info.constants.php#constant.credits-fullpage">CREDITS_FULLPAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Generalmente utilizado combinado con otras opciones. Esta
     opción indica que debe generarse una página HTML completa.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-qa">
    <strong><code><a href="info.constants.php#constant.credits-qa">CREDITS_QA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Los créditos para el grupo de aseguramiento de calidad.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-all">
    <strong><code><a href="info.constants.php#constant.credits-all">CREDITS_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Todos los créditos. Es el equivalente a: <code class="literal">CREDITS_DOCS
     | CREDITS_GENERAL | CREDITS_GROUP | CREDITS_MODULES | CREDITS_QA
     | CREDITS_FULLPAGE</code>. Genera una página HTML completa
     y autónoma. Es el valor por omisión.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span></strong>
  <tr>
   <td id="constant.info-general">
    <strong><code><a href="info.constants.php#constant.info-general">INFO_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La línea de configuración, la ruta del <var class="filename">php.ini</var>, la fecha de
     compilación, el sistema y más.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-credits">
    <strong><code><a href="info.constants.php#constant.info-credits">INFO_CREDITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Créditos de PHP. Véase también <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-configuration">
    <strong><code><a href="info.constants.php#constant.info-configuration">INFO_CONFIGURATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Valores locales y de servidor de las directivas PHP. Véase también
     <span class="function"><a href="function.ini-get.php" class="function">ini_get()</a></span>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-modules">
    <strong><code><a href="info.constants.php#constant.info-modules">INFO_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Los módulos cargados y sus configuraciones respectivas.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-environment">
    <strong><code><a href="info.constants.php#constant.info-environment">INFO_ENVIRONMENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Las variables de entorno, que también están disponibles
     en <var class="varname"><a href="reserved.variables.environment.php" class="classname">$_ENV</a></var>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-variables">
    <strong><code><a href="info.constants.php#constant.info-variables">INFO_VARIABLES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Todas las  <a href="language.variables.predefined.php" class="link">
     variables predefinidas</a> : <code class="literal">EGPCS</code>
     (Entorno, GET, POST, Cookie, Servidor).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-license">
    <strong><code><a href="info.constants.php#constant.info-license">INFO_LICENSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La licencia de PHP. Véase también la
     <a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;FAQ de la licencia</a>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-all">
    <strong><code><a href="info.constants.php#constant.info-all">INFO_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Muestra todos los valores citados anteriormente. Es el valor
     por omisión.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes modo INI</strong>
  <tr>
   <td id="constant.ini-user">
    <strong><code><a href="info.constants.php#constant.ini-user">INI_USER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Esta entrada puede ser definida en los scripts de usuario (como con <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span>)
     o en el <a href="configuration.changes.php#configuration.changes.windows" class="link">registro de Windows</a>.
     La entrada puede ser definida en el fichero <var class="filename">.user.ini</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-perdir">
    <strong><code><a href="info.constants.php#constant.ini-perdir">INI_PERDIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Esta entrada puede ser definida en el fichero <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var> o <var class="filename">.user.ini</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-system">
    <strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Esta entrada puede ser definida en el fichero <var class="filename">php.ini</var> o <var class="filename">httpd.conf</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-all">
    <strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Esta entrada puede ser definida en cualquier lugar.
    </span>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Las constantes de aserciones sirven con la función
  <span class="function"><a href="function.assert-options.php" class="function">assert_options()</a></span>.
 </p>
 <table id="constant.assert.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de <span class="function"><a href="function.assert.php" class="function">assert()</a></span></strong>
  <tr>
   <td id="constant.assert-active">
    <strong><code><a href="info.constants.php#constant.assert-active">ASSERT_ACTIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Activa la evaluación <span class="function"><a href="function.assert.php" class="function">assert()</a></span>.
    </p>
    <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta característica está
<em>OBSOLETA</em> a partir de PHP 8.3.0. Depender de esta característica
está altamente desaconsejado.</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-callback">
    <strong><code><a href="info.constants.php#constant.assert-callback">ASSERT_CALLBACK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Función de retrollamada de aserciones fallidas.
    </p>
    <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta característica está
<em>OBSOLETA</em> a partir de PHP 8.3.0. Depender de esta característica
está altamente desaconsejado.</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-bail">
    <strong><code><a href="info.constants.php#constant.assert-bail">ASSERT_BAIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Termina la ejecución de aserciones fallidas.
    </p>
    <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta característica está
<em>OBSOLETA</em> a partir de PHP 8.3.0. Depender de esta característica
está altamente desaconsejado.</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-exception">
    <strong><code><a href="info.constants.php#constant.assert-exception">ASSERT_EXCEPTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Lanza una <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span> para cada aserción fallida.
    </p>
    <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta característica está
<em>OBSOLETA</em> a partir de PHP 8.3.0. Depender de esta característica
está altamente desaconsejado.</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-warning">
    <strong><code><a href="info.constants.php#constant.assert-warning">ASSERT_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Emite una alerta PHP para cada aserción fallida.
    </p>
    <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta característica está
<em>OBSOLETA</em> a partir de PHP 8.3.0. Depender de esta característica
está altamente desaconsejado.</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-quiet-eval">
    <strong><code><a href="info.constants.php#constant.assert-quiet-eval">ASSERT_QUIET_EVAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Desactiva el <code class="literal">error_reporting</code> durante la evaluación
     de las expresiones de aserción.
     <div class="warning"><strong class="warning">Advertencia</strong>
<p class="simpara">Esta característica ha sido <em>ELIMINADA</em> a partir de PHP 8.0.0.</p>
</div>
    </p>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Las constantes siguientes solo están disponibles si el sistema de
  alojamiento es Windows, y pueden proporcionar información
  sobre las versiones, lo que permite detectar la presencia
  de funcionalidades. Están disponibles desde PHP 5.3.0.
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes particulares a Windows</strong>
  <tr>
   <td id="constant.php-windows-version-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-major">PHP_WINDOWS_VERSION_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La versión mayor de Windows, que puede ser <code class="literal">4</code>
     (NT4/Me/98/95), <code class="literal">5</code> (XP/2003 R2/2003/2000) o <code class="literal">6</code> (Vista/2008/7/8/8.1).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-minor">PHP_WINDOWS_VERSION_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La versión menor de Windows, que puede ser <code class="literal">0</code>
     (Vista/2008/2000/NT4/95), <code class="literal">1</code> (XP), <code class="literal">2</code>
     (2003 R2/2003/XP x64), <code class="literal">10</code> (98) o <code class="literal">90</code> (ME).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-build">
    <strong><code><a href="info.constants.php#constant.php-windows-version-build">PHP_WINDOWS_VERSION_BUILD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     El número de compilación de Windows (por ejemplo,
     Windows Vista con SP1 tiene el número 6001)
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-platform">
    <strong><code><a href="info.constants.php#constant.php-windows-version-platform">PHP_WINDOWS_VERSION_PLATFORM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La plataforma que PHP utiliza actualmente: este valor puede ser
     <code class="literal">2</code> en Windows Vista/XP/2000/NT4, Server 2008/2003 y
     en Windows ME/98/95 este valor es <code class="literal">1</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-major">PHP_WINDOWS_VERSION_SP_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La versión mayor del paquete de servicio instalado: este valor es
     <code class="literal">0</code> si ningún paquete de servicio está disponible. Por
     ejemplo, Windows XP con el paquete de servicio 3 da el valor
     <code class="literal">3</code> a esta constante.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-minor">PHP_WINDOWS_VERSION_SP_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La versión menor del paquete de servicio instalado. Este valor es
     <code class="literal">0</code> si ningún paquete de servicio está instalado.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-suitemask">
    <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La máscara es un campo de bits que permite conocer la presencia
     de diferentes funcionalidades de Windows. Vea la tabla a continuación
     para conocer los diferentes campos.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-producttype">
    <strong><code><a href="info.constants.php#constant.php-windows-version-producttype">PHP_WINDOWS_VERSION_PRODUCTTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Esta constante contiene el valor utilizado para determinar
     el valor de las constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>.
     Este valor puede ser una de las constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>,
     indicando el tipo de plataforma.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-domain-controller">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     El controlador de dominio.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-server">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-server">PHP_WINDOWS_NT_SERVER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Un servidor de sistema (ej. <code class="literal">Server 2008/2003/2000</code>). Tenga en cuenta que
     si es un controlador de dominio, se indica en
     <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-workstation">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-workstation">PHP_WINDOWS_NT_WORKSTATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Un puesto de trabajo (ej. <code class="literal">Vista/XP/2000/NT4</code>)
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  La tabla a continuación presenta las funcionalidades que pueden ser
  verificadas en el campo de bits de la constante
  <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>.
 </p>
 <table class="doctable table">
  <caption><strong>Campos de la máscara Windows</strong></caption>
  
   <thead>
    <tr>
     <th>Bits</th>
     <th>Descripción</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Los componentes Microsoft BackOffice están instalados.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000400</code></td>
     <td>Windows Server 2003, Web Edition está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00004000</code></td>
     <td>Windows Server 2003, Compute Cluster Edition está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000080</code></td>
     <td>
      Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition o
      Windows 2000 Datacenter Server está instalado.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000002</code></td>
     <td>
      Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition,
      Windows 2000 Advanced Server, o Windows NT Server 4.0 Enterprise Edition
      está instalado.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000040</code></td>
     <td>Windows XP Embedded está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000200</code></td>
     <td>
      Windows Vista Home Premium, Windows Vista Home Basic, o Windows XP Home
      Edition está instalado.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      Remote Desktop es soportado, pero solo una sesión interactiva es
      soportada. Este valor está presente, a menos que el sistema no funcione
      en modo servidor de aplicación.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Microsoft Small Business Server fue instalado en el sistema, pero
      fue actualizado a una nueva versión de Windows.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server está instalado con la licencia cliente
      restringida.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>Windows Storage Server 2003 R2 o Windows Storage Server 2003 está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      Terminal Services está instalado. Este valor siempre está activado. Si este
      valor está activado, pero <code class="literal">0x00000100</code> no lo está, entonces
      el sistema funciona en modo de servidor de aplicación.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00008000</code></td>
     <td>Windows Home Server está instalado.</td>
    </tr>

   </tbody>
  
 </table>

</div>
<?php manual_footer($setup); ?>