Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.99 diff -u -p -r1.99 bootstrap.inc --- includes/bootstrap.inc 7 May 2006 00:08:36 -0000 1.99 +++ includes/bootstrap.inc 22 May 2006 10:38:28 -0000 @@ -26,6 +26,15 @@ define('DRUPAL_BOOTSTRAP_FULL', 4); define('DRUPAL_ANONYMOUS_RID', 1); define('DRUPAL_AUTHENTICATED_RID', 2); +// Defines the Drupal META roles. +define('DRUPAL_META_ANONYMOUS', 0); +define('DRUPAL_META_UNCONFIRMED', 1); +define('DRUPAL_META_BLOCKED', 2); +define('DRUPAL_META_PENDING_APPROVAL', 3); +define('DRUPAL_META_UNCONFIRMED_NEW_EMAIL', 4); +define('DRUPAL_META_AUTHENTICATED', 5); +define('DRUPAL_META_ADMINISTRATOR', 6); + /** * Start the timer with the specified name. If you start and stop * the same timer multiple times, the measured intervals will be