Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / dtcm / gettext.h
1 /*******************************************************************************
2 **
3 **  gettext.h
4 **
5 **  static char sccsid[] = "@(#)gettext.h 1.5 94/11/07 Copyr 1991 Sun Microsystems, Inc."; 
6 **
7 **  $XConsortium: gettext.h /main/3 1995/11/03 10:27:24 rswiston $
8 **
9 **  RESTRICTED CONFIDENTIAL INFORMATION:
10 **
11 **  The information in this document is subject to special
12 **  restrictions in a confidential disclosure agreement between
13 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
14 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
15 **  Sun's specific written approval.  This document and all copies
16 **  and derivative works thereof must be returned or destroyed at
17 **  Sun's request.
18 **
19 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
20 **
21 *******************************************************************************/
22
23 /*                                                                      *
24  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
25  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
26  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
27  * (c) Copyright 1993, 1994 Novell, Inc.                                *
28  */
29
30 #ifndef _GETTEXT_H
31 #define _GETTEXT_H
32
33 /*
34 #ifdef XGETTEXT
35 #define MSGFILE_ERROR     "SUNW_DESKSET_CM_ERR"
36 #define MSGFILE_LABEL     "SUNW_DESKSET_CM_LABEL"
37 #define MSGFILE_MESSAGE   "SUNW_DESKSET_CM_MSG"
38 #else
39 extern char *MSGFILE_ERROR;
40 extern char *MSGFILE_LABEL;
41 extern char *MSGFILE_MESSAGE;
42 #endif
43
44 #define EGET(s)    (char *)dgettext(MSGFILE_ERROR, s)
45 #define LGET(s)    (char *)dgettext(MSGFILE_LABEL, s)
46 #define MGET(s)    (char *)dgettext(MSGFILE_MESSAGE, s)
47 */
48
49 #endif