summaryrefslogtreecommitdiff
path: root/ubus_common.h
diff options
context:
space:
mode:
authorThomas Gstädtner <thomas@gstaedtner.net>2013-03-04 19:05:08 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-03-04 19:11:15 +0100
commit29a2ed2f17350f29680fd7cdcae9d3a1e3e5886b (patch)
treedcc29831a0dea8fdac108a13445de843e587ae28 /ubus_common.h
parenta15a09aed4f72424e5533375cb8de0763fb2ea31 (diff)
downloadubus-29a2ed2f17350f29680fd7cdcae9d3a1e3e5886b.tar.gz
make UBUS_UNIX_SOCKET configurable via cmake
this is mainly useful to have a single location to read the setting from, when it is used multiple times at build time (which it will in a following patch) :)
Diffstat (limited to 'ubus_common.h')
-rw-r--r--ubus_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ubus_common.h b/ubus_common.h
index 2429059..18cb664 100644
--- a/ubus_common.h
+++ b/ubus_common.h
@@ -14,8 +14,6 @@
#ifndef __UBUS_COMMON_H
#define __UBUS_COMMON_H
-#define UBUS_UNIX_SOCKET "/var/run/ubus.sock"
-
#define UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1)
#define UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2)