From 9ac8b3fce0fc5d33b11d7036da17a91d08feeacb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 1 Dec 2006 18:21:29 +0000 Subject: Fix ALLOW_RECONFIGURE compilation. Teach the daemon to ignore comment packets led with # and ended with \n. --- packet_states.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index 8f6c174f..d2ea8d85 100644 --- a/packet_states.h +++ b/packet_states.h @@ -1,6 +1,9 @@ /* $Id$ */ GROUND_STATE, /* we don't know what packet type to expect */ + COMMENT_BODY, /* pound comment for a test load */ + COMMENT_RECOGNIZED, /* comment recognized */ + #ifdef NMEA_ENABLE NMEA_DOLLAR, /* we've seen first character of NMEA leader */ NMEA_PUB_LEAD, /* seen second character of NMEA G leader */ -- cgit v1.2.1