Description: Patch for newer json-c removed is_error
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2020-07-30

Index: rt-app-1.0/src/rt-app_parse_config.c
===================================================================
--- rt-app-1.0.orig/src/rt-app_parse_config.c
+++ rt-app-1.0/src/rt-app_parse_config.c
@@ -30,6 +30,14 @@ Foundation, Inc., 51 Franklin Street, Fi
 #include "rt-app_utils.h"
 #include "rt-app_parse_config.h"
 
+// not exported anymore by new json-c
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 #define PFX "[json] "
 #define PFL "         "PFX
 #define PIN PFX"    "
