mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-22 10:21:30 +00:00
As a prerequisite for cleaning up some other include issues, all the include files in inc/ should have an include guard. All the xxxdefs.h were created with them, but most older files were not.
34 lines
1.0 KiB
C
34 lines
1.0 KiB
C
#ifndef SYSATMS_H
|
|
#define SYSATMS_H 1
|
|
/* $Id: sysatms.h,v 1.2 1999/01/03 02:06:27 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
|
|
|
|
|
|
/************************************************************************/
|
|
/* */
|
|
/* (C) Copyright 1989-96 Venue. All Rights Reserved. */
|
|
/* Manufactured in the United States of America. */
|
|
/* */
|
|
/************************************************************************/
|
|
|
|
/************************************************************/
|
|
/*
|
|
File Name : systematoms.h
|
|
|
|
Created : Takeshi Shimizu (Aug-20-87)
|
|
Last edited: Yasuhiko Kiuchi (Aug-24-87) for init.sun(21-Aug-87)
|
|
ver: Aug 20 87
|
|
|
|
*/
|
|
/************************************************************/
|
|
|
|
|
|
|
|
|
|
#define ATOM_MDSFREEPAGE 05353 /* \MDSFREELISTPAGE */
|
|
#define ATOM_NxtMDSPage 03553 /* \NxtMDSPage */
|
|
#define ATOM_NxtArrayPage 03551 /* \NxtArrayPage */
|
|
#define ATOM_LeastMDSPage 03567 /* \LeastMDSPage */
|
|
#define ATOM_ArrayFrLst 03552 /* \ArrayFrLst */
|
|
#define ATOM_RECLAIMCOUNTDOWN 02113 /* \RECLAIM.COUNTDOWN */
|
|
#endif /* SYSATMS_H */
|