/* @(#)Copyright (c), 1987, 1996 StatSci, Inc.  All rights reserved. */
/* DO NOT EDIT THIS FILE!!! IT IS AUTO-GENERATED BY $A/LOCALOS. */

#ifndef LOCAL_OS_H
#define LOCAL_OS_H
#ifndef NOT_C_SOURCE
#include <sccs.h>
SCCS_ID_C(0180,@(#)local_os.h 3.30 last edit 4/16/96 StatSci)
#endif

#define SUNOS5
#ifndef __svr4__
#define __svr4__
#endif

/* The SUNOS_REV is <major rev> * 100 + minor1 * 10 + minor2. */
/* (e.g. 4.1.1 == 411)                                        */
#define SUNOS_REV 530

#ifdef sparc
#define SPARC
#endif

#endif
