chiark / gitweb /
Remove build products
[sympathy.git] / src / vt102_charset.h
1 /* 
2  * vt102_charset.h:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 /* 
10  * $Id: vt102_charset.h,v 1.2 2008/03/07 12:37:04 james Exp $
11  */
12
13 /* 
14  * $Log: vt102_charset.h,v $
15  * Revision 1.2  2008/03/07 12:37:04  james
16  * *** empty log message ***
17  *
18  * Revision 1.1  2008/02/27 01:32:41  james
19  * *** empty log message ***
20  *
21  */
22
23 #ifndef __VT102_CHARSET_H__
24 #define __VT102_CHARSET_H__
25
26 #define VT102_CHARSET_SIZE 128
27
28 #define VT102_CSID_US   0
29 #define VT102_CSID_UK   1
30 #define VT102_CSID_GL   2
31 #define VT102_CSID_VT52 3
32
33 #endif /* __VT102_CHARSET_H__ */