28 lines
591 B
C
28 lines
591 B
C
/* @(#)19 1.5 src/bos/usr/include/IN/q.h, libIN, bos411, 9428A410j 3/22/93 11:34:58 */
|
|
/*
|
|
* COMPONENT_NAME: LIBIN
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 9,27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 1993
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*
|
|
*/
|
|
|
|
#ifndef _H_Q
|
|
#define _H_Q
|
|
|
|
/* used by qdaemon enq qstatus digest and backend programs */
|
|
|
|
#define QNAME 20
|
|
#define DNAME 20
|
|
#define CMD_LEN 512
|
|
|
|
#endif /* _H_Q */
|