83 lines
1.6 KiB
C
83 lines
1.6 KiB
C
/* $XConsortium: msgfac_msg.h /main/3 1995/11/02 15:48:04 rswiston $ */
|
|
/*
|
|
* (c) Copyright 1993, 1994 Hewlett-Packard Company
|
|
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
* (c) Copyright 1993, 1994 Novell, Inc.
|
|
*/
|
|
|
|
#ifndef _H_MSGFAC_MSG
|
|
#define _H_MSGFAC_MSG
|
|
#include <limits.h>
|
|
#include <nl_types.h>
|
|
#define MF_MSGFAC "msgfac.cat"
|
|
|
|
|
|
|
|
/* The following was generated from msgfac.msg. */
|
|
|
|
|
|
/* definitions for set MS_DSPCAT */
|
|
#define MS_DSPCAT 1
|
|
|
|
#define M_CAT_NO_OPEN 1
|
|
#define M_NO_ID 2
|
|
#define M_USAGE 3
|
|
|
|
/* definitions for set MS_GENCAT */
|
|
#define MS_GENCAT 2
|
|
|
|
#define M_MSG_0 1
|
|
#define M_MSG_1 2
|
|
#define M_MSG_2 3
|
|
#define M_MSG_3 4
|
|
#define M_MSG_5 5
|
|
#define M_MSG_7 6
|
|
#define M_MSG_8 7
|
|
#define M_MSG_9 8
|
|
#define M_MSG_10 9
|
|
#define M_MSG_11 10
|
|
#define M_MSG_12 11
|
|
#define M_MSG_13 12
|
|
#define M_MSG_14 13
|
|
#define M_MSG_15 14
|
|
#define M_MSG_18 15
|
|
#define M_MSG_19 16
|
|
#define M_NOMSG 17
|
|
#define M_ORDER 18
|
|
|
|
/* definitions for set MS_MKCATDEFS */
|
|
#define MS_MKCATDEFS 3
|
|
|
|
#define MKCATUSAGE 1
|
|
#define MNAMTOOLONG 2
|
|
#define MKCATOPN 3
|
|
#define INVTAG 4
|
|
#define INVLDSET 5
|
|
#define ZEROINV 6
|
|
#define MULTOPN 7
|
|
#define MULTNR 8
|
|
#define NOTASC 9
|
|
#define READERRS 10
|
|
#define WRITERRS 11
|
|
#define ERRFND 12
|
|
#define HCREAT 13
|
|
#define NOSYMB 14
|
|
#define NOHDR 15
|
|
#define IMBCHD 16
|
|
#define IMBCTX 17
|
|
|
|
/* definitions for set MS_DSPMSG */
|
|
#define MS_DSPMSG 4
|
|
|
|
#define M_DSPMSG 1
|
|
#define M_REORDER 2
|
|
#define M_INVRE 3
|
|
#define M_REINDEX 4
|
|
|
|
/* definitions for set MS_RUNCAT */
|
|
#define MS_RUNCAT 5
|
|
|
|
#define M_RUNCAT 1
|
|
#endif
|