X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Futil_json.cpp;h=97eb1edfd0fc72298a2d61eea7dc5749fce00e7e;hp=01337722916336a30f70ac49b4617a02ad90b927;hb=HEAD;hpb=acc2e49c1b52930eb717443fee098d4e7773bd5a diff --git a/mech_eap/util_json.cpp b/mech_eap/util_json.cpp index 0133772..97eb1ed 100644 --- a/mech_eap/util_json.cpp +++ b/mech_eap/util_json.cpp @@ -322,6 +322,7 @@ JSONObject::number(void) const return json_number_value(m_obj); } +#ifdef HAVE_SHIBRESOLVER JSONObject JSONObject::ddf(DDF &ddf) { @@ -409,6 +410,7 @@ JSONObject::ddf(void) const return ddf; } +#endif /* HAVE_SHIBRESOLVER */ bool JSONObject::isObject(void) const {