bt_jsr82_setting.h 241 Bytes
#ifndef BT_JSR82_ENABLED
#ifdef __SUPPORT_JBT__
#define BT_JSR82_ENABLED 1
#if 0
/* under construction !*/
#endif /* 0 */ 
#else /* __SUPPORT_JBT__ */ 
#define BT_JSR82_ENABLED 0
#endif /* __SUPPORT_JBT__ */ 
#endif /* BT_JSR82_ENABLED */