summaryrefslogtreecommitdiffabout
path: root/gammu/emb/cfg/config.h
Side-by-side diff
Diffstat (limited to 'gammu/emb/cfg/config.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/cfg/config.h2
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
@@ -126,49 +126,49 @@
* 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