diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:49:46 +0000 |
commit | 50b37d4a27d3295a29afca2286f1a5a086142cec (patch) | |
tree | 9212f763934ee090ef72d823f559f52ce387f268 /src/modules/rlm_json/config.h.in | |
parent | Initial commit. (diff) | |
download | freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.tar.xz freeradius-50b37d4a27d3295a29afca2286f1a5a086142cec.zip |
Adding upstream version 3.2.1+dfsg.upstream/3.2.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/modules/rlm_json/config.h.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/modules/rlm_json/config.h.in b/src/modules/rlm_json/config.h.in new file mode 100644 index 0000000..ad0bd4c --- /dev/null +++ b/src/modules/rlm_json/config.h.in @@ -0,0 +1,34 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Build with JSON support from json-c */ +#undef HAVE_JSON + +/* json.h is at json-c/json.h relative to include dir */ +#undef HAVE_JSONMC_JSON_H + +/* Define to 1 if you have the `json_c_version' function. */ +#undef HAVE_JSON_C_VERSION + +/* json.h is at json/json.h relative to include dir */ +#undef HAVE_JSON_JSON_H + +/* Define to 1 if you have the `json_object_get_int64' function. */ +#undef HAVE_JSON_OBJECT_GET_INT64 + +/* Define to 1 if you have the `json_object_get_string_len' function. */ +#undef HAVE_JSON_OBJECT_GET_STRING_LEN + +/* Define to 1 if you have the `json_object_new_int64' function. */ +#undef HAVE_JSON_OBJECT_NEW_INT64 + +/* Define to 1 if you have the `json_object_object_add_ex' function. */ +#undef HAVE_JSON_OBJECT_OBJECT_ADD_EX + +/* Define to 1 if you have the `json_object_object_get_ex' function. */ +#undef HAVE_JSON_OBJECT_OBJECT_GET_EX + +/* Define to 1 if you have the `json_tokener_error_desc' function. */ +#undef HAVE_JSON_TOKENER_ERROR_DESC + +/* Define to 1 if you have the `json_tokener_get_error' function. */ +#undef HAVE_JSON_TOKENER_GET_ERROR |