support of json lib in addition to json0 lib
[ptask.git] / config.h.in
index 866782d..1668fb2 100644 (file)
 /* Define if you have the iconv() function and it works. */
 #undef HAVE_ICONV
 
+/* Use JSON */
+#undef HAVE_JSON
+
+/* Use JSON0 */
+#undef HAVE_JSON_0
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O