summaryrefslogtreecommitdiffabout
path: root/gammu
authorzautrix <zautrix>2004-10-05 10:11:50 (UTC)
committer zautrix <zautrix>2004-10-05 10:11:50 (UTC)
commitcf8616f64f20e5448d4ff644f7cc15750cf3f85f (patch) (unidiff)
treed43d1a990a7f8bc6dd3359599be8b942c58301a2 /gammu
parentaed6a774c2938b284d6cbc5026e3285c9c6ad24b (diff)
downloadkdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.zip
kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.gz
kdepimpi-cf8616f64f20e5448d4ff644f7cc15750cf3f85f.tar.bz2
disabled bluetooth in gammu for linux
Diffstat (limited to 'gammu') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/cfg/config.h14
-rw-r--r--gammu/emb/gammu/gammuE.pro4
2 files changed, 10 insertions, 8 deletions
diff --git a/gammu/emb/cfg/config.h b/gammu/emb/cfg/config.h
index 96de549..1ba6365 100644
--- a/gammu/emb/cfg/config.h
+++ b/gammu/emb/cfg/config.h
@@ -62,9 +62,9 @@
62/* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */ 62/* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */
63# define GSM_ENABLE_BLUEFBUS2 1 63//LR# define GSM_ENABLE_BLUEFBUS2 1
64/* Bluetooth stack (like Bluez). PHONET FBUS */ 64/* Bluetooth stack (like Bluez). PHONET FBUS */
65# define GSM_ENABLE_BLUEPHONET 1 65//LR# define GSM_ENABLE_BLUEPHONET 1
66/* Blueooth stack (like Bluez). AT commands */ 66/* Blueooth stack (like Bluez). AT commands */
67# define GSM_ENABLE_BLUEAT 1 67//LR# define GSM_ENABLE_BLUEAT 1
68/* Blueooth stack (like Bluez). OBEX */ 68/* Blueooth stack (like Bluez). OBEX */
69# define GSM_ENABLE_BLUEOBEX 1 69//LR# define GSM_ENABLE_BLUEOBEX 1
70#endif 70#endif
@@ -157,3 +157,4 @@
157/* Will be used Bluez BT stack ? */ 157/* Will be used Bluez BT stack ? */
158# define GSM_ENABLE_BLUEZ 1 158// LR bluetooth disabled
159//# define GSM_ENABLE_BLUEZ 1
159/* Will be used Affix BT stack ? */ 160/* Will be used Affix BT stack ? */
@@ -166,3 +167,4 @@
166#ifndef WIN32 167#ifndef WIN32
167# define BLUETOOTH_RF_SEARCHING 1 168// LR bluetooth disabled
169//# define BLUETOOTH_RF_SEARCHING 1
168#else 170#else
diff --git a/gammu/emb/gammu/gammuE.pro b/gammu/emb/gammu/gammuE.pro
index c685bf8..5b18205 100644
--- a/gammu/emb/gammu/gammuE.pro
+++ b/gammu/emb/gammu/gammuE.pro
@@ -50,4 +50,4 @@ LIBS += -L$(QPEDIR)/lib
50LIBS += -lkammu 50LIBS += -lkammu
51LIBS += -lbluetooth 51#LIBS += -lbluetooth
52LIBS += -lsdp 52#LIBS += -lsdp
53LIBS += -lpthread 53LIBS += -lpthread