-rw-r--r-- | gammu/emb/cfg/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gammu/emb/cfg/config.h b/gammu/emb/cfg/config.h index 1ba6365..62b4fcf 100644 --- a/gammu/emb/cfg/config.h +++ b/gammu/emb/cfg/config.h @@ -102,73 +102,73 @@ /* Alcatel BE5 */ #define GSM_ENABLE_ALCATEL 1 /* OBEX generic models */ #define GSM_ENABLE_OBEXGEN 1 /* Symbian with m-router generic models */ #define GSM_ENABLE_MROUTERGEN 1 /* ---------------------- General settings -------------------------------- */ /* By default commented: some people reported me (for example, with 6210 * and 3210), that their phones doesn't answer at all sometimes or answer * with (too) long delay. Possible reason: firmware in phone is too slow * I didn't have such problems personally with phone and PC with Celeron 800 * Please also note, that CB function was always TO CHECK in MyGnokii/Gnokii * too. */ /* Enables cell broadcast */ /* #undef GSM_ENABLE_CELLBROADCAST */ /* If you want backup/restore stuff. Some people wanted it - they required * smalled library made from Gammu and didn't require it. Please note, * that backup/restore stuff can be easy separated from other things. */ #define GSM_ENABLE_BACKUP 1 /* Bu default commented: some parts of source are not ready or not tested * at all (or aren't good tested). Uncomment, if want them */ //#define DEVELOP /* By default disabled. It allows to making short beep after such things * like changing logo in phone (like in Logo Manager) */ //#define GSM_ENABLE_BEEP /* ---------------------- C language specific --------------------------- */ #ifndef WIN32 /* are the scandir functions available */ # define HAVE_DIRENT_H 1 # define HAVE_SCANDIR 1 # define HAVE_ALPHASORT 1 # define HAVE_PTHREAD 1 # define HAVE_SYS_IOCTL_H 1 -# define HAVE_MYSQL_MYSQL_H 1 +//LR # define HAVE_MYSQL_MYSQL_H 1 #endif #define HAVE_ISWSPACE 1 #define HAVE_TOWLOWER 1 #ifndef WIN32 /* Will be used Bluez BT stack ? */ // LR bluetooth disabled //# define GSM_ENABLE_BLUEZ 1 /* Will be used Affix BT stack ? */ /* # undef GSM_ENABLE_AFFIX */ #endif /* Uncomment, if you want searching RF channel during each BT connection */ /* It can make connecting longer or connection less stable */ /* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */ #ifndef WIN32 // LR bluetooth disabled //# define BLUETOOTH_RF_SEARCHING 1 #else //# define BLUETOOTH_RF_SEARCHING 1 #endif #endif |