*+
*  Name:
*     SAE_PAR

*  Purpose:
*     Define the Starlink ADAM Environment global constants.

*  Language:
*     Starlink Fortran 77

*  Type of module:
*     Global constants include file.

*  Description:
*     This file contains the definitions of the public global constants 
*     used by the Starlink ADAM Environment for non-ADAM users. It should 
*     be kept in line with the ADAM versions of the files SAI_PAR and 
*     SAI_ERR.

*  Authors:
*     PCTR: P.C.T. Rees (STARLINK)
*     {enter_new_authors_here}

*  History:
*     30-JAN-1991 (PCTR):
*        New version for non-ADAM users.
*     {enter_further_changes_here}

*-

      INTEGER SAI__OK
      PARAMETER (SAI__OK = 0 )
*  OK Status

*  FORTRAN ERROR include file
*  Generated by ERRGEN utility
 
      INTEGER SAI__WARN
      PARAMETER ( SAI__WARN = 148013859 )
*  Warning
 
      INTEGER SAI__ERROR
      PARAMETER ( SAI__ERROR = 148013867 )
*  Error
