msgfac_msg.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: msgfac_msg.h /main/3 1995/11/02 15:48:04 rswiston $ */
  24. /*
  25. * (c) Copyright 1993, 1994 Hewlett-Packard Company
  26. * (c) Copyright 1993, 1994 International Business Machines Corp.
  27. * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  28. * (c) Copyright 1993, 1994 Novell, Inc.
  29. */
  30. #ifndef _H_MSGFAC_MSG
  31. #define _H_MSGFAC_MSG
  32. #include <limits.h>
  33. #include <nl_types.h>
  34. #define MF_MSGFAC "msgfac.cat"
  35. /* The following was generated from msgfac.msg. */
  36. /* definitions for set MS_DSPCAT */
  37. #define MS_DSPCAT 1
  38. #define M_CAT_NO_OPEN 1
  39. #define M_NO_ID 2
  40. #define M_USAGE 3
  41. /* definitions for set MS_GENCAT */
  42. #define MS_GENCAT 2
  43. #define M_MSG_0 1
  44. #define M_MSG_1 2
  45. #define M_MSG_2 3
  46. #define M_MSG_3 4
  47. #define M_MSG_5 5
  48. #define M_MSG_7 6
  49. #define M_MSG_8 7
  50. #define M_MSG_9 8
  51. #define M_MSG_10 9
  52. #define M_MSG_11 10
  53. #define M_MSG_12 11
  54. #define M_MSG_13 12
  55. #define M_MSG_14 13
  56. #define M_MSG_15 14
  57. #define M_MSG_18 15
  58. #define M_MSG_19 16
  59. #define M_NOMSG 17
  60. #define M_ORDER 18
  61. /* definitions for set MS_MKCATDEFS */
  62. #define MS_MKCATDEFS 3
  63. #define MKCATUSAGE 1
  64. #define MNAMTOOLONG 2
  65. #define MKCATOPN 3
  66. #define INVTAG 4
  67. #define INVLDSET 5
  68. #define ZEROINV 6
  69. #define MULTOPN 7
  70. #define MULTNR 8
  71. #define NOTASC 9
  72. #define READERRS 10
  73. #define WRITERRS 11
  74. #define ERRFND 12
  75. #define HCREAT 13
  76. #define NOSYMB 14
  77. #define NOHDR 15
  78. #define IMBCHD 16
  79. #define IMBCTX 17
  80. /* definitions for set MS_DSPMSG */
  81. #define MS_DSPMSG 4
  82. #define M_DSPMSG 1
  83. #define M_REORDER 2
  84. #define M_INVRE 3
  85. #define M_REINDEX 4
  86. /* definitions for set MS_RUNCAT */
  87. #define MS_RUNCAT 5
  88. #define M_RUNCAT 1
  89. #endif