summaryrefslogtreecommitdiff
path: root/gpsd_dbus.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-25 08:24:22 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-25 08:24:22 -0400
commit398195bc3ec704e1deb6281418bb5ed97ef7c0fe (patch)
tree1ce6fda1a543280d59c66bfc39ad39b4f46f9061 /gpsd_dbus.h
parenta9f6da97ecf6c8558ec0a5144e685353746eedbd (diff)
downloadgpsd-398195bc3ec704e1deb6281418bb5ed97ef7c0fe.tar.gz
Enable gpsd to be built withot socket and subscription support.
Built this way it camn only export results via DBUS - or a shared-memory interface not yet implemented. The DBUS option and enabling define are renamed so we have a consistent suffix of export/EXPORT. No logic changes, just some #ifdefs and rearrangements. All regression tests pass. Code splints clean.
Diffstat (limited to 'gpsd_dbus.h')
-rw-r--r--gpsd_dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd_dbus.h b/gpsd_dbus.h
index e89fc948..7188e22c 100644
--- a/gpsd_dbus.h
+++ b/gpsd_dbus.h
@@ -5,7 +5,7 @@
#ifndef _GPSD_DBUS_H_
#define _GPSD_DBUS_H_
-#ifdef DBUS_ENABLE
+#ifdef DBUS_EXPORT_ENABLE
#include <dbus/dbus.h>