00001 
00020 
00021 
00022 
00023 
00024 
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 
00049 GLOBAL boolean verbose_flag GLOBAL_VAL(TRUE);
00050 GLOBAL boolean debug2_flag GLOBAL_VAL(FALSE);
00051 
00052 #endif