AGGREGATOR_CLEAR_NEVER

in modules/aggregator/aggregator.module

Denotes that a feed's items should never expire.

<?php
define('AGGREGATOR_CLEAR_NEVER', 0);
?>