summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-08-09 08:01:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-08-09 08:01:36 +0000
commit71e6fca1e290bee72853bea6ea3768879d4510a7 (patch)
tree5602c97097764967feca81b5192f4905f39a1a03 /hcid
parent93f7135d5885057d17bd599a5374053f3b1020e6 (diff)
Make use of CONFIGDIR
Diffstat (limited to 'hcid')
-rw-r--r--hcid/hcid.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 41b62419..a5074ffa 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -34,10 +34,10 @@
#include "glib-ectomy.h"
-#define HCID_CONFIG_FILE "/etc/bluetooth/hcid.conf"
-#define HCID_PIN_FILE "/etc/bluetooth/pin"
-#define HCID_KEY_FILE "/etc/bluetooth/link_key"
-#define HCID_PIN_HELPER "/bin/bluepin"
+#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"
+#define HCID_PIN_FILE CONFIGDIR "/pin"
+#define HCID_KEY_FILE CONFIGDIR "/link_key"
+#define HCID_PIN_HELPER "/usr/bin/bluepin"
struct device_opts {
char *name;