DRUPAL_ANONYMOUS_RID

Role ID for anonymous users; should match what's in the "role" table.

drupal/includes/bootstrap.inc, line 173

<?php
define('DRUPAL_ANONYMOUS_RID', 1)
?>