Merge branch 'vendor/NCURSES'
[dragonfly.git] / usr.bin / colldef / common.h
1 /*
2  * $FreeBSD: src/usr.bin/colldef/common.h,v 1.2.2.1 2002/08/17 18:57:10 ache Exp $
3  * $DragonFly: src/usr.bin/colldef/common.h,v 1.2 2003/06/17 04:29:25 dillon Exp $
4  */
5
6 #define CHARMAP_SYMBOL_LEN 64
7 #define BUFSIZE 80
8
9 extern int line_no;
10
11 extern u_char charmap_table[UCHAR_MAX + 1][CHARMAP_SYMBOL_LEN];
12 extern char map_name[FILENAME_MAX];