diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-09-22 10:00:02 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-09-22 10:01:01 -0400 |
commit | ecbf0b51cdd43b8dad219e29dd5aaa1e71de4e43 (patch) | |
tree | 529a9cf0d525f14e657cf0929a7da43ddad696a9 /json.c | |
parent | b6bfc6707e1bf47acc9cd1f55ef222ad34a34c42 (diff) | |
download | gpsd-ecbf0b51cdd43b8dad219e29dd5aaa1e71de4e43.tar.gz |
Condition out extended JSON features.
All regression tests pass.
Diffstat (limited to 'json.c')
-rw-r--r-- | json.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ PERMISSIONS #include "gps.h" /* for safe_atof() & timestamp_t prototype */ +#define JSON_MINIMAL /* GPSD only uses a subset of the features */ + #ifdef CLIENTDEBUG_ENABLE static int debuglevel = 0; static FILE *debugfp; |