105 lines
2.5 KiB
C
105 lines
2.5 KiB
C
/*
|
|
* CDE - Common Desktop Environment
|
|
*
|
|
* Copyright (c) 1993-2012, The Open Group. All rights reserved.
|
|
*
|
|
* These libraries and programs are free software; you can
|
|
* redistribute them and/or modify them under the terms of the GNU
|
|
* Lesser General Public License as published by the Free Software
|
|
* Foundation; either version 2 of the License, or (at your option)
|
|
* any later version.
|
|
*
|
|
* These libraries and programs are distributed in the hope that
|
|
* they will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
* PURPOSE. See the GNU Lesser General Public License for more
|
|
* details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with these librararies and programs; if not, write
|
|
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
|
|
* Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
/* $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
|