NT4/private/wangview/oiwh/include/ubit.h
2020-09-30 17:12:29 +02:00

52 lines
1.4 KiB
C

/*
$Log: S:\gfs32\include\ubit.h_v $
*
* Rev 1.0 06 Apr 1995 14:02:12 HEIDI
* Initial entry
*
* Rev 1.0 28 Mar 1995 16:08:32 JAR
* Initial entry
*/
/*
Copyright 1989, 1990 by Wang Laboratories Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of WANG not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
WANG makes no representations about the suitability of
this software for any purpose. It is provided "as is"
without express or implied warranty.
*/
/*
* SccsId: @(#)Header ubit.h 1.1@(#)
*
* (c) Copyright Wang Laboratories, Inc. 1989, 1990
* All Rights Reserved
*
* GFS: Offset Types
*
*/
#ifndef UBIT_H
#define UBIT_H
#define UBIT8 8 /* Ptr Length = 8 bits */
#define UBIT16 16 /* Ptr Length = 16 bits */
#define UBIT32 32 /* Ptr Length = 32 bits */
#define UBIT64 64 /* Ptr Length = 64 bits */
#define UBIT128 128 /* Ptr Length = 128 bits */
#define UBIT256 256 /* Ptr Length = 256 bits */
#endif /* inclusion conditional */