summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-10-01 20:37:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-10-01 20:37:28 -0400
commit3e25e2167beb3936de3986fad9b6c9bdec82b81f (patch)
tree0dba43b0010c999f403faea1d30bff8321c915fe /packet_states.h
parenta0fae4291e463f81575d7126ef498a10392f43b5 (diff)
downloadgpsd-3e25e2167beb3936de3986fad9b6c9bdec82b81f.tar.gz
Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet_states.h b/packet_states.h
index 22dbccf9..8839b98e 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -4,7 +4,7 @@
COMMENT_BODY, /* pound comment for a test load */
COMMENT_RECOGNIZED, /* comment recognized */
-#ifdef NMEA_ENABLE
+#ifdef NMEA0183_ENABLE
NMEA_DOLLAR, /* we've seen first character of NMEA leader */
NMEA_BANG, /* we've seen first character of an AIS message '!' */
NMEA_PUB_LEAD, /* seen second character of NMEA G leader */
@@ -37,7 +37,7 @@
TRANSDUCER_LEAD_1, /* Generic transducer packet leader 'Y' */
BEIDOU_LEAD_1, /* Beidou leader */
QZSS_LEAD_1, /* Quasi-Zenith Satellite System leader */
-#endif /* NMEA_ENABLE */
+#endif /* NMEA0183_ENABLE */
DLE_LEADER, /* we've seen the TSIP/EverMore leader (DLE) */