1 /**
2  * @file global-private.h
3  *
4  * @brief internal definitions such as data filename.
5  *
6  * Copyright (c) 2008
7  *      libchewing Core Team. See ChangeLog for details.
8  *
9  * See the file "COPYING" for information on usage and redistribution
10  * of this file.
11  */
12 
13 /* *INDENT-OFF* */
14 #ifndef _CHEWING_GLOBAL_PRIVATE_H
15 #define _CHEWING_GLOBAL_PRIVATE_H
16 /* *INDENT-ON* */
17 
18 #define PHONE_TREE_FILE     "index_tree.dat"
19 #define DICT_FILE           "dictionary.dat"
20 #define SYMBOL_TABLE_FILE   "symbols.dat"
21 #define SOFTKBD_TABLE_FILE  "swkb.dat"
22 #define PINYIN_TAB_NAME     "pinyin.tab"
23 
24 /* *INDENT-OFF* */
25 #endif
26 /* *INDENT-ON* */
27