|
|
Power 6/32 Unix version 1.21
/* Copyright (c) 1983 Relational Technology Inc. */
/* Constants that define the size of the lock device tables */
/* These 4 constants can be changed on a per instalation basis */
/* Do not edit anything else in this file!!! */
# define _MAX_LKB 192 /* maximum number of locks */
# define _MAX_RSB 128 /* maximum number of lockable objects */
# define _RSB_HASH 67 /* hash buckets for object searching */
# define _MAX_USER 16 /* maximum # of users */
typedef struct _LKB LKB;
struct _LKB
{
char dummy[24];
};
typedef struct _RSB RSB;
struct _RSB
{
char dummy[52];
};
typedef struct _USR USR;
struct _USR
{
char dummy[16];
};
typedef struct _QUEUE QUEUE;
struct _QUEUE
{
char dummy[8];
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.