/*----------------------------------------------------------------------
        N E W S S I T E . H

 Author:
     G Huston
       Computer Services Centre
       Australian National University

 Version
    V1.0    11-Aug-1986
    V4.0     2-Nov-1987     GIH     NEWS Version 4.0 Release
    v4.02   18-Nov-1987     GIH     Included definition of NEWS_VERSION

----------------------------------------------------------------------*/

    /* Name and version of this software - used by the "version"
       control message */

#define NEWS_VERSION    "VMS News - V4.02"

    /* EXP_TIME - news item life time in days - this is the global
       default value. The value can be altered by the command:
            NEWS> SET NEWSGROUP/ITEMHOLD=n *
                                                                      */

#define EXP_TIME        30


    /* GRP_TIME - news group life time in days - this is the global
       defaut value. The value can be altered by the command:
            NEWS> SET NEWSGROUP/HOLD=n *
                                                                      */
#define GRP_TIME        60


    /* NEWS_BATCH_SIZE - This is the preferred size of news batch files.
       This size is in BYTES - NOT blocks!
       Once this size is exceeded, a new version of the batch file is used.
                                                                      */
#define NEWS_BATCH_SIZE 250000
