Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: json.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
#ifndef ISC_JSON_H
[11] Fix | Delete
#define ISC_JSON_H 1
[12] Fix | Delete
[13] Fix | Delete
#ifdef HAVE_JSON
[14] Fix | Delete
/*
[15] Fix | Delete
* This file is here mostly to make it easy to add additional libjson header
[16] Fix | Delete
* files as needed across all the users of this file. Rather than place
[17] Fix | Delete
* these libjson includes in each file, one include makes it easy to handle
[18] Fix | Delete
* the ifdef as well as adding the ability to add additional functions
[19] Fix | Delete
* which may be useful.
[20] Fix | Delete
*/
[21] Fix | Delete
#ifdef HAVE_JSON_C
[22] Fix | Delete
/*
[23] Fix | Delete
* We don't include <json-c/json.h> as the subsequent includes do not
[24] Fix | Delete
* prefix the header file names with "json-c/" and using
[25] Fix | Delete
* -I <prefix>/include/json-c results in too many filename collisions.
[26] Fix | Delete
*/
[27] Fix | Delete
#include <json-c/linkhash.h>
[28] Fix | Delete
#include <json-c/json_util.h>
[29] Fix | Delete
#include <json-c/json_object.h>
[30] Fix | Delete
#include <json-c/json_tokener.h>
[31] Fix | Delete
#include <json-c/json_object_iterator.h>
[32] Fix | Delete
#include <json-c/json_c_version.h>
[33] Fix | Delete
#else
[34] Fix | Delete
#include <json/json.h>
[35] Fix | Delete
#endif
[36] Fix | Delete
#endif
[37] Fix | Delete
[38] Fix | Delete
#define ISC_JSON_RENDERCONFIG 0x00000001 /* render config data */
[39] Fix | Delete
#define ISC_JSON_RENDERSTATS 0x00000002 /* render stats */
[40] Fix | Delete
#define ISC_JSON_RENDERALL 0x000000ff /* render everything */
[41] Fix | Delete
[42] Fix | Delete
#endif /* ISC_JSON_H */
[43] Fix | Delete
[44] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function