~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/GraphLib/libsrc/uimxR5/include/uxpm_ds.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)uxpm_ds.h        17.1 (ESO-IPG) 01/25/02 17:26:06 */
 
2
/*---------------------------------------------------------------------
 
3
 * 
 
4
 *
 
5
 *             Copyright (c) 1992, Visual Edge Software Ltd.
 
6
 *
 
7
 * ALL  RIGHTS  RESERVED.  Permission  to  use,  copy,  modify,  and
 
8
 * distribute  this  software  and its documentation for any purpose
 
9
 * and  without  fee  is  hereby  granted,  provided  that the above
 
10
 * copyright  notice  appear  in  all  copies  and  that  both  that
 
11
 * copyright  notice and this permission notice appear in supporting
 
12
 * documentation,  and that  the name of Visual Edge Software not be
 
13
 * used  in advertising  or publicity  pertaining to distribution of
 
14
 * the software without specific, written prior permission. The year
 
15
 * included in the notice is the year of the creation of the work.
 
16
 *-------------------------------------------------------------------*/
 
17
#ifndef _UX_UXPM_DS_H_
 
18
#define _UX_UXPM_DS_H_
 
19
#ifdef  XOPEN_CATALOG
 
20
#include        "uxpm_msg.h"
 
21
#endif
 
22
#define DS_MS_UXPM_FORMAT "341 Unknown paxformat.\n"
 
23
#define DS_MS_UXPM_WIDTH "342 Unknown width.\n"
 
24
#define DS_MS_UXPM_HEIGHT "343 Unknown height.\n"
 
25
#define DS_MS_UXPM_NCOLORS "344 Unknown ncolors.\n"
 
26
#define DS_MS_UXPM_CHARS_PER_PIXEL "345 Unknown chars_per_pixel.\n"
 
27
#define DS_MS_UXPM_COLOR_ARRAY "346 The colors array was not specified.\n"
 
28
#define DS_MS_UXPM_PIXEL_ARRAY "347 The pixels array was not specified.\n"
 
29
#define DS_MS_UXPM_FIELD_REDEF "Warning: %.*s redefined.\n"
 
30
#define DS_MS_UXPM_EXPECT_CHAR "348 Expecting `%c' at or near `%.20s' on line %d.\n"
 
31
#define DS_MS_UXPM_SYNTAX_ERROR "349 Syntax error at or near `%.20s' on line %d.\n"
 
32
#define DS_MS_UXPM_NAME_MISMATCH "350 Name mismatch at or near `%.20s' on line %d.\n"
 
33
#define DS_MS_UXPM_ILLEG_EXT "551 Illegal name extension at or near `%.20s' on line %d.\n"
 
34
#define DS_MS_UXPM_EXPECT_IDENT "552 Expecting identifier at or near `%.20s' on line %d.\n"
 
35
#define DS_MS_UXPM_EXPECT_INT "553 Expecting integer constant at or near `%.20s' on line %d.\n"
 
36
#define DS_MS_UXPM_BAD_FORMAT "554 Incorrect format at or near `%.20s' on line %d.\n"
 
37
#define DS_MS_UXPM_EXPECT_DEFINE "555 Expecting `define' at or near `%.20s' on line %d.\n"
 
38
#define DS_MS_UXPM_EXPECT_STRING "556 Expecting string constant at or near `%.20s' on line %d.\n"
 
39
#define DS_MS_UXPM_COLORS_REDEF "557 The colors array was redefined at or near `%.20s' on line %d.\n"
 
40
#define DS_MS_UXPM_UNKNOWN_NCOLORS "558 Unknown number of colors at or near `%.20s' on line %d.\n"
 
41
#define DS_MS_UXPM_PIXELS_REDEF "559 The pixels array was redefined at or near `%.20s' on line %d.\n"
 
42
#define DS_MS_UXPM_UNKNOWN_HEIGHT "560 Unknown height at or near `%.20s' on line %d.\n"
 
43
#define DS_MS_UXPM_MISSING_DATA "991 Missing data at or near `%.20s' on line %d.\n"
 
44
#define DS_MS_UXPM_BAD_COLORNAME "992 Cannot parse color name `%.*s'.\n"
 
45
#define DS_MS_UXPM_BAD_COLORSPEC "993 Color specifier \"%.*s\" has illegal length.\n"
 
46
#define DS_MS_UXPM_BAD_PIXEL_LEN "994 Invalid pixel string length in row %d.\n"
 
47
#define DS_MS_UXPM_BAD_PIXELSPEC "995 Invalid pixel character \"%.*s\"\n\
 
48
in row %d, column %d.\n"
 
49
#endif