summaryrefslogtreecommitdiffabout
path: root/gammu/emb/cfg/config.h
Unidiff
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 @@
126 * that backup/restore stuff can be easy separated from other things. 126 * that backup/restore stuff can be easy separated from other things.
127 */ 127 */
128#define GSM_ENABLE_BACKUP 1 128#define GSM_ENABLE_BACKUP 1
129 129
130/* Bu default commented: some parts of source are not ready or not tested 130/* Bu default commented: some parts of source are not ready or not tested
131 * at all (or aren't good tested). Uncomment, if want them 131 * at all (or aren't good tested). Uncomment, if want them
132 */ 132 */
133//#define DEVELOP 133//#define DEVELOP
134 134
135/* By default disabled. It allows to making short beep after such things 135/* By default disabled. It allows to making short beep after such things
136 * like changing logo in phone (like in Logo Manager) 136 * like changing logo in phone (like in Logo Manager)
137 */ 137 */
138//#define GSM_ENABLE_BEEP 138//#define GSM_ENABLE_BEEP
139 139
140/* ---------------------- C language specific --------------------------- */ 140/* ---------------------- C language specific --------------------------- */
141 141
142#ifndef WIN32 142#ifndef WIN32
143/* are the scandir functions available */ 143/* are the scandir functions available */
144# define HAVE_DIRENT_H 1 144# define HAVE_DIRENT_H 1
145# define HAVE_SCANDIR 1 145# define HAVE_SCANDIR 1
146# define HAVE_ALPHASORT 1 146# define HAVE_ALPHASORT 1
147 147
148# define HAVE_PTHREAD 1 148# define HAVE_PTHREAD 1
149# define HAVE_SYS_IOCTL_H 1 149# define HAVE_SYS_IOCTL_H 1
150# define HAVE_MYSQL_MYSQL_H 1 150//LR # define HAVE_MYSQL_MYSQL_H 1
151#endif 151#endif
152 152
153#define HAVE_ISWSPACE 1 153#define HAVE_ISWSPACE 1
154#define HAVE_TOWLOWER 1 154#define HAVE_TOWLOWER 1
155 155
156#ifndef WIN32 156#ifndef WIN32
157/* Will be used Bluez BT stack ? */ 157/* Will be used Bluez BT stack ? */
158// LR bluetooth disabled 158// LR bluetooth disabled
159//# define GSM_ENABLE_BLUEZ 1 159//# define GSM_ENABLE_BLUEZ 1
160/* Will be used Affix BT stack ? */ 160/* Will be used Affix BT stack ? */
161/* # undef GSM_ENABLE_AFFIX */ 161/* # undef GSM_ENABLE_AFFIX */
162#endif 162#endif
163 163
164/* Uncomment, if you want searching RF channel during each BT connection */ 164/* Uncomment, if you want searching RF channel during each BT connection */
165/* It can make connecting longer or connection less stable */ 165/* It can make connecting longer or connection less stable */
166/* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */ 166/* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */
167#ifndef WIN32 167#ifndef WIN32
168// LR bluetooth disabled 168// LR bluetooth disabled
169//# define BLUETOOTH_RF_SEARCHING 1 169//# define BLUETOOTH_RF_SEARCHING 1
170#else 170#else
171//# define BLUETOOTH_RF_SEARCHING 1 171//# define BLUETOOTH_RF_SEARCHING 1
172#endif 172#endif
173 173
174#endif 174#endif