X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=config.h.in;h=6e6ade182acb5195efed9c64d8912386f97dbbb6;hp=4780543457adca95a33e29d363908435319774ac;hb=HEAD;hpb=50cb5b56107bbbdc5eb1565404015efaba66bed4 diff --git a/config.h.in b/config.h.in index 4780543..6e6ade1 100644 --- a/config.h.in +++ b/config.h.in @@ -28,6 +28,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Use JSON */ +#undef HAVE_JSON + +/* Use JSON0 */ +#undef HAVE_JSON_0 + +/* Use json_bool */ +#undef HAVE_JSON_BOOL + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -61,9 +70,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE