libjulius/include/julius/global.h

Go to the documentation of this file.
00001 
00020 /*
00021  * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
00022  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00023  * Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology
00024  * All rights reserved
00025  */
00026 
00027 #ifndef __J_GLOBAL_H__
00028 #define __J_GLOBAL_H__
00029 
00030 #include <sent/stddefs.h>
00031 #include <sent/vocabulary.h>
00032 #include <julius/wchmm.h>
00033 #include <julius/search.h>
00034 
00040 #ifdef GLOBAL_VARIABLE_DEFINE
00041 #define GLOBAL /*  */
00042 #define GLOBAL_VAL(v) = (v)
00043 #else
00044 #define GLOBAL extern
00045 #define GLOBAL_VAL(v) /*  */
00046 #endif
00047 
00048 /* global variables */
00049 GLOBAL boolean verbose_flag GLOBAL_VAL(TRUE);
00050 GLOBAL boolean debug2_flag GLOBAL_VAL(FALSE);
00051 
00052 #endif /* __J_GLOBAL_H__ */

Generated on Tue Dec 18 15:59:50 2007 for Julius by  doxygen 1.5.4